summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-03-01 09:13:29 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-03-01 09:13:29 +0530
commit85492c0dacb5222ebbd43f652c44448ca89de0f9 (patch)
treeccb4168b0cb800398a810789e59c108003def9bd /include/pokemon.h
parent2f9d69f67fef723e3a92bb19c73952f6896e27ad (diff)
parentc0357cea46635ec3867d18e43b341fb7a4a2fef2 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/pokemon.h')
-rw-r--r--include/pokemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokemon.h b/include/pokemon.h
index 6df9ce313..cd79a217d 100644
--- a/include/pokemon.h
+++ b/include/pokemon.h
@@ -468,6 +468,7 @@ extern struct Pokemon gEnemyParty[PARTY_SIZE];
extern struct SpriteTemplate gUnknown_0202499C;
extern struct PokemonStorage* gPokemonStoragePtr;
+extern const struct BattleMove gBattleMoves[];
extern const u8 gFacilityClassToPicIndex[];
extern const u8 gFacilityClassToTrainerClass[];
extern const struct BaseStats gBaseStats[];