diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-03-23 21:05:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-23 21:05:39 -0400 |
commit | 63798d56d05cf87ada77bd26727ea7725630b0b2 (patch) | |
tree | c90b2bebe86dffe78e6597d220f70196d3e69e25 /engine/gfx | |
parent | 624864307e4e7a5055c01d7f06145feec35527a7 (diff) | |
parent | 0345e4fb0e3f39a038e9eced72380a5a1ab6694f (diff) |
Merge pull request #699 from Rangi42/master
Resolve some miscellaneous issues
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/pic_animation.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/pic_animation.asm b/engine/gfx/pic_animation.asm index 8eff13ad1..fda39e5c6 100644 --- a/engine/gfx/pic_animation.asm +++ b/engine/gfx/pic_animation.asm @@ -538,7 +538,7 @@ PokeAnim_CopyBitmaskToBuffer: poke_anim_box: MACRO y = 7 rept \1 -x = 7 + -\1 +x = 7 - \1 rept \1 db x + y x = x + 1 |