1
0
Fork 0
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:
engineer124 2022-05-08 00:18:42 +10:00 committed by GitHub
parent 5cc5cf5a7e
commit 80186ec1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 16 deletions

View file

@ -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) &&