![]() |
Data |
Prev: 24584 | Up: Map | Next: 24605 |
|
||||
24588 | DEFB 0,128,237,176,201 | |||
This one is used to initialise the screen. The lives ships on the top row and barriers are cyan on black. It never changes during the game.
|
||||
_SCREEN_ATT_CYAN_ON_BLACK | 24593 | DEFB 5 | ||
_ALIEN_COLOUR_BANDS | 24594 | DEFB 6,4,4,2,2 | Yellow, green, green, red, red | |
This one is the colour for the player ship row
|
||||
SCREEN_ATT_WHITE_ON_BLACK | 24599 | DEFB 7 | ||
This one is the colour for the spaceship row
|
||||
SCREEN_ATT_MAGENTA_ON_BLACK | 24600 | DEFB 3 | ||
_HIGH_SCORE | 24601 | DEFB 0 | ||
24602 | DEFB 0 | |||
Current score divided by 10. So 20 if the score is 200.
|
||||
_CURRENT_SCORE | 24603 | DEFW 0 |
Prev: 24584 | Up: Map | Next: 24605 |