summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-12 19:49:55 -0400
committerGitHub <noreply@github.com>2020-08-12 19:49:55 -0400
commitade49de329fc5e936e9ea6ddcd1c6f8ec8fa62b8 (patch)
tree9fb5636bf236ee8847c545c751539c892de3f1dd /include/pokemon.h
parentf6efbe38bfd7365ffdace6e82f5160563473efd7 (diff)
parentb3c4cd8a3297c918608450e5ba1fdd37ca0ce867 (diff)
Merge branch 'master' into doc-pblock
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 69ef7a142..d75ec94f3 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -254,7 +254,7 @@ extern const u16 *const gLevelUpLearnsets[];
extern const u8 gPPUpGetMask[];
extern const u8 gPPUpSetMask[];
extern const u8 gPPUpAddMask[];
-extern const u8 gStatStageRatios[][2];
+extern const u8 gStatStageRatios[MAX_STAT_STAGE + 1][2];
extern const u16 gLinkPlayerFacilityClasses[];
extern const struct SpriteTemplate gUnknown_08329D98[];
extern const s8 gNatureStatTable[][5];