summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/engine.asm2
-rw-r--r--audio/sfx.asm7
-rw-r--r--audio/sfx_pointers.asm2
3 files changed, 6 insertions, 5 deletions
diff --git a/audio/engine.asm b/audio/engine.asm
index 482b1d1db..0b6d14fa4 100644
--- a/audio/engine.asm
+++ b/audio/engine.asm
@@ -2422,7 +2422,7 @@ _PlayCry::
add hl, bc
ld a, [wCryLength]
ld [hli], a
- ld a, [wCryLength+1]
+ ld a, [wCryLength + 1]
ld [hl], a
.start
call StartChannel
diff --git a/audio/sfx.asm b/audio/sfx.asm
index dbc10ddbb..9da38234f 100644
--- a/audio/sfx.asm
+++ b/audio/sfx.asm
@@ -364,6 +364,7 @@ Sfx_Shine:
Sfx_Unknown5F:
musicheader 3, 5, Sfx_Unknown5F_Ch5
musicheader 1, 6, Sfx_Unknown5F_Ch6
+
Sfx_Sandstorm:
musicheader 1, 8, Sfx_Sandstorm_Ch8
@@ -3650,8 +3651,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 +4704,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