mirror of
https://github.com/zeldaret/oot
synced 2026-09-01 09:43:06 -04:00
Decompile speed_meter.c and add VIEWPORT_INIT macro (#127)
* Decompile speed_meter.c and add VIEWPORT_INIT macro - speed_meter.c: OK - Add VIEWPORT_INIT(viewport, by, rx, ty, lx) macro * get rid of some magic numbers * use early return instead of a big if block in SpeedMeter_DrawTimeEntries
This commit is contained in:
@@ -417,7 +417,6 @@ beginseg
|
||||
include "build/data/sched.data.o"
|
||||
include "build/data/sched.bss.o"
|
||||
include "build/src/code/speed_meter.o"
|
||||
include "build/data/speed_meter.data.o"
|
||||
include "build/src/code/sys_cfb.o"
|
||||
include "build/src/code/sys_math.o"
|
||||
include "build/src/code/sys_math3d.o"
|
||||
|
||||
Reference in New Issue
Block a user