summaryrefslogtreecommitdiff
path: root/engine/hidden_object_functions7.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-22 09:57:31 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-22 09:57:31 -0500
commitb4081e851ac4b7ce5cf1fa7c9fc83a490a4c83ec (patch)
tree990c331053e70ab256533f5e70ac4f7cb5c58af1 /engine/hidden_object_functions7.asm
parent4d88812f40c4165e4b893a0631fa658e72d17874 (diff)
Rename sound effect files
Diffstat (limited to 'engine/hidden_object_functions7.asm')
-rwxr-xr-xengine/hidden_object_functions7.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/hidden_object_functions7.asm b/engine/hidden_object_functions7.asm
index 8893e496..34d7f64d 100755
--- a/engine/hidden_object_functions7.asm
+++ b/engine/hidden_object_functions7.asm
@@ -67,7 +67,7 @@ SafariZoneGameOver: ; 1e9b0 (7:69b0)
ld [wMusicHeaderPointer], a
dec a
call PlaySound
- ld c, BANK(SFX_02_5f)
+ ld c, BANK(SFX_Safari_Zone_PA)
ld a, SFX_SAFARI_ZONE_PA
call PlayMusic
.asm_1e9c2