summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-02 19:06:22 +0100
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-12-02 10:06:22 -0800
commit1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch)
tree573d6368233110b17292e498f49532c1c9244404 /src/wild_encounter.c
parent4258e60771aa9fdabd678930eca534423bd371b8 (diff)
[WIP] Extract all external function declarations to headers (#114)
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r--src/wild_encounter.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c
index d021189e9..84943b0d5 100644
--- a/src/wild_encounter.c
+++ b/src/wild_encounter.c
@@ -1,5 +1,6 @@
#include "global.h"
#include "wild_encounter.h"
+#include "asm.h"
#include "field_player_avatar.h"
#include "safari_zone.h"
#include "battle_setup.h"
@@ -34,14 +35,6 @@ struct WildPokemonHeader
struct WildPokemonInfo *fishingMonsInfo;
};
-extern bool8 sub_805759C(u8);
-extern s16 sub_810CAE4(u8, struct Pokeblock *);
-extern u8 MetatileBehavior_IsLandWildEncounter(u8);
-extern u8 sub_81344CC(void);
-extern u8 MetatileBehavior_IsWaterWildEncounter(u8);
-extern u8 MetatileBehavior_IsBridge(u8);
-extern void sub_80BEA50(u16);
-
extern u16 gRoute119WaterTileData[];
extern struct WildPokemonHeader gWildMonHeaders[];
extern struct Pokemon gEnemyParty[6];