diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-17 12:30:09 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-17 12:30:09 +0200 |
commit | 0fe3e612ebd3e7f49f930f7ae40aa9d9267862fa (patch) | |
tree | 690380f4554942a198355b8b35e4f85b4ad3aedd /include/battle_frontier_2.h | |
parent | f807eb1f2de629ef094c3dae37d6380049980a8f (diff) |
battle tent start and create frontier struct in saveblock
Diffstat (limited to 'include/battle_frontier_2.h')
-rw-r--r-- | include/battle_frontier_2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/battle_frontier_2.h b/include/battle_frontier_2.h index 3f8f8049d..d410749b9 100644 --- a/include/battle_frontier_2.h +++ b/include/battle_frontier_2.h @@ -8,5 +8,8 @@ void sub_81A8AF8(void); bool8 InBattlePike(void); void sub_819FA50(void); void sub_81AA078(u16*, u8); +void sub_81A4C30(void); +void sub_819A4F8(void); +void sub_819DC00(void); #endif // GUARD_BATTLE_FRONTIER_2_H |