![]() |
Game status buffer |
Prev: 33008 | Up: Map |
Initialised by the routine at 35068, and used by the routines at 37056 and 37310. There are eight slots here, each one eight bytes long, used to hold the state of the entities (rope, arrows and guardians) in the current room.
For a horizontal guardian, the eight bytes are used as follows:
For a vertical guardian, the eight bytes are used as follows:
For an arrow, the eight bytes are used as follows:
The rope uses the second and fourth bytes of the following slot in addition to its own; these ten bytes are used as follows:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33024 | DEFS 8 | Entity 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33032 | DEFS 8 | Entity 2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33040 | DEFS 8 | Entity 3 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33048 | DEFS 8 | Entity 4 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33056 | DEFS 8 | Entity 5 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33064 | DEFS 8 | Entity 6 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33072 | DEFS 8 | Entity 7 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33080 | DEFS 8 | Entity 8 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33088 | DEFB 255 | Terminator |
Prev: 33008 | Up: Map |