diff options
Diffstat (limited to 'constants/screen_constants.asm')
-rwxr-xr-x | constants/screen_constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/screen_constants.asm b/constants/screen_constants.asm index 53f05e9..bec5a6e 100755 --- a/constants/screen_constants.asm +++ b/constants/screen_constants.asm @@ -1,5 +1,8 @@ ; See wCurrentScreen in wram.asm +; unreachable debug menu, which allows selecting DMG or Game Boy Color during boot +SCREEN_SELECT_GAMEBOY_TARGET EQU $0 + SCREEN_ERASE_ALL_DATA EQU $1 SCREEN_COPYRIGHT EQU $2 SCREEN_TITLESCREEN EQU $3 |