b_gnd equivalent (#2340)

* b_gnd equivalent

* fix dEvt_info_c inlines

* fix some more inlines
This commit is contained in:
TakaRikka
2025-03-23 12:55:28 -07:00
committed by GitHub
parent 4dc0cd9d09
commit a4cdad86f4
178 changed files with 4611 additions and 5262 deletions
+3 -3
View File
@@ -88,19 +88,19 @@ void daScExit_c::actionWait() {
if (checkArea()) {
setAction(ACTION_ORDER_EVENT_e);
fopAcM_orderOtherEventId(this, mEventID, mToolID, 0xFFFF, 0, 1);
eventInfo.i_onCondition(2);
eventInfo.onCondition(2);
}
}
/* 8059E408-8059E488 000328 0080+00 1/0 0/0 0/0 .text actionOrderEvent__10daScExit_cFv */
void daScExit_c::actionOrderEvent() {
if (eventInfo.i_checkCommandDemoAccrpt()) {
if (eventInfo.checkCommandDemoAccrpt()) {
setAction(ACTION_EVENT_e);
demoProc();
dComIfGp_setPlayerStatus1(0, 0x4000000);
} else {
fopAcM_orderOtherEventId(this, mEventID, mToolID, 0xFFFF, 0, 1);
eventInfo.i_onCondition(2);
eventInfo.onCondition(2);
}
}