Prev: 36173 Up: Map Next: 36215
36183: Properties of the odd-balls
Up to four balls may exist in a room, therefore there are four entries in this table. Each ball's properties are encoded in eight bytes with the following meanings:
Offset Purpose
0 x-coordinate
1 y-coordinate
2 x-velocity
3 y-velocity
4 Frame number / UDG index
5 Unused
6 Unused
7 Unused
The frame number / UDG code takes on the values 32 (initially), 116, 117, 118 or 119, corresponding to the UDG data at 64756, 65428, 65436, 65444 and 65452 respectively.
36183 DEFB 12,112,4,2,32,0,0,0 Ball 1
36191 DEFB 12,112,2,252,32,0,0,0 Ball 2
36199 DEFB 200,120,252,2,32,0,0,0 Ball 3
36207 DEFB 200,120,254,252,32,0,0,0 Ball 4
Prev: 36173 Up: Map Next: 36215