diff options
| author | inspectredc <78732756+inspectredc@users.noreply.github.com> | 2023-11-19 07:38:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 02:38:07 -0500 |
| commit | 2b1327c41aad3e2fca2e4af50597a2c1f93116f3 (patch) | |
| tree | b76744b54d4f39c249d85db5a5f99ddf64f89c35 /soh/src/code/z_common_data.c | |
| parent | a8e387b94970ffd8b8c58bb672df0c7f6f389476 (diff) | |
Transition docs (#3322)
* transition variables renamed
* transition circle
* transition wipe
* sand storm
* remaining sceneloadflag rename
* transition trigger macros
* transition mode enum
* transition type enum
* tc set params
* creg debug transitions
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 83486b2d7..2a903b26e 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.nextTransitionType = 0xFF; + gSaveContext.nextTransitionType = TRANS_NEXT_TYPE_DEFAULT; gSaveContext.unk_13EE = 50; } |
