summaryrefslogtreecommitdiff
path: root/src/pokemon.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/pokemon.c
parent3b3cffac444a653e71c83e0621d7f0c52e8f4c3a (diff)
Document Battle Pie
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 2a17c8851..02541aa2c 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -36,6 +36,8 @@
#include "pokemon_storage_system.h"
#include "recorded_battle.h"
#include "apprentice.h"
+#include "battle_pike.h"
+#include "battle_tower.h"
struct SpeciesItem
{
@@ -80,14 +82,10 @@ extern u8 StorageGetCurrentBox(void);
extern void set_unknown_box_id(u8);
extern void sub_803FA70(u8 battlerId);
extern u8 sav1_map_get_name(void);
-extern u8 GetFrontierEnemyMonLevel(u8);
extern bool8 InBattlePyramid(void);
-extern bool8 InBattlePike(void);
extern bool8 sub_806F104(void);
extern u8 GetTrainerEncounterMusicIdInBattlePyramind(u16 trainerOpponentId);
extern u8 sub_81D63C8(u16 trainerOpponentId);
-extern u8 GetFrontierOpponentClass(u16 trainerId);
-extern void GetFrontierTrainerName(u8* dest, u16 trainerId);
extern void SummaryScreen_SetUnknownTaskId(u8);
// this file's functions