summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-12 00:11:10 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-12 00:11:10 +0100
commit5e781f5b3fa6e62abd6830f6a4f5dda7064597c9 (patch)
treef308481cfe296d409b832a59bf06a5d68587e5cc /include/pokemon.h
parent2736c0fd4a52785aac63b259a71e8c64d92bef93 (diff)
change some constants to male and female
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 3d7917b92..6df9ce313 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -468,6 +468,8 @@ extern struct Pokemon gEnemyParty[PARTY_SIZE];
extern struct SpriteTemplate gUnknown_0202499C;
extern struct PokemonStorage* gPokemonStoragePtr;
+extern const u8 gFacilityClassToPicIndex[];
+extern const u8 gFacilityClassToTrainerClass[];
extern const struct BaseStats gBaseStats[];
extern const u8 *const gItemEffectTable[];
extern const struct Evolution gEvolutionTable[][EVOS_PER_MON];