diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 14:12:32 +0800 |
commit | dd381f49827a1e08b460336cf3bc496961d3eaec (patch) | |
tree | 08f7450cefbc020fcf22737c80ff0334c7b541e8 /include/overworld.h | |
parent | 514a67edc114ab7772ebd823919b462e0f8c5a9b (diff) |
use headers in main.c
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 |