Update ui.c

;
This commit is contained in:
Lemeon 2024-01-21 20:41:17 +01:00 committed by GitHub
parent db4fb73c38
commit 25ef3a2541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -461,7 +461,7 @@ void DrawChargeBar(void) {
tmp1 = gPlayerState.chargeState.action != 0;
if (!tmp1) {
EraseChargeBar();
return
return;
}
if (gHUD.maxHealth > 10 * 4)
BufferPos = &gBG0Buffer[0x60];