mirror of
https://github.com/zeldaret/oot
synced 2026-09-13 04:45:50 -04:00
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 <elijah@DESKTOP-NMP1I89.localdomain>
This commit is contained in:
@@ -140,7 +140,7 @@ glabel Interface_Draw
|
||||
/* B01C74 8008AAD4 02E02025 */ move $a0, $s7
|
||||
/* B01C78 8008AAD8 0C022A65 */ jal func_8008A994
|
||||
/* B01C7C 8008AADC 02C02025 */ move $a0, $s6
|
||||
/* B01C80 8008AAE0 0C01E3C7 */ jal Health_Draw
|
||||
/* B01C80 8008AAE0 0C01E3C7 */ jal HealthMeter_Draw
|
||||
/* B01C84 8008AAE4 02E02025 */ move $a0, $s7
|
||||
/* B01C88 8008AAE8 0C025148 */ jal func_80094520
|
||||
/* B01C8C 8008AAEC 8EE40000 */ lw $a0, ($s7)
|
||||
|
||||
Reference in New Issue
Block a user