summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-08-09 16:42:07 -0400
commitaaae80f88f73ef9cf3d3b1a697b609cb2cc91c5c (patch)
tree7cdeb6180eb7eedd98231250e05aa0c41c3f9636 /home/audio.asm
parent19c517bca455c10e7cba6699084b8cbeb8cc8137 (diff)
Fix typos up to end of home/audio.asm
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index e33c0d68..991dcd01 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -74,14 +74,15 @@ Func_21c8:: ; 21c8 (0:21c8)
scf
ret
-Func_21e5:: ; 21e5 (0:21e5)
+Func_21e3:: ; 21e5 (0:21e5)
+ ld c,$6
push bc
push hl
callba Music2_UpdateMusic ; 2:509d
pop hl
pop bc
dec c
- jr nz, Func_21e5
+ jr nz, Func_21e3
ret
;Func_235f:: ; 235f (0:235f)
@@ -203,6 +204,7 @@ PlaySound:: ; 2238 (0:2238)
ret
Func_2288:: ; 2288 (0:2288)
+ ld a,[H_LOADEDROMBANK]
push af
ld a, [wc0ef]
call BankswitchCommon