Game status buffer |
Prev: 80BD | Up: Map | Next: 80DB |
The horizontal guardian definitions are copied here by the routine at 8684, and then used by the routines at 8D0F and 8DAA. There are four slots, each one seven bytes long, used to hold the state of the horizontal guardians in the current cavern.
For each horizontal guardian, the seven bytes are used as follows:
|
|||||||||||||||||||
80BE | DEFS $07 | Horizontal guardian 1 | |||||||||||||||||
80C5 | DEFS $07 | Horizontal guardian 2 | |||||||||||||||||
80CC | DEFS $07 | Horizontal guardian 3 | |||||||||||||||||
80D3 | DEFS $07 | Horizontal guardian 4 | |||||||||||||||||
80DA | DEFB $00 | Terminator (set to 0xFF) |
Prev: 80BD | Up: Map | Next: 80DB |