d_com_inf_game debug (#3075)

* d_com_inf_game debug

* inline sorting
This commit is contained in:
Jcw87
2026-01-29 18:58:59 -08:00
committed by GitHub
parent 46b0f095c5
commit dbee7c8f1f
20 changed files with 4425 additions and 4123 deletions
-4
View File
@@ -406,10 +406,6 @@ static int phase_2(room_of_scene_class* i_this) {
return cPhs_NEXT_e;
}
void dStage_roomControl_c::setZoneNo(int i_roomNo, int i_zoneNo) {
mStatus[i_roomNo].mZoneNo = i_zoneNo;
}
static int phase_3(room_of_scene_class* i_this) {
if (objectSetCheck(i_this)) {
return cPhs_NEXT_e;