Sweepthrough of ClearBox arg conversion to lb

This commit is contained in:
PikalaxALT
2015-11-01 09:38:48 -05:00
parent fda1f7c01a
commit 3b4805ee98
15 changed files with 97 additions and 87 deletions

View File

@@ -338,7 +338,7 @@ Functionc81c0: ; c81c0 (32:41c0)
jr .asm_c81d7
.asm_c81d1
hlcoord 2, 6
ld bc, $606
lb bc, 6, 6
.asm_c81d7
call ClearBox
pop bc
@@ -437,7 +437,7 @@ Functionc825a: ; c825a (32:425a)
jr .asm_c8271
.asm_c826b
hlcoord 2, 6
ld bc, $106
lb bc, 1, 6
.asm_c8271
call ClearBox
ld a, $1
@@ -503,7 +503,7 @@ Functionc82c7: ; c82c7 (32:42c7)
jr .asm_c82de
.asm_c82d8
hlcoord 2, 6
ld bc, $206
lb bc, 2, 6
.asm_c82de
call ClearBox
ld a, $1

View File

@@ -9336,7 +9336,7 @@ Function3fb6c: ; 3fb6c
call TextBox
callba MobileTextBorder
hlcoord 1, 5
ld bc, $0307
lb bc, 3, 7
call ClearBox
call Functione51
call Function3ed9f

View File

@@ -7257,7 +7257,7 @@ BattleCommand23: ; 3680f
ld c, $14
call DelayFrames
hlcoord 1, 0
ld bc, $040a
lb bc, 4, 10
call ClearBox
ld c, $14
call DelayFrames
@@ -7351,7 +7351,7 @@ BattleCommand23: ; 3680f
ld c, $14
call DelayFrames
hlcoord 9, 7
ld bc, $050b
lb bc, 5, 11
call ClearBox
ld c, $14
call DelayFrames