![]() |
Game status buffer |
Prev: 62171 | Up: Map | Next: 62231 |
Used by the routine at Handler_Bomb.
These default values are copied to TableBombSparks.
|
||||
Explosion: 1.
|
||||
TableDefaultBombSparks | 62201 | DEFB 0 | Horizontal position. | |
62202 | DEFB 0 | Vertical position. | ||
62203 | DEFB 1 | Velocity: Left. | ||
62204 | DEFB 0 | Velocity: Up. | ||
62205 | DEFB 0 | Velocity: Right. | ||
62206 | DEFB 0 | Timer (max. 4). | ||
Explosion: 2.
|
||||
62207 | DEFB 0 | Horizontal position. | ||
62208 | DEFB 0 | Vertical position. | ||
62209 | DEFB 1 | Velocity: Left. | ||
62210 | DEFB 1 | Velocity: Up. | ||
62211 | DEFB 0 | Velocity: Right. | ||
62212 | DEFB 0 | Timer (max. 4). | ||
Explosion: 3.
|
||||
62213 | DEFB 0 | Horizontal position. | ||
62214 | DEFB 0 | Vertical position. | ||
62215 | DEFB 0 | Velocity: Left. | ||
62216 | DEFB 1 | Velocity: Up. | ||
62217 | DEFB 0 | Velocity: Right. | ||
62218 | DEFB 0 | Timer (max. 4). | ||
Explosion: 4.
|
||||
62219 | DEFB 0 | Horizontal position. | ||
62220 | DEFB 0 | Vertical position. | ||
62221 | DEFB 255 | Velocity: Left. | ||
62222 | DEFB 1 | Velocity: Up. | ||
62223 | DEFB 0 | Velocity: Right. | ||
62224 | DEFB 0 | Timer (max. 4). | ||
Explosion: 5.
|
||||
62225 | DEFB 0 | Horizontal position. | ||
62226 | DEFB 0 | Vertical position. | ||
62227 | DEFB 255 | Velocity: Left. | ||
62228 | DEFB 0 | Velocity: Up. | ||
62229 | DEFB 0 | Velocity: Right. | ||
62230 | DEFB 0 | Timer (max. 4). |
Prev: 62171 | Up: Map | Next: 62231 |