Prev: A7C9 Up: Map Next: A819
A80A: Plot bottommost tiles
This plots the complete bottommost row of tiles.
Used by the routines at shunt_map_up_right and shunt_map_up.
plot_bottommost_tiles A80A LD DE,$F278 Point DE' at the start of tile_buf's final row (= tile_buf + 24 * 16)
A80D EXX
A80E LD HL,$FF74 Point HL at the start of map_buf's final row (= map_buf + 7 * 4)
A811 LD A,($81BC) Get the map's Y coordinate
A814 LD DE,$FE90 Point DE at the start of window_buf's final row (= window_buf + 24 * 16 * 8)
A817 JR plot_horizontal_tiles_common Jump to plot_horizontal_tiles_common
Prev: A7C9 Up: Map Next: A819