diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 15:40:09 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-11 15:40:09 -0400 |
commit | 187e30cac8993683908a1a3e8e5cc586a77d9c1b (patch) | |
tree | f401415fb0316478ab867a1074d313a5938d6701 /constants/sfx_constants.asm | |
parent | 48e209763f1c984ddf7c4f3760210c14bfe5c991 (diff) |
Replace more hex values with constants or decimal
Diffstat (limited to 'constants/sfx_constants.asm')
-rw-r--r-- | constants/sfx_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/sfx_constants.asm b/constants/sfx_constants.asm index 9d98e147d..f9226dc74 100644 --- a/constants/sfx_constants.asm +++ b/constants/sfx_constants.asm @@ -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 |