Misc Changes (#306)

This commit is contained in:
Pheenoh
2023-03-07 18:03:46 -07:00
committed by GitHub
parent 6c2e18af70
commit f31ab5ae0b
89 changed files with 11095 additions and 1436 deletions
+2
View File
@@ -989,9 +989,11 @@ inline s32 getCheckItemFunc(u8 i_no) {
s32 checkItemGet(u8 item_id, int param_2) {
s32 checkItem = getCheckItemFunc(item_id);
if (checkItem == -1) {
checkItem = param_2;
}
return checkItem;
}