Prev: 7F8D Up: Map Next: 8008
8000: Game status buffer entry at 8000
test_mode_flag 8000 DEFB $00 Test mode enable flag (cheat mode)
attract_cycle 8001 DEFB $00 [128K] Attract mode message cycle. Used by F437. When zero shows the "ENTER FOR OPTIONS" message.
score_bcd 8002 DEFB $00,$00,$00,$00 Score digits as BCD (4 bytes / 8 digits, little endian)
retry_count 8006 DEFB $00 0 for first attempt, 1 if second, 2 if final. [Used for bonuses only?]
wanted_stage_number 8007 DEFB $01 Stage number we're loading (1..5 or 6 for the end screen)
Prev: 7F8D Up: Map Next: 8008