summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-12 14:35:56 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-12 14:36:31 +0100
commitd5abd7b6965eceb3dc7a808699c6114ec967733a (patch)
tree40071b05d97b1be1e31d45609a85714091420220 /src/battle_script_commands.c
parent3b3cffac444a653e71c83e0621d7f0c52e8f4c3a (diff)
Document Battle Pie
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 0b5921942..665ee3750 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -44,6 +44,7 @@
#include "overworld.h"
#include "party_menu.h"
#include "battle_arena.h"
+#include "battle_pike.h"
extern u16 gBattle_BG1_X;
extern u16 gBattle_BG1_Y;
@@ -64,7 +65,6 @@ extern u8* GetMonNickname(struct Pokemon* mon, u8* dst); // party_menu
extern u8 BattleArena_ShowJudgmentWindow(u8* arg0); // battle frontier 2
extern void sub_81B8E80(u8 battlerId, u8, u8); // party menu
extern bool8 sub_81B1250(void); // ?
-extern bool8 InBattlePike(void);
extern bool8 InBattlePyramid(void);
extern u16 GetBattlePyramidPickupItemId(void);
extern u8 sub_813B21C(void);