mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Match and improve some non matchings (#254)
This commit is contained in:
parent
4e1fc875c3
commit
106f7a3f6a
12 changed files with 51 additions and 451 deletions
8
spec
8
spec
|
@ -1234,7 +1234,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Bg_Spot01_Idohashira"
|
||||
include "build/src/overlays/actors/ovl_Bg_Spot01_Idohashira/z_bg_spot01_idohashira.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_Bg_Spot01_Idohashira/ovl_Bg_Spot01_Idohashira_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_bg_spot01_idohashira.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -2621,11 +2625,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Heishi2"
|
||||
include "build/src/overlays/actors/ovl_En_Heishi2/z_en_heishi2.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Heishi2/ovl_En_Heishi2_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_heishi2.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue