summaryrefslogtreecommitdiff
path: root/src/pokeblock_feed.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/pokeblock_feed.c
parent1cf2470aac038fce48a5777e36b00554af90d910 (diff)
parentfb402725c6c668ee2ac50d6c345f3f8207a32cea (diff)
Merge pull request #1100 from GriffinRichards/clean-battlescrdata
Misc battle and battle palace documentation
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r--src/pokeblock_feed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c
index f6e6a19b2..fa29ca981 100644
--- a/src/pokeblock_feed.c
+++ b/src/pokeblock_feed.c
@@ -84,7 +84,7 @@ EWRAM_DATA static struct PokeblockFeedStruct *sPokeblockFeed = NULL;
EWRAM_DATA static struct CompressedSpritePalette sPokeblockSpritePal = {0};
// const rom data
-static const u8 sNatureToMonPokeblockAnim[][2] =
+static const u8 sNatureToMonPokeblockAnim[NUM_NATURES][2] =
{
[NATURE_HARDY] = { 0, 0 },
[NATURE_LONELY] = { 3, 0 },