![]() |
Game status buffer |
Prev: 62139 | Up: Map | Next: 62201 |
Used by the routines at Handler_Bomb (for creation) and Handler_Explosion for animation.
Initial values are populated from TableDefaultBombSparks.
|
||||
Explosion: 1.
|
||||
TableBombSparks | 62171 | DEFB 0 | Horizontal position. | |
62172 | DEFB 0 | Vertical position. | ||
62173 | DEFB 0 | Velocity: Left. | ||
62174 | DEFB 0 | Velocity: Up. | ||
62175 | DEFB 0 | Velocity: Right. | ||
62176 | DEFB 0 | Timer (max. 4). | ||
Explosion: 2.
|
||||
62177 | DEFB 0 | Horizontal position. | ||
62178 | DEFB 0 | Vertical position. | ||
62179 | DEFB 0 | Velocity: Left. | ||
62180 | DEFB 0 | Velocity: Up. | ||
62181 | DEFB 0 | Velocity: Right. | ||
62182 | DEFB 0 | Timer (max. 4). | ||
Explosion: 3.
|
||||
62183 | DEFB 0 | Horizontal position. | ||
62184 | DEFB 0 | Vertical position. | ||
62185 | DEFB 0 | Velocity: Left. | ||
62186 | DEFB 0 | Velocity: Up. | ||
62187 | DEFB 0 | Velocity: Right. | ||
62188 | DEFB 0 | Timer (max. 4). | ||
Explosion: 4.
|
||||
62189 | DEFB 0 | Horizontal position. | ||
62190 | DEFB 0 | Vertical position. | ||
62191 | DEFB 0 | Velocity: Left. | ||
62192 | DEFB 0 | Velocity: Up. | ||
62193 | DEFB 0 | Velocity: Right. | ||
62194 | DEFB 0 | Timer (max. 4). | ||
Explosion: 5.
|
||||
62195 | DEFB 0 | Horizontal position. | ||
62196 | DEFB 0 | Vertical position. | ||
62197 | DEFB 0 | Velocity: Left. | ||
62198 | DEFB 0 | Velocity: Up. | ||
62199 | DEFB 0 | Velocity: Right. | ||
62200 | DEFB 0 | Timer (max. 4). |
Prev: 62139 | Up: Map | Next: 62201 |