mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Various fixes/matches
- Matched all remaining functions in `__osMalloc.c`, 2 functions in `code_8007BF90.c`, 1 in `code_800A9F30.c`, 2 in `fault.c`, 1 in `fault_drawer.c`, 1 in `gfxprint.c`, 2 in `z_camera.c` - Improved most other remaining non matchings to ensure they are actually equivalent and to get them closer to matching - Added a `alloc.h` header file in the process of working on `fault.c` non matchings - Decompiled `padmgr.c` data/bss in order to improve padmgr non matchings - Removed unused `z_en_wallmas.c` data files - Moved functions confirmed to be in `z_cheap_proc.c` to their own file with that name
This commit is contained in:
parent
2c7a339a81
commit
76eb52ab52
37 changed files with 549 additions and 2829 deletions
4
spec
4
spec
|
@ -444,8 +444,6 @@ beginseg
|
|||
include "build/src/code/listalloc.o"
|
||||
include "build/src/code/main.o"
|
||||
include "build/src/code/padmgr.o"
|
||||
include "build/data/padmgr.data.o"
|
||||
include "build/data/padmgr.bss.o"
|
||||
include "build/src/code/sched.o"
|
||||
include "build/data/sched.data.o"
|
||||
include "build/data/sched.bss.o"
|
||||
|
@ -3805,7 +3803,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Wallmas"
|
||||
include "build/src/overlays/actors/ovl_En_Wallmas/z_en_wallmas.o"
|
||||
include "build/data/overlays/actors/z_en_wallmas.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Wallmas/z_en_wallmas_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue