diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-05-31 01:20:36 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-05-31 01:20:36 -0400 |
commit | e80a68327bcfd99995ce6016acb84e61afc293f4 (patch) | |
tree | 50f2019fd7e34628d0695db4c6c82d2f776b7404 /include | |
parent | c396aaa804543c6950bdef918f3773394da09bdf (diff) |
[LEAK-INFORMED] fix CreateShedinja fakematch
Diffstat (limited to 'include')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 075a50792..8348b1178 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -319,7 +319,6 @@ extern u8 gEnemyPartyCount; extern struct Pokemon gEnemyParty[PARTY_SIZE]; extern const struct BaseStats gBaseStats[]; extern const u8 *const gItemEffectTable[]; -extern const struct Evolution gEvolutionTable[][EVOS_PER_MON]; extern const u8 gStatStageRatios[][2]; extern struct SpriteTemplate gMultiuseSpriteTemplate; extern struct PokemonStorage* gPokemonStoragePtr; |