diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-01-03 11:36:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 11:36:16 -0600 |
commit | fec3f3580a54dbaa3dfb138398c92b37d6c58dee (patch) | |
tree | 1c847cc130c7f6f4966ec524fe4097bfcc13f263 /src/constants | |
parent | 122cbc06aea38592b037cf0e6d5f5c7f48e98ac5 (diff) | |
parent | 433d278f7e82cd1d4632d12c746869fe1a2bc85b (diff) |
Merge pull request #89 from dannye/master
Document remaining music commands
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/music_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constants/music_constants.asm b/src/constants/music_constants.asm index c6c50f7..d9ebb2b 100644 --- a/src/constants/music_constants.asm +++ b/src/constants/music_constants.asm @@ -25,7 +25,7 @@ const MUSIC_MATCH_START_3 ; $17 const MUSIC_MATCH_VICTORY ; $18 const MUSIC_MATCH_LOSS ; $19 - const MUSIC_DARK_DIDDLY ; $1a + const MUSIC_MATCH_DRAW ; $1a const MUSIC_UNUSED_1B ; $1b const MUSIC_BOOSTER_PACK ; $1c const MUSIC_MEDAL ; $1d |