Decomp, update z_en_holl.c (#6890)

This commit is contained in:
djevangelia
2026-07-09 17:44:29 +02:00
committed by GitHub
parent 3249b96343
commit 50837308b7
58 changed files with 507 additions and 360 deletions
+1 -1
View File
@@ -556,7 +556,7 @@ void Skybox_Setup(PlayState* play, SkyboxContext* skyboxCtx, s16 skyboxId) {
switch (skyboxId) {
case SKYBOX_NORMAL_SKY:
phi_v1 = 0;
if (gSaveContext.retainWeatherMode != 0 && gSaveContext.sceneSetupIndex < 4 && gWeatherMode > 0 &&
if (gSaveContext.retainWeatherMode != 0 && gSaveContext.sceneLayer < 4 && gWeatherMode > 0 &&
gWeatherMode < 6) {
phi_v1 = 1;
}