Prev: F336 Up: Map Next: F3A7
F3A0: Data for the Arcade Room.
Input
Output
Inv_CurrentFrame F3A0 DEFB $75 Current bitmap frame of invaders.
Inv_NextFrame F3A1 DEFB $76 Next bitmap frame of invaders.
Inv_StartFrame F3A2 DEFB $75 Start frame of animation.
Inv_EndFrame F3A3 DEFB $7A End frame of animation.
Inv_DataPtr F3A4 DEFW Invaders_Data Points to invader data.
Inv___Flag F3A6 DEFB $00 Current direction of invaders.
Prev: F336 Up: Map Next: F3A7