Prev: 33005 Up: Map Next: 33024
33008: Entity specifications
Initialised upon entry to a room and then used by the routine at 35090.
There are eight pairs of bytes here that hold the entity specifications for the current room. The first byte in each pair identifies one of the entity definitions at 40960. The meaning of the second byte depends on the entity type: it determines the base sprite index and x-coordinate of a guardian, the y-coordinate of an arrow, or the x-coordinate of the top of a rope.
33008 DEFS 2 Entity 1
33010 DEFS 2 Entity 2
33012 DEFS 2 Entity 3
33014 DEFS 2 Entity 4
33016 DEFS 2 Entity 5
33018 DEFS 2 Entity 6
33020 DEFS 2 Entity 7
33022 DEFS 2 Entity 8
Prev: 33005 Up: Map Next: 33024