diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:02:24 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-01 09:02:24 +0200 |
commit | 761edc7db37df18a6e7f41e0d3bb9edd1e3cf721 (patch) | |
tree | ae116b7a1e65bf0b7c0cc4e574a5655a074e8e7a /engine/gfx/pic_animation.asm | |
parent | 8d10a987a375a93045659422779c30d25d1aa89b (diff) | |
parent | 53bcd8f46ca4f78381af70f55d03f3180be277de (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'engine/gfx/pic_animation.asm')
-rw-r--r-- | engine/gfx/pic_animation.asm | 4 |
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 |