From e80a68327bcfd99995ce6016acb84e61afc293f4 Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Mon, 31 May 2021 01:20:36 -0400 Subject: [LEAK-INFORMED] fix CreateShedinja fakematch --- include/pokemon.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/pokemon.h') 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; -- cgit v1.2.3