diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-23 13:33:17 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-23 13:33:17 -0500 |
commit | cbd3aa95d12bab05042025bd143a2a7cacf0b86d (patch) | |
tree | bf46f9503cebc19ccae728cb1292989b192ca2fe /src/pokemon/learn_move.c | |
parent | fdd7e7cb848747a1e0ace8a63d29aaa22dfd1140 (diff) | |
parent | aa13f45ebb79aed62171fbfe654d8b542fc9aa6c (diff) |
Merge branch 'master' into cable_car
Diffstat (limited to 'src/pokemon/learn_move.c')
-rw-r--r-- | src/pokemon/learn_move.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pokemon/learn_move.c b/src/pokemon/learn_move.c index 8aa10254c..5eee45b23 100644 --- a/src/pokemon/learn_move.c +++ b/src/pokemon/learn_move.c @@ -1,4 +1,5 @@ #include "global.h" +#include "contest.h" #include "data2.h" #include "field_fadetransition.h" #include "main.h" @@ -24,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[]; |