mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-06 10:45:18 -04:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user