summaryrefslogtreecommitdiff
path: root/src/pokemon_animation.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-18 20:22:44 -0400
committerGitHub <noreply@github.com>2020-07-18 20:22:44 -0400
commit1a27af88553394c3190cf74b47128f2a82750f4c (patch)
tree9f036690606e5693181559add76db1c214e8dbdc /src/pokemon_animation.c
parent1cf2470aac038fce48a5777e36b00554af90d910 (diff)
parentfb402725c6c668ee2ac50d6c345f3f8207a32cea (diff)
Merge pull request #1100 from GriffinRichards/clean-battlescrdata
Misc battle and battle palace documentation
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,