mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-11 22:20:22 -04:00
z_lifemeter (#247)
* z_lifemeter done. * fix new warning I didn't saw. add variables.txt * suggested changes * add new texture ptrs to undefined_sym, changed heartTex & temp to TexturePtr in LifeMeter_Draw * change hex literal to decimal and other small suggestions * change bool to u32; change hexa literal to decimal in LifeMeter_IsCritical; renamed undefined sym to their D_02 addresses * re-applied format.sh on z_lifemeter * coding style fixes * fix typo in undefined_sym * named func and vars. * changed modulo check * add extra line after var declaration in LifeMeter_Draw Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * changed unkTimer to camelCase; timer constant as decimal; flip some comparison in LifeMeter_Draw * uncomment & rename func_ in functions.h * Update include/functions.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> Co-authored-by: Andzura <andzura@andzura.fr> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -520,8 +520,6 @@ beginseg
|
||||
include "build/data/code/z_kankyo.bss.o"
|
||||
include "build/src/code/z_lib.o"
|
||||
include "build/src/code/z_lifemeter.o"
|
||||
include "build/data/code/z_lifemeter.data.o"
|
||||
include "build/data/code/z_lifemeter.bss.o"
|
||||
include "build/src/code/z_lights.o"
|
||||
include "build/data/code/z_lights.bss.o"
|
||||
include "build/src/code/z_malloc.o"
|
||||
|
||||
Reference in New Issue
Block a user