d_attention cleanup, add mDoCPd inlines

This commit is contained in:
LagoLunatic
2025-04-27 16:38:29 -04:00
parent 4d1cb33cd8
commit c4eb26b2a1
13 changed files with 361 additions and 357 deletions
+5 -1
View File
@@ -151,7 +151,11 @@ static s16 daObjMknjD_XyEventCB(void* i_this, int i_param2) {
/* 000002F0-00000314 .text XyCheckCB__Q210daObjMknjD5Act_cFi */
s16 daObjMknjD::Act_c::XyCheckCB(int i_itemBtn) {
return dComIfGp_getSelectItem(i_itemBtn) == dItem_WIND_WAKER_e ? 1 : 0;
if (dComIfGp_getSelectItem(i_itemBtn) == dItem_WIND_WAKER_e) {
return TRUE;
} else {
return FALSE;
}
}
/* 00000314-0000031C .text XyEventCB__Q210daObjMknjD5Act_cFi */