Fix opponent hp bar issue
This commit is contained in:
parent
0f29610a61
commit
a62bd511c8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue