summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-11-18 20:19:10 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-11-18 20:19:10 +0100
commit27ee7d567e34b76c737c4920cfeccc36e6221543 (patch)
tree8df67f69c86109bb42e060100e2390ed20b33c61 /src/wild_encounter.c
parent1b0cfb075723af7b457ec118eca2888df449bf9e (diff)
parent0bbe03f17030c8009508714fc2b41703f1a1310a (diff)
fix merge conflict and use EVENT_OBJECT_TEMPLATES_COUNT
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);