mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 21:35:11 +00:00
z_en skb, 1 non-matching, with some documentation (#669)
* breathing new life into these skeletons * StalZone Progress StalZone * another match * matched override * some progress * one down, one to go * naming and prepping for pr * removing asm and prepping for PR * fixing damage table and asm issues * hopefully this fixes it (thank you louis) * fixing some suggested changes * inlining data into EnSkb_SpawnDebris * Fixing suggestions and adding a note * fixing the asm and function name * fix * whoops Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
88b05cd9a2
commit
2c56a6e99a
30 changed files with 511 additions and 1683 deletions
5
spec
5
spec
|
@ -2893,8 +2893,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Skb"
|
||||
include "build/src/overlays/actors/ovl_En_Skb/z_en_skb.o"
|
||||
include "build/data/overlays/actors/z_en_skb.data.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Skb/ovl_En_Skb_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_skb.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue