Fix opponent hp bar issue

This commit is contained in:
DizzyEggg 2018-08-01 22:01:37 +02:00
parent 0f29610a61
commit a62bd511c8

View file

@ -1223,7 +1223,7 @@ void UpdateHpTextInHealthbox(u8 healthboxSpriteId, s16 value, u8 maxOrCurrent)
{ {
UpdateHpTextInHealthboxInDoubles(healthboxSpriteId, value, maxOrCurrent); UpdateHpTextInHealthboxInDoubles(healthboxSpriteId, value, maxOrCurrent);
} }
else else if (gBattleSpritesDataPtr->battlerData[battler].hpNumbersNoBars) // don't print text if only bars are visible
{ {
u32 var; u32 var;
u8 i; u8 i;