diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 16:16:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 16:16:33 -0400 |
commit | 43a0915d90b8c53c3e1fc8141e3c3d6376e18293 (patch) | |
tree | 3d0889c118a1ea63a60214df7b496a55250c2c51 /include | |
parent | e7c43d6890616fa10b770266c2b81f0c7f4677b8 (diff) |
through sub_810C760
Diffstat (limited to 'include')
-rw-r--r-- | include/item_use.h | 9 | ||||
-rw-r--r-- | include/vs_seeker.h | 13 |
2 files changed, 22 insertions, 0 deletions
diff --git a/include/item_use.h b/include/item_use.h new file mode 100644 index 000000000..5ec5f2b33 --- /dev/null +++ b/include/item_use.h @@ -0,0 +1,9 @@ +#ifndef GUARD_ITEM_USE_H +#define GUARD_ITEM_USE_H + +#include "global.h" + +void sub_80A1E0C(u8); +void sub_80A2294(u8, u8, u16, u16); + +#endif //GUARD_ITEM_USE_H diff --git a/include/vs_seeker.h b/include/vs_seeker.h new file mode 100644 index 000000000..6db741a11 --- /dev/null +++ b/include/vs_seeker.h @@ -0,0 +1,13 @@ +#ifndef GUARD_VS_SEEKER_H +#define GUARD_VS_SEEKER_H + +#include "global.h" + +struct VsSeekerStruct +{ + /*0x000*/ u8 filler_00[0x431]; + /*0x431*/ u8 unk_431_0:3; + u8 unk_431_3:5; +}; + +#endif //GUARD_VS_SEEKER_H |