diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-22 14:50:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-22 14:50:33 -0400 |
commit | 4f65d54095908a1bcf068c7712bca9d4c34f10a3 (patch) | |
tree | 98931db924a98c2fc6e1ee0c47ab9f8fa2763d9d /include/pokemon.h | |
parent | ec93f0bb084f7b98ac8853794d430aed8c6a5298 (diff) | |
parent | cce652dc9b40f0c673432f55a757aae8c4d4064e (diff) |
Merge pull request #309 from PikalaxALT/pokemon_special_anim
Pokemon special anim
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 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[]; |