diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2016-12-02 19:06:22 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-02 10:06:22 -0800 |
commit | 1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch) | |
tree | 573d6368233110b17292e498f49532c1c9244404 /src/safari_zone.c | |
parent | 4258e60771aa9fdabd678930eca534423bd371b8 (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/safari_zone.c')
-rw-r--r-- | src/safari_zone.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/safari_zone.c b/src/safari_zone.c index deb8817ec..118797136 100644 --- a/src/safari_zone.c +++ b/src/safari_zone.c @@ -1,5 +1,6 @@ #include "global.h" #include "safari_zone.h" +#include "asm.h" #include "field_player_avatar.h" #include "flag.h" #include "main.h" @@ -20,9 +21,6 @@ struct PokeblockFeeder static void ClearAllPokeblockFeeders(void); static void DecrementFeederStepCounters(void); -extern void c2_exit_to_overworld_2_switch(void); -extern void c2_exit_to_overworld_1_continue_scripts_restart_music(void); -extern void sub_8080E44(void); extern u8 gUnknown_02024D26; |