aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/animations.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 16:55:42 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 16:55:42 -0500
commit3de7ab601d465581accfe3ff171aeed2808c9647 (patch)
treeab357b894c9457b3d1d38fd49300df34412168f8 /engine/battle/animations.asm
parentRemove trailing whitespace (diff)
downloadpokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.gz
pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.xz
pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.zip
Sync more with pokered
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-xengine/battle/animations.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm
index 64bdaa00..4110e8b6 100755
--- a/engine/battle/animations.asm
+++ b/engine/battle/animations.asm
@@ -160,7 +160,7 @@ DrawFrameBlock:
.afterDrawingTiles
ld a, [wFBMode]
cp FRAMEBLOCKMODE_02
- jr z, .advanceFrameBlockDestAddr; skip delay and don't clean OAM buffer
+ jr z, .advanceFrameBlockDestAddr ; skip delay and don't clean OAM buffer
ld a, [wSubAnimFrameDelay]
ld c, a
call DelayFrames