diff options
author | yenatch <yenatch@gmail.com> | 2018-07-17 18:16:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-17 18:16:12 -0400 |
commit | 3e14c1f26e91b1fc1d18eed389518ae8454e938f (patch) | |
tree | 64db6e9f438a62248ef0f0fe8e874ca6cf94b720 /constants/sfx_constants.asm | |
parent | 89c2646ccaa2c9a0afb358c1d9738e9bb0d42c97 (diff) | |
parent | b23f0b2bdaa993f17d8312bcde5f2b8a59ef9c90 (diff) |
Merge pull request #539 from Rangi42/master
[RTM] Miscellaneous reorganization fixes
Diffstat (limited to 'constants/sfx_constants.asm')
-rw-r--r-- | constants/sfx_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index 9d98e147d..37fd908db 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -128,7 +128,7 @@ const SFX_SWEET_KISS ; 7c const SFX_SWEET_KISS_2 ; 7d const SFX_BELLY_DRUM ; 7e - const SFX_UNKNOWN_7F ; 7f + const SFX_TOXIC ; 7f const SFX_SLUDGE_BOMB ; 80 const SFX_FORESIGHT ; 81 const SFX_SPITE ; 82 @@ -206,7 +206,7 @@ const SFX_INTRO_SUICUNE_4 ; c8 const SFX_GAME_FREAK_PRESENTS ; c9 const SFX_TINGLE ; ca - const SFX_UNKNOWN_CB ; cb + const SFX_INTRO_WHOOSH ; cb const SFX_TWO_PC_BEEPS ; cc const SFX_4_NOTE_DITTY ; cd const SFX_TWINKLE ; ce |