Rename ItemId_GetX to GetItemX (#2116)
This commit is contained in:
@@ -699,7 +699,7 @@ static void DrawPokeblockMenuTitleText(void)
|
||||
{
|
||||
u8 i;
|
||||
|
||||
const u8 *itemName = ItemId_GetName(ITEM_POKEBLOCK_CASE);
|
||||
const u8 *itemName = GetItemName(ITEM_POKEBLOCK_CASE);
|
||||
PrintOnPokeblockWindow(WIN_TITLE, itemName, GetStringCenterAlignXOffset(FONT_NORMAL, itemName, 0x48));
|
||||
|
||||
PrintOnPokeblockWindow(WIN_SPICY, gText_Spicy, 0);
|
||||
|
||||
Reference in New Issue
Block a user