summaryrefslogtreecommitdiff
path: root/src/code/z_common_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/code/z_common_data.c')
-rw-r--r--src/code/z_common_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_common_data.c b/src/code/z_common_data.c
index 1dfd4d241..eeb620e84 100644
--- a/src/code/z_common_data.c
+++ b/src/code/z_common_data.c
@@ -25,7 +25,7 @@ void SaveContext_Init(void) {
gSaveContext.seqId = (u8)NA_BGM_DISABLED;
gSaveContext.natureAmbienceId = NATURE_ID_DISABLED;
gSaveContext.forcedSeqId = NA_BGM_GENERAL_SFX;
- gSaveContext.nextCutsceneIndex = 0xFFEF;
+ gSaveContext.nextCutsceneIndex = NEXT_CS_INDEX_NONE;
gSaveContext.cutsceneTrigger = 0;
gSaveContext.chamberCutsceneNum = CHAMBER_CS_FOREST;
gSaveContext.nextDayTime = NEXT_TIME_NONE;