mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Fix safari healthbox (#9341)
This commit is contained in:
parent
0c89094756
commit
03d7cee1d9
|
|
@ -1944,7 +1944,7 @@ static void UpdateLeftNoOfBallsTextOnHealthbox(u8 healthboxSpriteId)
|
|||
txtPtr = StringCopy(text, gText_SafariBallLeft);
|
||||
ConvertIntToDecimalStringN(txtPtr, gNumSafariBalls, STR_CONV_MODE_LEFT_ALIGN, 2);
|
||||
|
||||
FillSpriteRectColor(healthboxSpriteId, 55, 19, 47, 12, HEALTHBOX_BG_INDEX);
|
||||
FillSpriteRectColor(healthboxSpriteId, 55, 19, 31, 12, HEALTHBOX_BG_INDEX);
|
||||
AddSpriteTextPrinterParameterized6(healthboxSpriteId, FONT_SMALL, 55, 19, 0, 0, sHealthBoxTextColor, 0, text);
|
||||
|
||||
gSprites[healthboxSpriteId].data[1] = savedValue1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user