diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:10:01 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-12 13:31:27 -0400 |
commit | 3e40a1ecd0dc81d1d5be5f1adda1fbbe14b67d83 (patch) | |
tree | f16febfeb0c404b6fd1c0e630d26da14eaf07a71 /constants/sfx_constants.asm | |
parent | dac57cee381b68350ef50317619334892c140945 (diff) |
Simple cleanups in constants/data/macros and banks 1-4.
Diffstat (limited to 'constants/sfx_constants.asm')
-rw-r--r-- | constants/sfx_constants.asm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index ccca4e5d..0cecccf4 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -1,3 +1,4 @@ +; SFX indexes (see audio/sfx_pointers.asm) const_def const SFX_DEX_FANFARE_50_79 ; 00 @@ -188,5 +189,3 @@ 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 |