diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 01:22:40 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 01:22:40 +0200 |
commit | 1c1f5e178be2bda3bbdbf4da44fd8a948bffba56 (patch) | |
tree | f857e78d377b1e270da3dd9495cc130c30f1d961 /arm9/src/communication_error.c | |
parent | d7426e1f1c75846151eea1828bc2ab069c5a072e (diff) | |
parent | 70f49f7dff07152e2b5ffe41383fd7aa77dd8428 (diff) |
Merge branch 'master' into unk_0200CABC
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; |