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
@@ -71,9 +71,9 @@ void daKiPot_c::init_modeWait() {
/* 80C44F80-80C45008 000360 0088+00 1/0 0/0 0/0 .text modeWait__9daKiPot_cFv */
void daKiPot_c::modeWait() {
if (chkEvent() && eventInfo.i_checkCommandCatch() == 0) {
if (chkEvent() && eventInfo.checkCommandCatch() == 0) {
dComIfGp_att_CatchRequest(this, fpcNm_ITEM_UGLY_SOUP, 100.0f, 50.0f, -50.0f, 0x2000, 1);
eventInfo.i_onCondition(0x40);
eventInfo.onCondition(0x40);
}
}
@@ -84,7 +84,7 @@ s32 daKiPot_c::chkEvent() {
if (!dComIfGp_getEvent().isOrderOK()) {
result = 0;
if (eventInfo.i_checkCommandCatch()) {
if (eventInfo.checkCommandCatch()) {
return result;
}
}