diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-01-15 13:06:16 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-01-15 13:06:16 +0100 |
commit | 5f60cc24cf0935c4908151f0462e67a08d59558d (patch) | |
tree | 9e35d189dc4f6448aaea340bad5967e9a1cc9924 /constants/sfx_constants.asm | |
parent | 1853e3d127556103fe5828b8589305192106d27e (diff) |
Fix some constants
Glass ting SFX were added in crystal.
PicAnimations and UnownAnimations are expected to be in the same bank as
their pointers, because the pointers are not BANK()-referenced
separately.
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 |