mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +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
|
@ -1,13 +0,0 @@
|
|||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purpose registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_808B4BB0
|
||||
.incbin "baserom/ovl_Bg_Spot15_Saku", 0x360, 0x00000080
|
|
@ -1,6 +0,0 @@
|
|||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
D_809C2000:
|
||||
.incbin "baserom/ovl_En_Bird", 0x450, 0x00000060
|
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…
Reference in a new issue