diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 23:58:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-28 23:58:29 +0100 |
commit | a28dfd6da4d74e093297c998a887741d1562e64d (patch) | |
tree | 8155f4ce85e1ba928b0a4bcf69d6bf07bf74a6c7 /include/pokemon.h | |
parent | fed5f03097aef2dd39e33abdece1daaaf27da39f (diff) | |
parent | bcef4e7d1c20bad3d4631c5a8314a8de8da80e49 (diff) |
Merge branch 'master' into clear_battle_files
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
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[]; |