Removed unused itemId field (#3293)

This commit is contained in:
ghoulslash 2023-09-11 09:13:27 -04:00 committed by GitHub
commit 181a0b35a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 800 deletions

View File

@ -10,7 +10,6 @@ typedef void (*ItemUseFunc)(u8);
struct Item
{
u8 name[ITEM_NAME_LENGTH];
u16 itemId;
u16 price;
u8 holdEffect;
u8 holdEffectParam;

File diff suppressed because it is too large Load Diff