diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-02-21 11:13:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-21 13:13:55 -0600 |
commit | 7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 (patch) | |
tree | 4d5149a98d71e691fb89dca3dfa082eb11ae6a49 /src/code_8040094.c | |
parent | c754c2a0466d8394c7ffcb3a515199d5703e47be (diff) |
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
Diffstat (limited to 'src/code_8040094.c')
-rw-r--r-- | src/code_8040094.c | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |