====== CutsceneGparamWeatherParam ====== ===== 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. | | DstWeather_Sunny | ''s16'' | ''0x4'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_ClearSky | ''s16'' | ''0x6'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_WeakCloudy | ''s16'' | ''0x8'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_Cloud | ''s16'' | ''0xa'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_Rain | ''s16'' | ''0xc'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_HeavyRain | ''s16'' | ''0xe'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_Storm | ''s16'' | ''0x10'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_StormForBattle | ''s16'' | ''0x12'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_Snow | ''s16'' | ''0x14'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_HeavySnow | ''s16'' | ''0x16'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_Fog | ''s16'' | ''0x18'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_HeavyFog | ''s16'' | ''0x1a'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_SandStorm | ''s16'' | ''0x1c'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | DstWeather_HeavyFogRain | ''s16'' | ''0x1e'' | Affects this specific weather state. | This field uses the following enum: WEATHER_TYPE | | reserved | ''dummy8'' | ''0x20'' | | This field is padding. | ===== Enums ===== ==== WEATHER_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''-2'' | All Weather | | | ''-1'' | Disabled | | | ''0'' | Sunny | | | ''1'' | Rain | | | ''2'' | Storm (Weak) | | | ''3'' | Storm (Strong) | | | ''4'' | Heavy Rain | | | ''5'' | Mixed Rain | |