diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-05-08 00:18:42 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 10:18:42 -0400 |
| commit | 80186ec1ab57e498a49f05c707f1ca9390b56dfd (patch) | |
| tree | 76f3b7792d18549ee054e877c0c7e059aa9cdb81 /src/code/z_construct.c | |
| parent | 5cc5cf5a7e048606cbf6bd824c348224c2b4d6d2 (diff) | |
HealthMeter_ -> Health_ (#1202)
* HealthMeter_ -> Health_
* PR Suggestion
Diffstat (limited to 'src/code/z_construct.c')
| -rw-r--r-- | src/code/z_construct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 7c3947f74..fbfc9dcb0 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -146,7 +146,7 @@ void func_801109B0(GlobalContext* globalCtx) { osSyncPrintf("PARAMETER領域=%x\n", parameterSize + 0x5300); // "Parameter Area = %x" - HealthMeter_Init(globalCtx); + Health_InitMeter(globalCtx); Map_Init(globalCtx); interfaceCtx->unk_23C = interfaceCtx->unk_242 = 0; |
