diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-21 18:15:47 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-21 18:36:12 -0500 |
commit | 768a68d3e8d09b0f244047c2b75cf47a3a713ff9 (patch) | |
tree | bf6cc32fbc8970308db898255d29d72135c7614d /src/trainer_hill.c | |
parent | 7154d2614d21c5a5931fc944e247059d49cda782 (diff) |
Decompile ereader.c up to faraway island code
Diffstat (limited to 'src/trainer_hill.c')
-rw-r--r-- | src/trainer_hill.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/trainer_hill.c b/src/trainer_hill.c index 43b29e26e..7bb1b997a 100644 --- a/src/trainer_hill.c +++ b/src/trainer_hill.c @@ -3,6 +3,7 @@ #include "battle.h" #include "battle_tower.h" #include "battle_setup.h" +#include "ereader.h" #include "event_data.h" #include "event_scripts.h" #include "fieldmap.h" @@ -32,8 +33,6 @@ #include "constants/easy_chat.h" #include "constants/trainer_hill.h" -extern bool32 sub_81D3B34(void); - #define HILL_TAG_NORMAL 0 #define HILL_TAG_VARIETY 1 #define HILL_TAG_UNIQUE 2 |