Fix the secondaryId of the Ice and Fighting Gems (#382)

Addresses #378
This commit is contained in:
LOuroboros 2020-05-24 05:18:07 -03:00 committed by GitHub
parent f86282f423
commit 705743a10e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6402,7 +6402,7 @@ const struct Item gItems[] =
.pocket = POCKET_ITEMS,
.type = 4,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.secondaryId = 0,
.secondaryId = TYPE_ICE,
},
[ITEM_FIGHTING_GEM] =
@ -6416,7 +6416,7 @@ const struct Item gItems[] =
.pocket = POCKET_ITEMS,
.type = 4,
.fieldUseFunc = ItemUseOutOfBattle_CannotUse,
.secondaryId = 0,
.secondaryId = TYPE_FIGHTING,
},
[ITEM_POISON_GEM] =