diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 18:59:30 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-15 18:59:30 -0500 |
commit | ce391ed0696c22e8fa1f33430b4025a08a3bc360 (patch) | |
tree | dbdd06262cd738bb682d8a9304293ac5d944a071 /src/field/player_pc.c | |
parent | bdb0628c913fe7f2e77598d6390f8f7d951b1703 (diff) | |
parent | ed152b1566fa5c39ee72ca190c49fbfe30708036 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
Diffstat (limited to 'src/field/player_pc.c')
-rw-r--r-- | src/field/player_pc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/player_pc.c b/src/field/player_pc.c index c6813b955..3719b7c7a 100644 --- a/src/field/player_pc.c +++ b/src/field/player_pc.c @@ -853,7 +853,7 @@ static void ItemStorage_DrawTMHMEntry(struct ItemSlot *itemSlot, u8 var, int var { ItemStorage_DrawItemName(itemSlot, var, var2); - if(itemSlot->itemId < ITEM_HM01) + if(itemSlot->itemId < ITEM_HM01_CUT) ItemStorage_DrawItemQuantity(itemSlot->quantity, STR_CONV_MODE_RIGHT_ALIGN, var, 3, var2); else ItemStorage_DrawItemVoidQuantity(var); // HMs do not have a quantity. |