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
@@ -180,7 +180,7 @@ static void move(dr_class* i_this) {
break;
}
if (!dComIfGs_isStageBossEnemy(3)) {
if (!dComIfGs_isStageBossEnemy(dSv_save_c::STAGE_DRC)) {
if ((isIdle && (l_HIO.m0C || dComIfGp_getVibration().CheckQuake())) || i_this->m2C8 != 0) {
l_HIO.m0C = false;
i_this->m2C8 = 0;