Prev: 5F00 Up: Map Next: 5F5F
5F2E: Explosion animation fragments array.
Array of up to 16 explosion fragments. Each entry is 3 bytes. Animated by render_explosions. New explosions added via add_object_to_set.
Byte Contents
0 X position (0-255 pixels)
1 Y offset (relative position, adjusted during scroll)
2 Frame counter: bits 0-6 = frame (1-6), bit 7 = erase flag
Explosion frames: 1,5=sprite_explosion_f1 (small), 2,4=sprite_explosion_f2 (medium), 3=sprite_explosion_f3 (large), 6=sprite_erasure (erase).
exploding_fragments 5F2E DEFB $20,$20,$20
5F31 DEFB $20,$20,$20
5F34 DEFB $20,$20,$20
5F37 DEFB $20,$20,$20
5F3A DEFB $20,$20,$20
5F3D DEFB $20,$20,$20
5F40 DEFB $20,$20,$20
5F43 DEFB $20,$20,$20
5F46 DEFB $20,$20,$20
5F49 DEFB $20,$20,$20
5F4C DEFB $20,$20,$20
5F4F DEFB $20,$20,$20
5F52 DEFB $20,$20,$20
5F55 DEFB $20,$20,$20
5F58 DEFB $20,$20,$20
5F5B DEFB $20,$20,$20
5F5E DEFB $20
Prev: 5F00 Up: Map Next: 5F5F