Prev: 6198 Up: Map Next: 6240
61B0: Alien States
There are a maximum of 6 aliens on the screen at one time, and those states are stored here in this data block.
Byte State Byte State Byte State
00 TBC 08 TBC 10 TBC
01 TBC 09 TBC 11 TBC
02 TBC 0A TBC 12 TBC
03 TBC 0B TBC 13 TBC
04 TBC 0C TBC 14 TBC
05 TBC 0D TBC 15 TBC
06 TBC 0E TBC 16 TBC
07 TBC 0F TBC 17 TBC
Alien_States 61B0 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 1.
61B8 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61C0 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61C8 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 2.
61D0 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61D8 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61E0 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 3.
61E8 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61F0 DEFB $00,$00,$00,$00,$00,$00,$00,$00
61F8 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 4.
6200 DEFB $00,$00,$00,$00,$00,$00,$00,$00
6208 DEFB $00,$00,$00,$00,$00,$00,$00,$00
6210 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 5.
6218 DEFB $00,$00,$00,$00,$00,$00,$00,$00
6220 DEFB $00,$00,$00,$00,$00,$00,$00,$00
6228 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Slot 6.
6230 DEFB $00,$00,$00,$00,$00,$00,$00,$00
6238 DEFB $00,$00,$00,$00,$00,$00,$00,$00
Prev: 6198 Up: Map Next: 6240