diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-05 16:55:42 -0500 |
| commit | 3de7ab601d465581accfe3ff171aeed2808c9647 (patch) | |
| tree | ab357b894c9457b3d1d38fd49300df34412168f8 /engine/battle/animations.asm | |
| parent | Remove trailing whitespace (diff) | |
| download | pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.gz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.tar.xz pokeyellow-3de7ab601d465581accfe3ff171aeed2808c9647.zip | |
Sync more with pokered
Diffstat (limited to 'engine/battle/animations.asm')
| -rwxr-xr-x | engine/battle/animations.asm | 2 |
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 |
