mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-06 05:17:25 -05:00
Merge pull request #2424 from LOuroboros/getItemId
Actually removed ItemId_GetId
This commit is contained in:
commit
9d64c838cf
|
|
@ -880,12 +880,6 @@ const u8 *ItemId_GetName(u16 itemId)
|
|||
return gItems[SanitizeItemId(itemId)].name;
|
||||
}
|
||||
|
||||
// Unused
|
||||
u16 ItemId_GetId(u16 itemId)
|
||||
{
|
||||
return gItems[SanitizeItemId(itemId)].itemId;
|
||||
}
|
||||
|
||||
u16 ItemId_GetPrice(u16 itemId)
|
||||
{
|
||||
return gItems[SanitizeItemId(itemId)].price;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user