Removed unused itemId field
This commit is contained in:
parent
755e260da4
commit
6a70b06240
2 changed files with 0 additions and 800 deletions
|
@ -10,7 +10,6 @@ typedef void (*ItemUseFunc)(u8);
|
|||
struct Item
|
||||
{
|
||||
u8 name[ITEM_NAME_LENGTH];
|
||||
u16 itemId;
|
||||
u16 price;
|
||||
u8 holdEffect;
|
||||
u8 holdEffectParam;
|
||||
|
|
799
src/data/items.h
799
src/data/items.h
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue