mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Decompile sleep.c and printutils.c
- Decompile sleep.c (OK) - Decompile printutils.c (OK) - Fix 1 non-matching in z_room.c - Get rid of some magic numbers
This commit is contained in:
parent
0a25ab74c4
commit
d0cf6e153b
20 changed files with 94 additions and 308 deletions
|
@ -9,7 +9,7 @@
|
|||
#define ROOM 0x00
|
||||
#define FLAGS 0x00000015
|
||||
|
||||
#define TIMER_SCALE 0.0062500000931322574615478515625f
|
||||
#define TIMER_SCALE ((f32)OS_CLOCK_RATE/10000000000)
|
||||
#define DEGREE_60_RAD 1.0471975803375244140625f
|
||||
#define DEGREE_15_RAD 0.261799395084381103515625f
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue