diff options
author | Evan <eroelke@gmail.com> | 2019-12-05 14:21:55 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-05 14:21:55 -0700 |
commit | 949d8638d0f2632344883c457f618153512cf487 (patch) | |
tree | 92bc6a3138bd545690ebb166feda993e0f2c5e24 /src | |
parent | 66cf904343a3aa7e9f161707ee2d366053afba63 (diff) |
minor affinecmdframe fix
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_anim_effects_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_anim_effects_1.c b/src/battle_anim_effects_1.c index 1cbbf92de..6a3fdedbb 100644 --- a/src/battle_anim_effects_1.c +++ b/src/battle_anim_effects_1.c @@ -2061,7 +2061,7 @@ const union AffineAnimCmd gMetronomeFingerAffineAnimCmds2[] = AFFINEANIMCMD_FRAME(0x0, 0x0, 4, 11), AFFINEANIMCMD_FRAME(0x0, 0x0, -4, 11), AFFINEANIMCMD_LOOP(2), - AFFINEANIMCMD_FRAME(0xFFE2, 0xFFE2, 0, 8), + AFFINEANIMCMD_FRAME(-0x1D, -0x1D, 0, 8), AFFINEANIMCMD_END, }; |