diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-14 14:15:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 14:15:59 -0600 |
commit | dbe9b11ce67e8ec70ffffa0c6b0e12236656f644 (patch) | |
tree | 16b65b26faee42ba480e9081d08de17e7fc38b3f /src/engine/link.c | |
parent | 408c6ceddcc54a3aa45cdbb2923dc443d2e6297f (diff) | |
parent | 378443528451875e5436814780a0420086bf5935 (diff) |
Merge pull request #530 from camthesaxman/refactor_save
clean up save.c
Diffstat (limited to 'src/engine/link.c')
-rw-r--r-- | src/engine/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/link.c b/src/engine/link.c index 34016d607..ec94295d7 100644 --- a/src/engine/link.c +++ b/src/engine/link.c @@ -409,7 +409,7 @@ static void LinkTestProcessKeyInput(void) if (gMain.newKeys & START_BUTTON) SetSuppressLinkErrorMessage(TRUE); if (gMain.newKeys & R_BUTTON) - TrySavingData(LINK_SAVE); + Save_WriteData(SAVE_LINK); if (gMain.newKeys & SELECT_BUTTON) sub_800832C(); if (gLinkTestDebugValuesEnabled) |