diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-07-23 15:30:19 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 15:30:19 -0400 |
| commit | 6472f6832328c12492a73afb99d9f951b6d85ee8 (patch) | |
| tree | 269af2a13a4141401f5e9a3184ba00a25be9804f /src/code/z_common_data.c | |
| parent | f3f147cc3d92dcfd2a8f9332833245db421266ba (diff) | |
Map Select: Docs and Cleanup (#962)
* Add Map Select Docs
* cleanup
* brackets
* Another typo
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 7c8b7cf99..955f54870 100644 --- a/src/code/z_common_data.c +++ b/src/code/z_common_data.c @@ -13,7 +13,7 @@ void SaveContext_Init(void) { gSaveContext.cutsceneTrigger = 0; gSaveContext.unk_3F4D = 0; gSaveContext.nextDayTime = 0xFFFF; - gSaveContext.environmentTime = 0; + gSaveContext.skyboxTime = 0; gSaveContext.dogIsLost = true; gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT; gSaveContext.unk_3F26 = 50; |
