diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 17:53:42 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-16 18:06:18 -0400 |
commit | 3684296583bacac39a521b3c815a5680b5530c08 (patch) | |
tree | 4ce7b4253c0dbb2e4c9d694a0ea3764149d50025 /constants/sfx_constants.asm | |
parent | 52bcd78290ecc185df83e524044e34bfb3e7b58b (diff) |
Revise some constant definitions
Diffstat (limited to 'constants/sfx_constants.asm')
-rw-r--r-- | constants/sfx_constants.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index ed2f6eb4c..56ee0b55f 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -1,6 +1,5 @@ ; SFX indexes (see audio/sfx_pointers.asm) const_def - const SFX_DEX_FANFARE_50_79 ; 00 const SFX_ITEM ; 01 const SFX_CAUGHT_MON ; 02 @@ -189,7 +188,6 @@ const SFX_TRAIN_ARRIVED ; b9 const SFX_STOP_SLOT ; ba const SFX_2_BOOPS ; bb - ; new to Crystal const SFX_GLASS_TING ; bc const SFX_GLASS_TING_2 ; bd @@ -210,5 +208,4 @@ const SFX_TWO_PC_BEEPS ; cc const SFX_4_NOTE_DITTY ; cd const SFX_TWINKLE ; ce - NUM_SFX EQU const_value |