Game status buffer |
Prev: 32957 | Up: Map | Next: 32987 |
The horizontal guardian definitions are copied here by the routine at 34436, and then used by the routines at 36111 and 36266. 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:
|
|||||||||||||||||||
32958 | DEFS 7 | Horizontal guardian 1 | |||||||||||||||||
32965 | DEFS 7 | Horizontal guardian 2 | |||||||||||||||||
32972 | DEFS 7 | Horizontal guardian 3 | |||||||||||||||||
32979 | DEFS 7 | Horizontal guardian 4 | |||||||||||||||||
32986 | DEFB 0 | Terminator (set to 255) |
Prev: 32957 | Up: Map | Next: 32987 |