From 7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 21 Feb 2021 11:13:55 -0800 Subject: Fully decomp save.s (#28) * some work on decomping more save stuff * code cleanup and decomp another save func * fully decomp save and combine split save c files * fix two nonmatchings --- src/code_8040094.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/code_8040094.c') diff --git a/src/code_8040094.c b/src/code_8040094.c index bb4e208..a62671f 100644 --- a/src/code_8040094.c +++ b/src/code_8040094.c @@ -15,7 +15,7 @@ struct unkStruct_203B418 u8 unk18217; }; -extern struct PlayTimeStruct *gUnknown_203B47C; +extern struct PlayTimeStruct *gPlayTimeRef; extern struct unkStruct_203B418 *gUnknown_203B418; extern s32 gUnknown_80F6568[]; extern u8 gUnknown_202EE01; @@ -36,7 +36,7 @@ void sub_8040094(u8 r0) gUnknown_203B418->unk18217 = r0; sub_803F7BC(); sub_80060EC(); - IncrementPlayTime(gUnknown_203B47C); + IncrementPlayTime(gPlayTimeRef); sub_800CB20(); LoadBufferedInputs(); xxx_call_update_bg_sound_input(); -- cgit v1.2.3