diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-12 14:14:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 14:14:36 -0500 |
commit | 06b113c80fa41452c81d1274e9f828d4698d7e40 (patch) | |
tree | 29f2926256941a220e0fda2a5ca00d54e6dc2008 /include/overworld.h | |
parent | 5734043a202bb831609736802de615687531f7f3 (diff) | |
parent | dd381f49827a1e08b460336cf3bc496961d3eaec (diff) |
Merge pull request #208 from jiangzhengwenjz/librfu
s32 to sio32
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 |