From 2ae3bff3b8c131b4108c1c7b735db94ae72f37f5 Mon Sep 17 00:00:00 2001 From: Leonid Kapitonov Date: Tue, 5 Nov 2024 11:26:18 +0100 Subject: [PATCH] apply a draft PR suggestion Co-authored-by: mzxrules --- include/z64cutscene.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/z64cutscene.h b/include/z64cutscene.h index ab06420f44..2b908adbe9 100644 --- a/include/z64cutscene.h +++ b/include/z64cutscene.h @@ -347,11 +347,11 @@ typedef enum CutsceneDestination { /* correlation with `enum SceneLayer`: CS_INDEX_MANUAL: [SCENE_LAYER_CHILD_DAY .. SCENE_LAYER_ADULT_NIGHT] - CS_INDEX_SCRIPTED_*: SCENE_LAYER_CUTSCENE_FIRST + CS_INDEX_SCRIPTED_*: SCENE_LAYER_CUTSCENE_FIRST + (cutscene index & 0xF) correlation with `enum EntranceIndex` CS_INDEX_MANUAL: base entrance index + scene layer - CS_INDEX_SCRIPTED_*: base entrance index + SCENE_LAYER_CUTSCENE_FIRST + (cutscene index & 0xF) + CS_INDEX_SCRIPTED_*: base entrance index + scene layer `z_select.c` naming: CS_INDEX_NONE: "Stage: night"