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_8098BDC.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_8098BDC.c')
-rw-r--r-- | src/code_8098BDC.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_8098BDC.c b/src/code_8098BDC.c index a7c8534..6469b57 100644 --- a/src/code_8098BDC.c +++ b/src/code_8098BDC.c @@ -2,7 +2,7 @@ #include "time.h" #include "input.h" -extern struct PlayTimeStruct *gUnknown_203B47C; +extern struct PlayTimeStruct *gPlayTimeRef; extern u32 gUnknown_20398A8; extern u32 gUnknown_20398AC; extern u32 gUnknown_20398B0; @@ -81,7 +81,7 @@ void sub_8098BDC(void) sub_8099BE4(); sub_8099744(); sub_8011860(); - IncrementPlayTime(gUnknown_203B47C); + IncrementPlayTime(gPlayTimeRef); sub_800CB20(); LoadBufferedInputs(); nullsub_120(); |