diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-20 19:49:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-08-20 19:49:02 -0400 |
commit | 36eef8e744976e708abc3652a95f662346ee7072 (patch) | |
tree | 32d153f833a19450161220039116316fb3dd2f18 /arm9/src/communication_error.c | |
parent | bcf0ab205d42d5653215da7b19ece57d74438417 (diff) | |
parent | c1fe116810ccce4cf5bd1c15559ba1e2ffe57663 (diff) |
Merge remote-tracking branch 'origin/master' into pikalax_work
Diffstat (limited to 'arm9/src/communication_error.c')
-rw-r--r-- | arm9/src/communication_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/communication_error.c b/arm9/src/communication_error.c index 4401d9b8..04058b83 100644 --- a/arm9/src/communication_error.c +++ b/arm9/src/communication_error.c @@ -107,7 +107,7 @@ THUMB_FUNC void ShowCommunicationError(u32 heap_id, u32 error, u32 error_code) SetKeyRepeatTimers(4, 8); - gMain.unk65 = 0; + gMain.screensFlipped = 0; GX_SwapDisplay(); reg_G2_BLDCNT = 0; |