Prev: A8CF Up: Map Next: A8F4
A8E7: Plot leftmost tiles
This plots the complete leftmost column of tiles.
Used by the routines at shunt_map_right and shunt_map_up_right.
plot_leftmost_tiles A8E7 LD DE,$F0F8 Point DE at the 24x17 visible tiles array ("tile_buf") leftmost column
A8EA EXX Bank
A8EB LD HL,$FF58 Point HL' at the 7x5 supertile indices buffer ("map_buf") leftmost supertile
A8EE LD DE,$F290 Point DE' at the 24x17x8 screen buffer ("window_buf") leftmost column
A8F1 LD A,($81BB) Get the map's X coordinate
FALL THROUGH into plot_vertical_tiles_common
Prev: A8CF Up: Map Next: A8F4