diff options
author | camthesaxman <cameronghall@cox.net> | 2018-01-13 18:13:53 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2018-01-13 18:13:53 -0600 |
commit | 71848fc5fe7185dfcd3e048dee34d9a682b9ead5 (patch) | |
tree | 019def0171552ab0b62dc9c6ec9a2889c42eed59 /src/engine/link.c | |
parent | 2e8f0cd4b33a7a3ea92b2b42742d78d98959d1e5 (diff) |
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) |