diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-17 21:30:59 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-17 21:30:59 -0600 |
commit | 967cb5899f0d2f0b11569c2a19a694652628e438 (patch) | |
tree | ac5c99d9d28e8936abd57427b20d0764cf2482c8 /src/pokemon/learn_move.c | |
parent | d1a7e101bf8fc3ceb80e339cdec32682c2ff4ffe (diff) |
fix build
Diffstat (limited to 'src/pokemon/learn_move.c')
-rw-r--r-- | src/pokemon/learn_move.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pokemon/learn_move.c b/src/pokemon/learn_move.c index d2538decd..5eee45b23 100644 --- a/src/pokemon/learn_move.c +++ b/src/pokemon/learn_move.c @@ -25,8 +25,6 @@ extern u16 gSpecialVar_0x8004; extern u16 gSpecialVar_0x8005; extern u8 gTileBuffer[]; -extern const struct ContestMove gContestMoves[]; -extern const struct ContestEffect gContestEffects[]; extern const struct WindowConfig gWindowConfig_81E6CE4; extern const struct WindowConfig gWindowConfig_81E7240; extern const u8 *const gContestEffectStrings[]; |