diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-08-05 17:47:00 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-08-05 17:47:00 -0500 |
| commit | acdc85a61dce2edcfcf19face76b3376976db42d (patch) | |
| tree | 876090bd7f7b1298d273aec4f206d859f0a3e491 /include/structures.h | |
| parent | 1cbdcf5a36f09f569e2a0925e050d1a065ff58a9 (diff) | |
Match MainLoop()
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h index 69e6e65a..f3ca87d5 100644 --- a/include/structures.h +++ b/include/structures.h @@ -26,6 +26,14 @@ typedef struct { //extern struct_02000000 gUnk_02000000; typedef struct { + u8 filler0[0x4]; + u8 field_0x4; + u8 field_0x5; +} struct_02000010; + +extern struct_02000010 gUnk_02000010; + +typedef struct { /*0x000*/ u8 filler0[0x6]; /*0x006*/ u8 unk6; /*0x007*/ u8 unk7; |
