diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-21 20:49:32 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 20:49:32 -0500 |
commit | ba553271d7ad2b25520ecb02d743d3d6387007ff (patch) | |
tree | 171a6c4385710e55633abdd5fd3d5d28d7b0124b /include/overworld.h | |
parent | 213b4124bdc73125c2bfefde40d5345e869ad625 (diff) | |
parent | 6dfcec1181e2aee01d3a5c0c6c16d0bdd426d21e (diff) |
Merge pull request #200 from PikalaxALT/post_battle_event_funcs
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 |