1
0
Fork 0
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:
Random 2020-05-10 19:09:26 +02:00 committed by GitHub
parent 40836f5d82
commit 3e5ed389b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 662 additions and 1125 deletions

4
spec
View file

@ -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