summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-11 15:40:09 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-11 15:40:09 -0400
commit187e30cac8993683908a1a3e8e5cc586a77d9c1b (patch)
treef401415fb0316478ab867a1074d313a5938d6701 /audio
parent48e209763f1c984ddf7c4f3760210c14bfe5c991 (diff)
Replace more hex values with constants or decimal
Diffstat (limited to 'audio')
-rw-r--r--audio/sfx.asm6
-rw-r--r--audio/sfx_pointers.asm2
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/sfx.asm b/audio/sfx.asm
index dbc10ddbb..977770069 100644
--- a/audio/sfx.asm
+++ b/audio/sfx.asm
@@ -3650,8 +3650,8 @@ Sfx_2Boops_Ch5:
soundinput $8
endchannel
-Sfx_UnknownCB:
- musicheader 1, 8, Sfx_UnknownCB_Ch8
+Sfx_IntroWhoosh:
+ musicheader 1, 8, Sfx_IntroWhoosh_Ch8
Sfx_Menu_Ch8:
noise __, 2, $e2, $33
@@ -4703,7 +4703,7 @@ Sfx_Unknown60_Ch8:
noise __, 16, $f2, $43
endchannel
-Sfx_UnknownCB_Ch8:
+Sfx_IntroWhoosh_Ch8:
noise __, 2, $10, $10
noise __, 3, $20, $10
noise __, 3, $30, $20
diff --git a/audio/sfx_pointers.asm b/audio/sfx_pointers.asm
index 7ab55649b..0e066c60a 100644
--- a/audio/sfx_pointers.asm
+++ b/audio/sfx_pointers.asm
@@ -204,7 +204,7 @@ SFX:
dba Sfx_IntroSuicune4
dba Sfx_GameFreakPresents
dba Sfx_Tingle
- dba Sfx_UnknownCB
+ dba Sfx_IntroWhoosh
dba Sfx_TwoPcBeeps
dba Sfx_4NoteDitty
dba Sfx_Twinkle