diff options
author | yenatch <yenatch@gmail.com> | 2015-11-03 07:56:05 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-11-03 07:56:05 -0500 |
commit | 1c1fe276ca59726bb0008c60006c6b48cd093573 (patch) | |
tree | 817fb9c92dd798e89a891c3924bda3df955344e0 /battle/effect_commands.asm | |
parent | 25c126c69beebfdf26d0de286e25c65f6f3db16e (diff) | |
parent | 2faa4a0f70edd91bde908139b3fd5b6b5aebf017 (diff) |
Merge pull request #324 from PikalaxALT/master
Movement and map objects
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 6115932b4..94f68d1ac 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 |