Started cleaning up the itemNo enum

This commit is contained in:
LagoLunatic
2024-02-25 02:05:17 -05:00
parent 914393649b
commit fdba7c3a7b
37 changed files with 807 additions and 807 deletions
+1 -1
View File
@@ -650,7 +650,7 @@ bool dNpc_chkArasoi() {
bool dNpc_chkLetterPassed() {
bool ret = false;
if(dComIfGs_isGetItemReserve(0xC)) {
ret = dComIfGs_checkReserveItem(LETTER00) == 0;
ret = dComIfGs_checkReserveItem(dItem_FATHER_LETTER_e) == 0;
}
return ret;
}