use enums in more places

This commit is contained in:
LagoLunatic
2023-12-28 01:39:53 -05:00
parent 2acf4ca63f
commit 83bcf1bd1f
15 changed files with 126 additions and 49 deletions
+2 -2
View File
@@ -290,9 +290,9 @@ void dDoor_msg_c::proc(cXyz*) {
/* 8006D0DC-8006D11C .text resLoad__12dDoor_hkyo_cFv */
s32 dDoor_hkyo_c::resLoad() {
if (m11 == 0) {
return 4;
return cPhs_COMPLEATE_e;
}
dComIfG_resLoad(&mPhs, "Hkyo");
return dComIfG_resLoad(&mPhs, "Hkyo");
}
/* 8006D11C-8006D154 .text resDelete__12dDoor_hkyo_cFv */