diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-04 20:52:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-04 20:52:41 -0500 |
commit | 9b7d57bb6b654996df7a107c145ec49b78b33c1a (patch) | |
tree | 050d0a76f4c8a7c780ab6a951f22c77bd5d12744 /src/link.c | |
parent | 7bfa6d20587ed14cfa26b9fa81f45837abfafb26 (diff) | |
parent | 876a139ba385036ef34fde899b1caba0d7cc1f29 (diff) |
Merge pull request #142 from PikalaxALT/dism_more_data
Dism more data still
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/link.c b/src/link.c index ac9cf9cfe..dfbc9fcb2 100644 --- a/src/link.c +++ b/src/link.c @@ -464,7 +464,7 @@ void LinkTestProcessKeyInput(void) } if (JOY_NEW(R_BUTTON)) { - TrySavingData(1); + TrySavingData(SAVE_LINK); } if (JOY_NEW(SELECT_BUTTON)) { @@ -1581,7 +1581,7 @@ static void CB2_PrintErrorMessage(void) PlaySE(SE_PIN); gWirelessCommType = 0; sLinkErrorBuffer.unk_06 = 0; - sub_8079B7C(); + ResetSaveHeap(); } } else if (gWirelessCommType == 2) |