diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2019-01-24 21:42:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-24 21:42:44 -0500 |
commit | 9ecc991814986fdadecd83247adf13e10eaf77ed (patch) | |
tree | c7a356e72b31deee8cc91e05d4da173796231610 /constants/sfx_constants.asm | |
parent | 79ea091ff627d5e3613799698b5bf1ea95f45148 (diff) | |
parent | e288ef20d539a04042c5e91cc562db04bb33b707 (diff) |
Merge pull request #593 from mid-kid/temp
More patches
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 37fd908db..b58af59ea 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -189,10 +189,10 @@ const SFX_TRAIN_ARRIVED ; b9 const SFX_STOP_SLOT ; ba const SFX_2_BOOPS ; bb - const SFX_GLASS_TING ; bc - const SFX_GLASS_TING_2 ; bd ; new to Crystal + const SFX_GLASS_TING ; bc + const SFX_GLASS_TING_2 ; bd const SFX_INTRO_UNOWN_1 ; be const SFX_INTRO_UNOWN_2 ; bf const SFX_INTRO_UNOWN_3 ; c0 |