====== CutsceneGparamTimeParam ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | disableParam_NT | ''u8'' | ''0x0 [0]'' | Exclude from the NT version or mark the ones to be excluded. | This field is a boolean. | | disableParam_Product | ''u8'' | ''0x0 [1]'' | Exclude from the product version or mark the items to be excluded. | This field is a boolean. | | disableParamReserve1 | ''dummy8'' | ''0x0 [2-7]'' | | This field is padding. | | disableParamReserve2 | ''dummy8'' | ''0x1'' | | This field is padding. | | DstTimezone_Morning | ''u8'' | ''0x4'' | Morning (Refer to the cutscene time conversion setting sheet for the conversion time) | | | DstTimezone_Noon | ''u8'' | ''0x5'' | Day A (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | DstTimezone_AfterNoon | ''u8'' | ''0x6'' | Noon-B (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | DstTimezone_Evening | ''u8'' | ''0x7'' | Evening (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | DstTimezone_Night | ''u8'' | ''0x8'' | Night (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | DstTimezone_DeepNightA | ''u8'' | ''0x9'' | Midnight A (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | DstTimezone_DeepNightB | ''u8'' | ''0xa'' | Midnight B (Refer to the cutscene time conversion setting sheet for the conversion time) | This field uses the following enum: CUTSCENE_TIMEZONE_TYPE | | reserved | ''dummy8'' | ''0xb'' | | This field is padding. | ===== Enums ===== ==== CUTSCENE_TIMEZONE_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Morning | | | ''1'' | Noon | | | ''2'' | Afternoon | | | ''3'' | Evening | | | ''4'' | Night | | | ''5'' | Midnight A | | | ''6'' | Midnight B | |