diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-19 23:02:55 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2022-08-19 23:02:55 +0200 |
| commit | b2264f562f205ca928889342cff4910ee45ef15b (patch) | |
| tree | c87d46245380c103110c220d032f51bc6108e172 /include | |
| parent | 373ab92156ddc4f11c9898ff48d497b4f3a49a23 (diff) | |
Decompile some functions
Diffstat (limited to 'include')
| -rw-r--r-- | include/menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/menu.h b/include/menu.h index df97c884..04501df6 100644 --- a/include/menu.h +++ b/include/menu.h @@ -51,6 +51,7 @@ typedef struct { /*0x10*/ union { s32 i; u16 h[2]; + s16 sh[2]; u8 a[4]; } unk10; /*0x12*/ // u8 field_0x12; |
