summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
commit1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch)
tree0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /engine/gfx
parentd31ba05aebed61b499e242f133cfbd4095eee09e (diff)
'rept' is not indented
Diffstat (limited to 'engine/gfx')
-rw-r--r--engine/gfx/pic_animation.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/pic_animation.asm b/engine/gfx/pic_animation.asm
index 8781c2fd0..54999a6bb 100644
--- a/engine/gfx/pic_animation.asm
+++ b/engine/gfx/pic_animation.asm
@@ -53,14 +53,14 @@ AnimateMon_Unused: ; d003a
; d0042
pokeanim: MACRO
- rept _NARG
+rept _NARG
; Workaround for a bug where macro args can't come after the start of a symbol
if !DEF(\1_POKEANIM)
\1_POKEANIM EQUS "PokeAnim_\1_"
endc
db (\1_POKEANIM - PokeAnim_SetupCommands) / 2
shift
- endr
+endr
db (PokeAnim_Finish_ - PokeAnim_SetupCommands) / 2
ENDM