Game status buffer |
Prev: 5B00 | Up: Map | Next: 7B00 |
The buffer contains a copy of the lower two thirds of the screen, sorted sequentially by rows.
|
||||
The data is written to the screen by the routine at B9FB. It is initialised as a copy of the main screen at 5B00 by the routine at EEA2. Sprites are then drawn on top by the routine at A83D.
|
||||
6B00 | DEFS $1000 |
Prev: 5B00 | Up: Map | Next: 7B00 |