summaryrefslogtreecommitdiff
path: root/src/code/z_sram_NES.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2023-10-27 00:09:08 +1100
committerGitHub <noreply@github.com>2023-10-26 10:09:08 -0300
commit6aaeb80f992865e1a68eed611b926f8b41ad3ed6 (patch)
treef53f6f490dfc4e85a7d86411865387f570dc8d97 /src/code/z_sram_NES.c
parentc3b19739c6e9d8da8a6d24afa818cfdad8c0ff42 (diff)
Decompile Remaining code_8019AF00.c Functions (1 non-matching) (#1442)
* remaining code_8019AF00 functions * oops * decimal duration * PR Review
Diffstat (limited to 'src/code/z_sram_NES.c')
-rw-r--r--src/code/z_sram_NES.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_sram_NES.c b/src/code/z_sram_NES.c
index 01a493cc0..83e271edc 100644
--- a/src/code/z_sram_NES.c
+++ b/src/code/z_sram_NES.c
@@ -1663,7 +1663,7 @@ void func_801457CC(GameState* gameState, SramContext* sramCtx) {
gSaveContext.options.zTargetSetting = 0;
}
}
- func_801A3D98(gSaveContext.options.audioSetting);
+ Audio_SetFileSelectSettings(gSaveContext.options.audioSetting);
}
}
@@ -1861,7 +1861,7 @@ void Sram_WriteSaveOptionsToBuffer(SramContext* sramCtx) {
void Sram_InitSram(GameState* gameState, SramContext* sramCtx) {
if (gSaveContext.save.entrance) {} // Required to match
- func_801A3D98(gSaveContext.options.audioSetting);
+ Audio_SetFileSelectSettings(gSaveContext.options.audioSetting);
}
void Sram_Alloc(GameState* gameState, SramContext* sramCtx) {