mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile z_bg_haka_trap.c (#201)
* Decompile z_bg_haka_trap.c * Update spec delete old .reloc.s file Co-authored-by: Random <28494085+Random06457@users.noreply.github.com> * Deleted reloc.s and made style changes to function pointers and local vars * Renamed timer field, added more useful temp names * Implemented Roman's suggestions, including moving enum to header file, moving some static variables inside functions, removing unnecessary casts, removing unnecessary temps, and fixing a few style issues * Commented dual purpose of unk_16A and formatted file again Co-authored-by: Random <28494085+Random06457@users.noreply.github.com>
This commit is contained in:
parent
a76356090b
commit
4e70a24274
23 changed files with 486 additions and 1445 deletions
3
spec
3
spec
|
@ -821,8 +821,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Bg_Haka_Trap"
|
||||
include "build/src/overlays/actors/ovl_Bg_Haka_Trap/z_bg_haka_trap.o"
|
||||
include "build/data/overlays/actors/z_bg_haka_trap.data.o"
|
||||
include "build/data/overlays/actors/z_bg_haka_trap.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Bg_Haka_Trap/ovl_Bg_Haka_Trap_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue