diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 13:24:46 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-26 13:24:46 +0100 |
commit | 919f80321442bcdaa39ecb02e72f4d71ee03511f (patch) | |
tree | 350403a88fb0bc1513d777355084c4bc30db30f0 /src/pokemon.c | |
parent | 8821d6396a137035ec23f3948d6b6ea85d3b3ed8 (diff) |
correct move target defines
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index dd2869765..e9a091c36 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -67,7 +67,6 @@ extern const union AnimCmd *gUnknown_082FF70C[]; extern const union AnimCmd *const *const gMonAnimationsSpriteAnimsPtrTable[]; extern const union AnimCmd *const *const gUnknown_08305D0C[]; extern const union AnimCmd *const *const gUnknown_0830536C[]; -extern const struct BattleMove gBattleMoves[]; extern const u8 gSpeciesNames[][POKEMON_NAME_LENGTH + 1]; extern const struct UnknownPokemonStruct3 gUnknown_08610970[]; extern const struct CompressedSpritePalette gMonPaletteTable[]; |