diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-14 10:36:07 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-14 10:36:07 -0600 |
commit | 101f16355a222b0b58029a9ff77cf5e4f9287ca8 (patch) | |
tree | 9319903c3dd46db4d338127235d63afd56748622 /include | |
parent | b9388f078ed95e80ac73b35eeb206e52ce376b0c (diff) |
format and arrange some Pokemon data
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 71b35e65c..539323bdb 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -502,8 +502,8 @@ extern struct Pokemon gEnemyParty[PARTY_SIZE]; extern const u8 *const gItemEffectTable[]; extern const struct BaseStats gBaseStats[]; extern const u32 gExperienceTables[][101]; -extern const u16 *const gLevelUpLearnsets[]; -extern const struct EvolutionData gEvolutionTable[]; +extern const u16 *gLevelUpLearnsets[]; +extern struct Evolution gEvolutionTable[][5]; extern struct PokemonStorage gPokemonStorage; void ZeroBoxMonData(struct BoxPokemon *boxMon); |