mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-12 19:04:38 +00:00
HealthMeter_ -> Health_ (#1202)
* HealthMeter_ -> Health_ * PR Suggestion
This commit is contained in:
parent
5cc5cf5a7e
commit
80186ec1ab
5 changed files with 16 additions and 16 deletions
|
@ -3060,7 +3060,7 @@ void Interface_Draw(GlobalContext* globalCtx) {
|
|||
if (pauseCtx->debugState == 0) {
|
||||
Interface_InitVertices(globalCtx);
|
||||
func_8008A994(interfaceCtx);
|
||||
HealthMeter_Draw(globalCtx);
|
||||
Health_DrawMeter(globalCtx);
|
||||
|
||||
func_80094520(globalCtx->state.gfxCtx);
|
||||
|
||||
|
@ -3980,7 +3980,7 @@ void Interface_Update(GlobalContext* globalCtx) {
|
|||
}
|
||||
}
|
||||
|
||||
HealthMeter_UpdateBeatingHeart(globalCtx);
|
||||
Health_UpdateBeatingHeart(globalCtx);
|
||||
D_80125A58 = func_8008F2F8(globalCtx);
|
||||
|
||||
if (D_80125A58 == 1) {
|
||||
|
@ -3993,7 +3993,7 @@ void Interface_Update(GlobalContext* globalCtx) {
|
|||
}
|
||||
}
|
||||
|
||||
HealthMeter_Update(globalCtx);
|
||||
Health_UpdateMeter(globalCtx);
|
||||
|
||||
if ((gSaveContext.timer1State >= 3) && (globalCtx->pauseCtx.state == 0) && (globalCtx->pauseCtx.debugState == 0) &&
|
||||
(msgCtx->msgMode == MSGMODE_NONE) && !(player->stateFlags2 & PLAYER_STATE2_24) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue