diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-07-06 08:36:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-05 18:36:19 -0400 |
| commit | 0ce03133425867723dd81fc66f57bbb8d40aaf7a (patch) | |
| tree | 91511333e10a4300f7afef841237be66fd5a7fd2 /src/code/z_common_data.c | |
| parent | 54638f9768eb12a1ecc8f184ddbf2948896106e0 (diff) | |
Minor Misc Cleanup 3 (#1502)
* more misc cleanup
* remove z64 conflicts
* undo ISVDbg
Diffstat (limited to 'src/code/z_common_data.c')
| -rw-r--r-- | src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c index dd039f8a2..94d8b7a3f 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -14,7 +14,7 @@ void SaveContext_Init(void) { gSaveContext.forcedSeqId = NA_BGM_GENERAL_SFX; gSaveContext.nextCutsceneIndex = 0xFFEF; gSaveContext.cutsceneTrigger = 0; - gSaveContext.chamberCutsceneNum = 0; + gSaveContext.chamberCutsceneNum = CHAMBER_CS_FOREST; gSaveContext.nextDayTime = NEXT_TIME_NONE; gSaveContext.skyboxTime = 0; gSaveContext.dogIsLost = true; |
