diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-10-04 22:08:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-05 16:08:08 +1100 |
| commit | 03d1a794e1fe3995ae3f4ca99e244e4b14310092 (patch) | |
| tree | 130f54be4a4a0e932307e347b5739c252e98858b /src/code/z_parameter.c | |
| parent | d3104be63caa4060a87ff169f42bf255d6a2a08c (diff) | |
z_kankyo pt 1 (#1377)
* z64environment.h
* remove todo
* Cleanup
* data + bss + 2 functions
* Bring over simple functions
* Remove lerp comment
* code functions csv
* Remove docs changes
* ZBufValToFixedPoint
* Remove leading 0's
* SEGMENT macros
* eventDayCount
* format
* z64bombers_notebook.h
* fix merge
* Comments
---------
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 956bda896..cbfcd0481 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -5432,7 +5432,7 @@ void Interface_StartMoonCrash(PlayState* play) { } gSaveContext.save.day = 4; - gSaveContext.save.daysElapsed = 4; + gSaveContext.save.eventDayCount = 4; gSaveContext.save.time = CLOCK_TIME(6, 0) + 10; play->nextEntrance = ENTRANCE(TERMINA_FIELD, 12); gSaveContext.nextCutsceneIndex = 0; |
