Update items.h

Added Rusted Sword and Rusted Shield
This commit is contained in:
professorleondias 2020-05-24 23:45:35 -04:00 committed by GitHub
parent 375d279623
commit 6ba5ccfed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -841,8 +841,10 @@ enum
#define ITEM_HEAVY_DUTY_BOOTS 0x2C3
#define ITEM_UTILITY_UMBRELLA 0x2C4
#define ITEM_THROAT_SPRAY 0x2C5
#define ITEM_RUSTED_SWORD 0x2D1
#define ITEM_RUSTED_SHIELD 0x2D2
#define ITEMS_COUNT (ITEM_STAR_SWEET + 1)
#define ITEMS_COUNT (ITEM_RUSTED_SHIELD + 1)
//For Pokemon Unbound
#ifdef UNBOUND