Prev: AA26 Up: Map Next: AA6C
AA4B: Shunt map up
This moves the map up.
Used by the routine at move_map.
shunt_map_up AA4B LD HL,$81BC Move the map position up
AA4E INC (HL)
AA4F CALL get_supertiles Update the supertiles in map_buf
AA52 LD HL,$F110 Shunt the tile_buf up
AA55 LD DE,$F0F8
AA58 LD BC,$0180
AA5B LDIR
AA5D LD HL,$F350 Shunt the window_buf up
AA60 LD DE,$F290
AA63 LD BC,$0C00
AA66 LDIR
AA68 CALL plot_bottommost_tiles Plot the complete bottommost row of tiles
AA6B RET Return
Prev: AA26 Up: Map Next: AA6C