summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-21 10:48:55 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-21 10:48:55 -0400
commit218555e72ceeb55ad21c942c55796130cc3eb864 (patch)
treed078744968ead07091d07afd3c2d80aacacef7db /include/pokemon.h
parent47fe2cb9ce8b2aec7d40fe5f44c1248b090606d6 (diff)
through sub_811D5C0
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 3cefcfcf2..3dd9c5052 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -322,7 +322,7 @@ extern const struct Evolution gEvolutionTable[][EVOS_PER_MON];
extern const u8 gStatStageRatios[][2];
extern struct SpriteTemplate gMultiuseSpriteTemplate;
extern struct PokemonStorage* gPokemonStoragePtr;
-extern const u32 gExperienceTables[][MAX_MON_LEVEL + 1];
+extern const u32 gExperienceTables[][MAX_LEVEL + 1];
extern const u16 *const gLevelUpLearnsets[];
extern const u8 gFacilityClassToPicIndex[];
extern const u8 gFacilityClassToTrainerClass[];