mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 05:58:59 -04:00
Started cleaning up the itemNo enum
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user