mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Fix reloc data used for some actors and Match Bg_Spot01_Idohashira (#327)
This commit is contained in:
parent
f11a74d41d
commit
3dc3722570
7 changed files with 18 additions and 136 deletions
16
spec
16
spec
|
@ -1217,11 +1217,7 @@ 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
|
||||
|
@ -2140,11 +2136,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Bx"
|
||||
include "build/src/overlays/actors/ovl_En_Bx/z_en_bx.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Bx/ovl_En_Bx_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_bx.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -2529,11 +2521,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Gs"
|
||||
include "build/src/overlays/actors/ovl_En_Gs/z_en_gs.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Gs/ovl_En_Gs_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_gs.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -2684,7 +2672,11 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Insect"
|
||||
include "build/src/overlays/actors/ovl_En_Insect/z_en_insect.o"
|
||||
#ifdef NON_MATCHING
|
||||
include "build/src/overlays/actors/ovl_En_Insect/ovl_En_Insect_reloc.o"
|
||||
#else
|
||||
include "build/data/overlays/actors/z_en_insect.reloc.o"
|
||||
#endif
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue