partially working colossal wallet

This commit is contained in:
TakaRikka
2026-06-11 03:10:45 -07:00
parent 43817ea4e5
commit 6692eff3a3
6 changed files with 30 additions and 2 deletions
+4
View File
@@ -400,4 +400,8 @@ BOOL isBottleItem(u8 item_no);
u8 check_itemno(int i_itemNo);
BOOL isInsect(u8 i_itemNo);
#if TARGET_PC
void item_func_WALLET_LV4();
#endif
#endif /* D_D_ITEM_H */
+7
View File
@@ -350,4 +350,11 @@ enum {
/* 0xFF */ dItemNo_NONE_e,
};
#if TARGET_PC
// HD item mappings
enum {
dItemNo_WALLET_LV4_e = 0xDA,
};
#endif
#endif /* D_D_ITEM_DATA_H */