mirror of https://github.com/zeldaret/tmc.git
parent
db4fb73c38
commit
25ef3a2541
2
src/ui.c
2
src/ui.c
|
@ -461,7 +461,7 @@ void DrawChargeBar(void) {
|
||||||
tmp1 = gPlayerState.chargeState.action != 0;
|
tmp1 = gPlayerState.chargeState.action != 0;
|
||||||
if (!tmp1) {
|
if (!tmp1) {
|
||||||
EraseChargeBar();
|
EraseChargeBar();
|
||||||
return
|
return;
|
||||||
}
|
}
|
||||||
if (gHUD.maxHealth > 10 * 4)
|
if (gHUD.maxHealth > 10 * 4)
|
||||||
BufferPos = &gBG0Buffer[0x60];
|
BufferPos = &gBG0Buffer[0x60];
|
||||||
|
|
Loading…
Reference in New Issue