diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2022-11-29 17:28:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 00:28:57 +0100 |
| commit | d7c35221421bf712b5ead56a360f81f624aca4bc (patch) | |
| tree | a77c1802802367337b55878e873a543d959f2e63 /soh/src/code/z_common_data.c | |
| parent | 8064ad9dfee6e4c45b4080ddcca4af8f48707288 (diff) | |
[docs] Upstream updates 1 (#1955)
* First round of upstream updates and commenting patternss
* Renames from z64player
* Renames from z64save
* Undo changes to legacy save struct
* Add missing reference from entrance rando
* Fixes from stat tracker
* More tweaks
Diffstat (limited to 'soh/src/code/z_common_data.c')
| -rw-r--r-- | soh/src/code/z_common_data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/soh/src/code/z_common_data.c b/soh/src/code/z_common_data.c index 53334fb84..aa0e3cca3 100644 --- a/soh/src/code/z_common_data.c +++ b/soh/src/code/z_common_data.c @@ -14,6 +14,6 @@ void SaveContext_Init(void) { gSaveContext.nextDayTime = 0xFFFF; gSaveContext.skyboxTime = 0; gSaveContext.dogIsLost = true; - gSaveContext.nextTransition = 0xFF; + gSaveContext.nextTransitionType = 0xFF; gSaveContext.unk_13EE = 50; } |
