diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:23:27 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-17 08:23:27 -0400 |
commit | f00dbc8015612a50cdffc12d2ec4b644605ca56b (patch) | |
tree | a8e94ef0e83a0406ace4a2a7b96d9e08ad9ce808 /constants/music_constants.asm | |
parent | d0e5e20dfebdb6cd386c85bed03356a9973c0228 (diff) |
Added some constants, removed todos for overworld.asm
Diffstat (limited to 'constants/music_constants.asm')
-rwxr-xr-x | constants/music_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/music_constants.asm b/constants/music_constants.asm index 5009983..c304fbb 100755 --- a/constants/music_constants.asm +++ b/constants/music_constants.asm @@ -14,4 +14,6 @@ const MUSIC_VICTORY_TRAINER ; 0B const MUSIC_EVOLUTION ; 0C +MUSIC_SURF EQU $62 + SE_SELECT EQU 5 |