summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-10 12:11:13 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-10 12:11:13 -0400
commitccf4171f6598932e60cf1cbd753f0c36a2836159 (patch)
tree5372ccca3b916c204b210c46e1da1422bc00676c
parent00e9600fda55edd6abac8b76fc4cb5754b25262f (diff)
Fix some audio labels.
-rw-r--r--home/overworld.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index 1530f8b3..f16b58cf 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -644,7 +644,7 @@ CheckMapConnections:: ; 05db (0:05db)
ld a,$2
ld [wd431],a
call LoadMapHeader ; 0dab (0:0dab)
- call Func_2312 ; music
+ call Func_2176 ; music
ld b,$09
call GoPAL_SET
; Since the sprite set shouldn't change, this will just update VRAM slots at
@@ -741,7 +741,7 @@ HandleBlackOut:: ; 0762 (0:0762)
switchbank SpecialWarpIn ; also Bank(SpecialEnterMap)
callab ResetStatusAndHalveMoneyOnBlackout ; 3c:4274
call SpecialWarpIn
- call Func_2312
+ call Func_2176
jp SpecialEnterMap
StopMusic:: ; 0788 (0:0788)
@@ -1993,8 +1993,8 @@ LoadMapData:: ; 1241 (0:1241)
ld a,[W_FLAGS_D733]
bit 1,a
jr nz,.restoreRomBank
- call Func_235f ; music related
- call Func_2312 ; music related
+ call Func_21e5 ; music related
+ call Func_2176 ; music related
.restoreRomBank
pop af
ld [H_LOADEDROMBANK],a
@@ -2291,4 +2291,4 @@ LoadSprite:: ; 106f (0:106f)
xor a
ld [hl],a ; zero byte 1, since it is not used
pop hl
- ret ; end of home/overworld.asm = 10b9 (0:10b9) \ No newline at end of file
+ ret ; end of home/overworld.asm = 10b9 (0:10b9)