diff options
| author | octorock <79596758+octorock@users.noreply.github.com> | 2021-06-16 21:11:01 +0200 |
|---|---|---|
| committer | octorock <79596758+octorock@users.noreply.github.com> | 2021-06-23 08:30:45 +0200 |
| commit | b0510402aba80e534c85ba29aa8ffa6d7c5a2c17 (patch) | |
| tree | 18d555f7aabc3848c388bf28f9bd0f0bd508ca8b /include | |
| parent | 8621bc9329e7c4989ce6e391a06867638a7b23e7 (diff) | |
Add DEMO variant
Diffstat (limited to 'include')
| -rw-r--r-- | include/structures.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h index 4b5d3e17..a94d66ce 100644 --- a/include/structures.h +++ b/include/structures.h @@ -30,6 +30,8 @@ typedef struct { s32 signature; u8 field_0x4; u8 listenForKeyPresses; + u8 field_0x6; + u8 field_0x7; } struct_02000010; extern struct_02000010 gUnk_02000010; |
