mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
ovl_En_Door (#402)
* Decompiled, two non-matchings remaining * Fix merge * Cleanups * Some documentation, remove unused asm * Remove unused data.s, review suggestions * Ran formatter, further review suggestions * Make some data static * Match EnDoor_Init * Remove asm for EnDoor_Init * Changes from review Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * More variables static, remove unnecessary s8 cast * PR Suggestions * review Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
cbb0c6da06
commit
579b87dceb
23 changed files with 388 additions and 802 deletions
5
spec
5
spec
|
@ -2184,8 +2184,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Door"
|
||||
include "build/src/overlays/actors/ovl_En_Door/z_en_door.o"
|
||||
include "build/data/overlays/actors/z_en_door.data.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Door/ovl_En_Door_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_door.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue