diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-01-12 14:18:34 -0500 |
commit | bcf07cb83718813d1ca44475aa4a34ee1d52c39e (patch) | |
tree | 9cc54fcef0933030d15f94aa2297895670f28402 /include/overworld.h | |
parent | bc4d3b892a1685c0cb9cd368ba586031657c8710 (diff) | |
parent | 74fa8075ee4018ba9b7e610212cf7c7777c4edb4 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into script_pokemon_util
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 324150779..69c1e964f 100644 --- a/include/overworld.h +++ b/include/overworld.h @@ -150,5 +150,7 @@ void sub_8055738(u8 loc); void sub_8056078(void *, void *); void sub_805546C(u8 a0); +bool32 sub_80582E0(void); +bool32 sub_8058274(void); #endif //GUARD_OVERWORLD_H |