Add save stage table, stage type, and event bit enums

This commit is contained in:
LagoLunatic
2024-01-04 00:37:52 -05:00
parent eb3db3883c
commit a0ea511650
26 changed files with 169 additions and 91 deletions
+1 -1
View File
@@ -392,7 +392,7 @@ void envcolor_init() {
g_env_light.field_0xc98 = 0;
g_env_light.mbDayNightTactStop = false;
if (dStage_stagInfo_GetSTType(dComIfGp_getStage().getStagInfo()) == 3) {
if (dStage_stagInfo_GetSTType(dComIfGp_getStage().getStagInfo()) == dStageType_BOSS_e) {
g_env_light.mpSchejule = dKyd_schejule_boss_getp();
} else {
g_env_light.mpSchejule = dKyd_schejule_getp();