diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-20 22:59:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 22:59:14 +0100 |
commit | c1fe116810ccce4cf5bd1c15559ba1e2ffe57663 (patch) | |
tree | c70c8b15bbe00502077ac23e764c4d3a6f21ec2b /include/main.h | |
parent | bb16d9a030161b764029628f99eb22a8834b96d5 (diff) | |
parent | 614fcf2c7cc60e71d0c4707df67a822c19cdc1b4 (diff) |
Merge pull request #453 from tgsm/save_data_read_error
Decompile unk_02089D90 -> save_data_read_error
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index ba4d7bc2..87110de5 100644 --- a/include/main.h +++ b/include/main.h @@ -94,7 +94,7 @@ struct Main u16 touchNew; u16 touchHeld; u8 touchpadReadAuto; - u8 unk65; + u8 screensFlipped; u8 unk66; u8 unk67; u8 softResetDisabled; |