mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompiled En_Holl (#253)
* Decompile most of En_Holl * Two nonmatchings left * Rename some variables, use EnHollActionFunc * Minor cleanups * Only regalloc issues left * General cleanups * 1 nonmatching left * Delete data.s file * Added some more documentation * Improved nonmatching but OK still elusive, some cleanups * Review changes * Ran formatter * More review changes * Flip conditions that were previously missed * DISP macros
This commit is contained in:
parent
82968a7381
commit
d292d81958
19 changed files with 350 additions and 945 deletions
5
spec
5
spec
|
@ -2505,8 +2505,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Holl"
|
||||
include "build/src/overlays/actors/ovl_En_Holl/z_en_holl.o"
|
||||
include "build/data/overlays/actors/z_en_holl.data.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Holl/ovl_En_Holl_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_holl.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue