mirror of
https://github.com/zeldaret/oot
synced 2026-07-05 05:29:59 -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:
@@ -1,40 +0,0 @@
|
||||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_8011FF10
|
||||
.incbin "baserom.z64", 0xB970B0, 0x14
|
||||
|
||||
glabel D_8011FF24
|
||||
.incbin "baserom.z64", 0xB970C4, 0x14
|
||||
|
||||
glabel D_8011FF38
|
||||
.incbin "baserom.z64", 0xB970D8, 0x14
|
||||
|
||||
glabel D_8011FF4C
|
||||
.incbin "baserom.z64", 0xB970EC, 0x14
|
||||
|
||||
glabel D_8011FF60
|
||||
.incbin "baserom.z64", 0xB97100, 0x14
|
||||
|
||||
glabel D_8011FF74
|
||||
.incbin "baserom.z64", 0xB97114, 0x14
|
||||
|
||||
glabel D_8011FF88
|
||||
.incbin "baserom.z64", 0xB97128, 0x14
|
||||
|
||||
glabel D_8011FF9C
|
||||
.incbin "baserom.z64", 0xB9713C, 0x14
|
||||
|
||||
glabel D_8011FFB0
|
||||
.incbin "baserom.z64", 0xB97150, 0x40
|
||||
|
||||
glabel D_8011FFF0
|
||||
.incbin "baserom.z64", 0xB97190, 0x40
|
||||
Reference in New Issue
Block a user