Merge pull request #435 from Kurausukun/dumb

[LEAK-INFORMED] Fix CreateShedinja Fakematch
This commit is contained in:
GriffinR
2021-06-02 16:38:03 -04:00
committed by GitHub
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;