summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-06-02 16:38:03 -0400
committerGitHub <noreply@github.com>2021-06-02 16:38:03 -0400
commit753b19d0ea79b9637c0eb08b3f1b04b543fe90a0 (patch)
tree20f199f8ceb2929275a6243425d77ce6663f35d7 /include
parent89ce873a73b586b3b7a23512ae8a176af30274ca (diff)
parentc9ef0d1b7ae8cc68b4ef832f4a3c1f9cd85f716d (diff)
Merge pull request #435 from Kurausukun/dumb
[LEAK-INFORMED] Fix CreateShedinja Fakematch
Diffstat (limited to 'include')
-rw-r--r--include/pokemon.h1
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;