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
@@ -67,7 +67,7 @@ const char* dEvent_exception_c::getEventName() {
if (mEventInfoIdx == 207) {
JUT_ASSERT(0x9b, stage_info);
if (dStage_stagInfo_GetSTType(stage_info) == 3)
if (dStage_stagInfo_GetSTType(stage_info) == dStageType_BOSS_e)
return "BS_SHUTTER_START";
}