mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Removed unused itemId field (#3293)
This commit is contained in:
commit
181a0b35a5
@ -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 New Issue
Block a user