mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-19 03:58:33 +01:00
commit
6703517f6d
@ -2901,7 +2901,7 @@ const struct Item gItems[] =
|
|||||||
.name = _("Razor Claw"),
|
.name = _("Razor Claw"),
|
||||||
.itemId = ITEM_RAZOR_CLAW,
|
.itemId = ITEM_RAZOR_CLAW,
|
||||||
.price = 5000,
|
.price = 5000,
|
||||||
.holdEffect = HOLD_EFFECT_NONE, // Placeholder.
|
.holdEffect = HOLD_EFFECT_SCOPE_LENS,
|
||||||
.description = sRazorClawDesc,
|
.description = sRazorClawDesc,
|
||||||
.pocket = POCKET_ITEMS,
|
.pocket = POCKET_ITEMS,
|
||||||
.type = ITEM_USE_BAG_MENU,
|
.type = ITEM_USE_BAG_MENU,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user