summaryrefslogtreecommitdiff
path: root/src/battle_controller_opponent.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-03-17 17:20:40 -0500
committerMarcus Huderle <huderlem@gmail.com>2019-03-17 17:20:40 -0500
commite9a3cc6d51ce3818eed11de585f5084342450093 (patch)
tree414ed687f836521c1a966531e87122951c070083 /src/battle_controller_opponent.c
parentc3feb9871f4d05cd9874dd8fc0c2016eaa072864 (diff)
parent4ae8a52473a0e4842cf140bf0c59f0276125a896 (diff)
Merge remote-tracking branch 'upstream/master' into move-tutor
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r--src/battle_controller_opponent.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c
index cdb886e5d..7d940cb89 100644
--- a/src/battle_controller_opponent.c
+++ b/src/battle_controller_opponent.c
@@ -32,14 +32,12 @@
#include "constants/moves.h"
#include "constants/songs.h"
#include "constants/trainers.h"
+#include "trainer_hill.h"
extern struct MusicPlayerInfo gMPlayInfo_BGM;
extern const struct CompressedSpritePalette gTrainerFrontPicPaletteTable[];
-extern void sub_8172EF0(u8 battlerId, struct Pokemon *mon);
-extern u8 GetTrainerHillTrainerFrontSpriteId(u16 trainerId);
-
// this file's functions
static void OpponentHandleGetMonData(void);
static void OpponentHandleGetRawMonData(void);