mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile the remaining Oceff actors + Add ichaindis.py (#125)
* Decompile the remaining Oceff actors + Add ichaindis.py - z_oceff_spot.c: OK - z_oceff_storm.c : 1 non-matching left - Add ichaindis.py * Rename SetActionFunc to SetupAction + Add Actor descriptions * Minor fixes in PR #125
This commit is contained in:
parent
40836f5d82
commit
3e5ed389b9
29 changed files with 662 additions and 1125 deletions
4
spec
4
spec
|
@ -3816,14 +3816,12 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Oceff_Spot"
|
||||
include "build/src/overlays/actors/ovl_Oceff_Spot/z_oceff_spot.o"
|
||||
include "build/data/overlays/actors/z_oceff_spot.data.o"
|
||||
include "build/data/overlays/actors/z_oceff_spot.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Oceff_Spot/z_oceff_spot_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
name "ovl_Oceff_Storm"
|
||||
include "build/src/overlays/actors/ovl_Oceff_Storm/z_oceff_storm.o"
|
||||
include "build/data/overlays/actors/z_oceff_storm.data.o"
|
||||
include "build/data/overlays/actors/z_oceff_storm.reloc.o"
|
||||
endseg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue