summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-18 17:52:22 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-18 17:52:22 +0100
commit4e3772328815e4b01042239c1079395018fb8f81 (patch)
tree243c015ac307dca631780d71d0119964f0d1c519 /src/wild_encounter.c
parent40a44a8508fb728e2bc528586c6fba717222751f (diff)
Document Battle Pyramid
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r--src/wild_encounter.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c
index 52dbdf65e..9b3c70ad7 100644
--- a/src/wild_encounter.c
+++ b/src/wild_encounter.c
@@ -19,6 +19,7 @@
#include "link.h"
#include "script.h"
#include "battle_pike.h"
+#include "battle_pyramid.h"
#include "constants/items.h"
#include "constants/maps.h"
@@ -26,9 +27,6 @@ extern const u8 EventScript_RepelWoreOff[];
#define NUM_FEEBAS_SPOTS 6
-extern void GenerateBattlePyramidWildMon(void);
-extern bool8 InBattlePyramid(void);
-
// this file's functions
static u16 FeebasRandom(void);
static void FeebasSeedRng(u16 seed);