summaryrefslogtreecommitdiff
path: root/src/pokemon_animation.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-16 20:12:12 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-07-18 18:10:15 -0400
commitaba42513d3a33cec1d8e6cd199b07317b2eece87 (patch)
treec2b84688631f2b659f5fcf1a3f19b61c7e63f144 /src/pokemon_animation.c
parent0c4f3b269ecc69ccd30f5529f120c9150d7798e8 (diff)
Clean up some battle scr cmd data
Diffstat (limited to 'src/pokemon_animation.c')
-rw-r--r--src/pokemon_animation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_animation.c b/src/pokemon_animation.c
index 1c07b0962..a388be39a 100644
--- a/src/pokemon_animation.c
+++ b/src/pokemon_animation.c
@@ -783,7 +783,7 @@ static const u8 sBackAnimationIds[] =
0x94, 0x95, 0x96, // 0x19
};
-static const u8 sBackAnimNatureModTable[] =
+static const u8 sBackAnimNatureModTable[NUM_NATURES] =
{
[NATURE_HARDY] = 0x00,
[NATURE_LONELY] = 0x02,