Add misc item data constants
This commit is contained in:
@@ -1721,7 +1721,7 @@ void ItemMenu_UseOutOfBattle(u8 taskId)
|
||||
if (ItemId_GetFieldFunc(gSpecialVar_ItemId))
|
||||
{
|
||||
BagMenu_RemoveSomeWindow();
|
||||
if (CalculatePlayerPartyCount() == 0 && ItemId_GetType(gSpecialVar_ItemId) == 1)
|
||||
if (CalculatePlayerPartyCount() == 0 && ItemId_GetType(gSpecialVar_ItemId) == ITEM_USE_PARTY_MENU)
|
||||
BagMenu_PrintThereIsNoPokemon(taskId);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user