![]() |
Routines |
| Prev: AA4B | Up: Map | Next: AA8D |
|
This moves the map down.
Used by the routine at move_map.
|
||||
| shunt_map_down | AA6C | LD HL,$81BC | Move the map position down | |
| AA6F | DEC (HL) | |||
| AA70 | CALL get_supertiles | Update the supertiles in map_buf | ||
| AA73 | LD HL,$F277 | Shunt the tile_buf down | ||
| AA76 | LD DE,$F28F | |||
| AA79 | LD BC,$0180 | |||
| AA7C | LDDR | |||
| AA7E | LD HL,$FE8F | Shunt the window_buf down | ||
| AA81 | LD DE,$FF4F | |||
| AA84 | LD BC,$0C00 | |||
| AA87 | LDDR | |||
| AA89 | CALL plot_topmost_tiles | Plot the complete topmost row of tiles | ||
| AA8C | RET | Return | ||
| Prev: AA4B | Up: Map | Next: AA8D |