diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2017-06-19 13:26:28 -0700 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2017-06-19 13:26:28 -0700 |
| commit | f4920d6387bc331c88de6a5be3acfbfa25f6afeb (patch) | |
| tree | 0e7bcafabe34430221eccf5de43f9fc9e155faff /constants | |
| parent | 9fefcec47605aa232f520a38b915f8c24e2d1499 (diff) | |
Label debug menu
Diffstat (limited to 'constants')
| -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 |
