From a0e2ce7211ebc312db6fb470b7481e644d583f32 Mon Sep 17 00:00:00 2001 From: Zelllll <56516451+Zelllll@users.noreply.github.com> Date: Sun, 10 Jan 2021 15:33:58 -0600 Subject: Cleanup z_lifemeter (#552) * z_lifemeter cleanup finished, one non-matching * made Health_UpdateData a bit better, nowhere near matching still * lifemeter done for now * fixed define issue * improve z_lifemeter, still doesn't match * z_lifemeter done * Rename functions * Add files via upload * Update Health_Update.s * fix missing symbols in asm file * Update Health_Update.s * Update Health_Update.s * fixed stuff * Add files via upload * Delete Health_Update.s * Rename things according to Roman's suggestions * lifemeter done hopefully * fix unused asm that for some reason didn't merge * fix feedback * compiles right now Co-authored-by: Zelllll --- src/code/z_construct.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/z_construct.c') diff --git a/src/code/z_construct.c b/src/code/z_construct.c index 3d5a9337b..d4fdd05ff 100644 --- a/src/code/z_construct.c +++ b/src/code/z_construct.c @@ -155,7 +155,7 @@ void func_801109B0(GlobalContext* globalCtx) { // Translates to: "Parameter Area = %x" osSyncPrintf("PARAMETER領域=%x\n", parameterSize + 0x5300); - Health_InitData(globalCtx); + HealthMeter_Init(globalCtx); Map_Init(globalCtx); interfaceCtx->unk_23C = interfaceCtx->unk_242 = 0; -- cgit v1.2.3