Reference TMs and HMs by move instead of number (#1732)
This commit is contained in:
@@ -781,7 +781,7 @@ void ItemUseOutOfBattle_RareCandy(u8 taskId)
|
||||
|
||||
void ItemUseOutOfBattle_TMHM(u8 taskId)
|
||||
{
|
||||
if (gSpecialVar_ItemId >= ITEM_HM01_CUT)
|
||||
if (gSpecialVar_ItemId >= ITEM_HM01)
|
||||
DisplayItemMessage(taskId, FONT_NORMAL, gText_BootedUpHM, BootUpSoundTMHM); // HM
|
||||
else
|
||||
DisplayItemMessage(taskId, FONT_NORMAL, gText_BootedUpTM, BootUpSoundTMHM); // TM
|
||||
|
||||
Reference in New Issue
Block a user