mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 13:40:02 +00:00
Fix a couple of actors to use auto generated reloc (#547)
* FIX RELOC * Update spec * Delete z_bg_spot15_saku.reloc.s * Add endseg back Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
This commit is contained in:
parent
eadf85f17c
commit
3237f176cd
3 changed files with 2 additions and 21 deletions
4
spec
4
spec
|
@ -1278,7 +1278,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Bg_Spot15_Saku"
|
||||
include "build/src/overlays/actors/ovl_Bg_Spot15_Saku/z_bg_spot15_saku.o"
|
||||
include "build/data/overlays/actors/z_bg_spot15_saku.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Bg_Spot15_Saku/ovl_Bg_Spot15_Saku_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -1955,7 +1955,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_En_Bird"
|
||||
include "build/src/overlays/actors/ovl_En_Bird/z_en_bird.o"
|
||||
include "build/data/overlays/actors/z_en_bird.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_En_Bird/ovl_En_Bird_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue