diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-11-06 11:40:17 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-11-06 11:40:17 -0600 |
commit | 9afe7a896e7bf9257d3c73c8fb592f0b9243d520 (patch) | |
tree | 490f5c185053db27730eefe1f6764b406d4adfb2 /src/field_control_avatar.c | |
parent | 43a8534fced2c4327acdd8dc9690f5bc6751e2db (diff) | |
parent | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (diff) |
Merge remote-tracking branch 'pret/master' into render_text
Diffstat (limited to 'src/field_control_avatar.c')
-rw-r--r-- | src/field_control_avatar.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/field_control_avatar.c b/src/field_control_avatar.c index fef403c04..738826020 100644 --- a/src/field_control_avatar.c +++ b/src/field_control_avatar.c @@ -1,6 +1,5 @@ #include "global.h" #include "battle_setup.h" -#include "battle_frontier_1.h" #include "bike.h" #include "coord_event_weather.h" #include "daycare.h" @@ -31,6 +30,8 @@ #include "constants/map_types.h" #include "constants/songs.h" +extern bool32 sub_8196034(void); + static EWRAM_DATA u8 sWildEncounterImmunitySteps = 0; static EWRAM_DATA u16 sPreviousPlayerMetatileBehavior = 0; |