diff options
author | Cameron Hall <cameronghall@cox.net> | 2019-08-11 14:20:54 -0500 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2019-08-11 14:20:54 -0500 |
commit | 68de07eabfe27625e4b5b43502da0efade337456 (patch) | |
tree | 0778a30ee71ca7afc89b2967560a28dbd2a42e91 /src/titlescreen.c | |
parent | b0870ee7fbf34fe4fa8bf6a622a3c46aa326f1fb (diff) |
cleanup
Diffstat (limited to 'src/titlescreen.c')
-rwxr-xr-x | src/titlescreen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/titlescreen.c b/src/titlescreen.c index 22bc699..8e19997 100755 --- a/src/titlescreen.c +++ b/src/titlescreen.c @@ -41,7 +41,7 @@ void LoadTitlescreenGraphics(void) DmaCopy16(3, gTitlescreenBg_Pals, (void *)BG_PLTT, BG_PLTT_SIZE); DmaCopy16(3, gTitlescreenBgTilemap, (void *)BG_SCREEN_ADDR(0), BG_SCREEN_SIZE); - sub_52C44(); + SaveFile_ReadSavedGamePresent(); if (gMain.hasSavedGame == TRUE) { DmaCopy16(3, gTitlescreenSprites_Pals, (void *)OBJ_PLTT, 0xA0); @@ -862,7 +862,7 @@ void sub_11968(void) void sub_11B74(void) { sub_52C64(); - sub_52B30(); + SaveFile_WriteToSram(); gMain.hasSavedGame = FALSE; WriteAndVerifySramFast((const u8 *)&gMain.hasSavedGame, (void *)0x0E000544, sizeof(gMain.hasSavedGame)); } |