diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_22.asm | 2 | ||||
-rw-r--r-- | misc/mobile_40.asm | 2 | ||||
-rw-r--r-- | misc/mobile_42.asm | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/misc/mobile_22.asm b/misc/mobile_22.asm index 78fef3f56..c11ca8a14 100644 --- a/misc/mobile_22.asm +++ b/misc/mobile_22.asm @@ -1253,7 +1253,7 @@ Function897d5: ; 897d5 .asm_897f3 ld a, $37 - ld [$ffad], a + ld [hFillBox], a hlcoord 12, 3 lb bc, 7, 7 predef FillBox diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index e7b73aa36..70091db27 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -1618,7 +1618,7 @@ Function100a09: ; 100a09 call Function100a87 call Function100da5 - callba Function3ee27 + callba FinishBattleAnim jr .asm_100a2d .asm_100a2a diff --git a/misc/mobile_42.asm b/misc/mobile_42.asm index 72a8f9e8c..591a26e1f 100644 --- a/misc/mobile_42.asm +++ b/misc/mobile_42.asm @@ -1210,7 +1210,7 @@ asm_108966 call Function108ac8 hlcoord 7, 2 xor a - ld [$ffad], a + ld [hFillBox], a ld bc, $0707 predef FillBox call WaitBGMap @@ -1224,7 +1224,7 @@ Function10898a: ; 10898a call Function108ac8 hlcoord 7, 2 xor a - ld [$ffad], a + ld [hFillBox], a ld bc, $0707 predef FillBox call WaitBGMap |