[LEAK-INFORMED] fix CreateShedinja fakematch

This commit is contained in:
Kurausukun
2021-05-31 01:20:36 -04:00
parent c396aaa804
commit e80a68327b
3 changed files with 6 additions and 9 deletions
-1
View File
@@ -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;