diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-08-15 11:03:41 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-08-15 11:03:41 -0500 |
| commit | bb76c4d0debf8cf0e001024f6ce7c092834acbf6 (patch) | |
| tree | c82d523463d60df4e5c3c7a8fd5b407369b4fe4d /include/structures.h | |
| parent | 76aa792c35dcdcde1c5ede7ff6125fe15a04421b (diff) | |
Document intro sequence code
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/structures.h b/include/structures.h index 8b485074..16cc72a8 100644 --- a/include/structures.h +++ b/include/structures.h @@ -28,7 +28,7 @@ typedef struct { typedef struct { u8 filler0[0x4]; u8 field_0x4; - u8 field_0x5; + u8 listenForKeyPresses; } struct_02000010; extern struct_02000010 gUnk_02000010; |
