diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-10 14:29:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 14:29:27 -0400 |
commit | 078c341b2b86d743c202a3968dbb5dad106a2fac (patch) | |
tree | 3094dec6062b03112a43280be23beaa229b3e313 /include/pokemon.h | |
parent | 4aed5b078a53291820cca641b2c3a7e41c9f56de (diff) | |
parent | 5e8ffff62f6d4c7e4e2b62852eec14c086dc488e (diff) |
Merge pull request #1122 from GriffinRichards/clean-battlemsg
Add stat stage constants, clean up misc battle msg data
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 2 |
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]; |