diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 10:06:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 10:06:21 -0600 |
commit | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (patch) | |
tree | e27f82eb3379f76720675dff72e1d89f63458799 /src/battle_tent.c | |
parent | 9adbb5d8719db5e60f0051b5a854deec09ae5860 (diff) | |
parent | 258ec3162f981932a83d08e404f1944a12b3f952 (diff) |
Merge pull request #376 from DizzyEggg/battle_frontier_2
Decompile part of battle_frontier_2
Diffstat (limited to 'src/battle_tent.c')
-rw-r--r-- | src/battle_tent.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/battle_tent.c b/src/battle_tent.c index 4c4bd7fc3..f3aec1345 100644 --- a/src/battle_tent.c +++ b/src/battle_tent.c @@ -9,7 +9,7 @@ #include "random.h" #include "item.h" #include "battle_factory.h" -#include "battle_frontier_2.h" +#include "frontier_util.h" #include "constants/items.h" #include "constants/region_map_sections.h" @@ -19,6 +19,8 @@ extern const u16 gBattleFrontierHeldItems[]; extern u16 gUnknown_03006298[]; +extern void sub_81A4C30(void); + // This file's functions. static void sub_81B99D4(void); static void sub_81B9A28(void); |