Minor cleanup

Inlines, wrong indentation, enums, private fields, etc
This commit is contained in:
LagoLunatic
2026-07-23 17:48:51 -04:00
parent 2115d05965
commit 4efda6f355
57 changed files with 1696 additions and 1836 deletions
+3 -1
View File
@@ -966,7 +966,7 @@ u32 daNpcMt_c::getMsg() {
}
}
else if (dComIfGp_event_chkTalkXY()) {
} else if(dComIfGs_isEventBit(dSv_event_flag_c::UNK_3080)) {
if (dComIfGs_isEventBit(dSv_event_flag_c::UNK_4080) == 0) {
if(!dComIfGs_isEventBit(dSv_event_flag_c::UNK_3A01)) {
@@ -1075,6 +1075,7 @@ void daNpcMt_c::setAnmFromMsgTag() {
break;
case 6:
setAnmTbl(l_npc_anm_tukuru);
break;
}
dComIfGp_setMesgAnimeAttrInfo(0xff);
}
@@ -1411,6 +1412,7 @@ u8 daNpcMt_c::changePhotoNo(u8 photoNo) {
break;
case DSNAP_TYPE_UNK06:
photoNo = DSNAP_TYPE_NPC_UB4;
break;
}
return photoNo;
}