summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-01 09:38:48 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-01 09:38:48 -0500
commit3b4805ee98c0b57cb69974160d51fb9ef89f3a34 (patch)
treefc4cdb69d6e0c3eea6a52670fe078fc6765a048d /battle/effect_commands.asm
parentfda1f7c01a9fb2944aeb42f2d2f19a766b2538e6 (diff)
Sweepthrough of ClearBox arg conversion to lb
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index 95ce78a80..bd4e060f1 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -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