diff options
Diffstat (limited to 'constants/music_constants.asm')
-rw-r--r-- | constants/music_constants.asm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 3a73da9b..2c46d106 100644 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -95,3 +95,11 @@ const MUSIC_POST_CREDITS ; 5c MUSIC_MAHOGANY_MART EQU $64 + +; ExitPokegearRadio_HandleMusic uses these values +RESTART_MAP_MUSIC EQU $fe +ENTER_MAP_MUSIC EQU $ff + +; GetMapMusic picks music for this bit flag +RADIO_TOWER_MUSIC_F EQU 7 +RADIO_TOWER_MUSIC EQU 1 << RADIO_TOWER_MUSIC_F |