diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-11 17:32:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-11 17:32:33 -0400 |
commit | 71d017a2bc12b584dad5e2d3a165e361e7866512 (patch) | |
tree | d67133ceb8b647a8375d5549e52a5ad092ccc800 /include/help_system.h | |
parent | c5c9e358075a4f891e50614c6e2b0e0c989eafeb (diff) |
help_system_812B1E0: through sub_812B4D8
Diffstat (limited to 'include/help_system.h')
-rw-r--r-- | include/help_system.h | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/include/help_system.h b/include/help_system.h index 97acec45e..6eee0dcb3 100644 --- a/include/help_system.h +++ b/include/help_system.h @@ -3,11 +3,38 @@ #include "global.h" +struct HelpSystemStruct_203F1AC +{ + +}; + +struct HelpSystemStruct_203F190_sub +{ + struct HelpSystemStruct_203F1AC * field_00; + u16 field_04; + u16 field_06; + u8 field_08; + u8 field_09; + +}; + +struct HelpSystemStruct_203F190 +{ + struct HelpSystemStruct_203F190_sub field_00; + u8 filler_0C[0x10]; +}; + +extern struct HelpSystemStruct_203F190 gUnknown_203F190; +extern struct HelpSystemStruct_203F1AC gUnknown_203F1AC; extern bool8 gUnknown_3005ECC; +extern u8 gUnknown_203F175; -void sub_812B1E0(u16); +void sub_812B1E0(u8); void sub_812B484(void); void HelpSystem_SetSomeVariable2(u8); void sub_812B478(void); +void sub_813C64C(struct HelpSystemStruct_203F190_sub *, u8, u8); +void sub_813BDA4(u8); +void sub_813BD5C(u8); #endif //GUARD_HELP_SYSTEM_H |