diff options
Diffstat (limited to 'constants/screen_constants.asm')
-rwxr-xr-x | constants/screen_constants.asm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/constants/screen_constants.asm b/constants/screen_constants.asm index dddcf1e..53f05e9 100755 --- a/constants/screen_constants.asm +++ b/constants/screen_constants.asm @@ -3,6 +3,8 @@ SCREEN_ERASE_ALL_DATA EQU $1 SCREEN_COPYRIGHT EQU $2 SCREEN_TITLESCREEN EQU $3 - +SCREEN_PINBALL_GAME EQU $4 SCREEN_POKEDEX EQU $5 SCREEN_OPTIONS EQU $6 +SCREEN_HIGH_SCORES EQU $7 +SCREEN_FIELD_SELECT EQU $8 |