diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 20:37:24 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2019-12-21 20:37:24 -0500 |
commit | 6dfcec1181e2aee01d3a5c0c6c16d0bdd426d21e (patch) | |
tree | 171a6c4385710e55633abdd5fd3d5d28d7b0124b /include/overworld.h | |
parent | 213b4124bdc73125c2bfefde40d5345e869ad625 (diff) |
Decompile post_battle_event_funcs
Diffstat (limited to 'include/overworld.h')
-rw-r--r-- | include/overworld.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/overworld.h b/include/overworld.h index 08f9be912..845550a17 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -146,4 +146,6 @@ void c2_8056854(void); void sub_8054F38(u32 newKey); void sub_8055778(int); +void sub_8055738(u8 loc); + #endif //GUARD_OVERWORLD_H |