summaryrefslogtreecommitdiff
path: root/include/pokemon.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-26 13:24:46 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-26 13:24:46 +0100
commit919f80321442bcdaa39ecb02e72f4d71ee03511f (patch)
tree350403a88fb0bc1513d777355084c4bc30db30f0 /include/pokemon.h
parent8821d6396a137035ec23f3948d6b6ea85d3b3ed8 (diff)
correct move target defines
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[];