aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVortyne <104168801+Vortyne@users.noreply.github.com>2022-09-26 11:12:43 -0400
committerGitHub <noreply@github.com>2022-09-26 11:12:43 -0400
commit3e72d0834efd0a02383fa4fd960ed8e563b0e8c4 (patch)
tree8ea3a1607f33ad05acd982ca291ff00a2560160b
parentChange names of move subanimations to be meaningful (#389) (diff)
downloadpokeyellow-3e72d0834efd0a02383fa4fd960ed8e563b0e8c4.tar.gz
pokeyellow-3e72d0834efd0a02383fa4fd960ed8e563b0e8c4.tar.xz
pokeyellow-3e72d0834efd0a02383fa4fd960ed8e563b0e8c4.zip
Bug: `SUBANIMTYPE_COORDFLIP` should be `SUBANIMTYPE_HVFLIP` (#394)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
-rw-r--r--data/battle_anims/subanimations.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/battle_anims/subanimations.asm b/data/battle_anims/subanimations.asm
index 574047c5..74097e22 100644
--- a/data/battle_anims/subanimations.asm
+++ b/data/battle_anims/subanimations.asm
@@ -547,7 +547,7 @@ Subanim_0Circle_1Square_TossBack:
db FRAMEBLOCK_47, BASECOORD_B0, FRAMEBLOCKMODE_00
Subanim_0CirclesCentering:
- subanim SUBANIMTYPE_COORDFLIP, 6
+ subanim SUBANIMTYPE_COORDFLIP, 6 ; should be SUBANIMTYPE_HVFLIP
db FRAMEBLOCK_44, BASECOORD_64, FRAMEBLOCKMODE_00
db FRAMEBLOCK_45, BASECOORD_65, FRAMEBLOCKMODE_00
db FRAMEBLOCK_46, BASECOORD_66, FRAMEBLOCKMODE_00