Fixed Dynamax's indicator not disappearing after Dynamax ends (#3510)
This commit is contained in:
parent
24bde64ddb
commit
6cce1b1873
@ -1057,6 +1057,7 @@ static void UpdateLvlInHealthbox(u8 healthboxSpriteId, u8 lvl)
|
||||
|
||||
objVram = ConvertIntToDecimalStringN(text + 2, lvl, STR_CONV_MODE_LEFT_ALIGN, 3);
|
||||
xPos = 5 * (3 - (objVram - (text + 2)));
|
||||
MegaIndicator_SetVisibilities(healthboxSpriteId, TRUE);
|
||||
}
|
||||
|
||||
windowTileData = AddTextPrinterAndCreateWindowOnHealthbox(text, xPos, 3, 2, &windowId);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user