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

@@ -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