mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-03 01:54:37 +00:00
erase reloc
Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
parent
a53a2e7601
commit
2ab385bde3
2 changed files with 1 additions and 14 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_8097C280
|
|
||||||
.incbin "baserom/ovl_Demo_Gj", 0x3950, 0x000005F0
|
|
2
spec
2
spec
|
@ -1499,7 +1499,7 @@ endseg
|
||||||
beginseg
|
beginseg
|
||||||
name "ovl_Demo_Gj"
|
name "ovl_Demo_Gj"
|
||||||
include "build/src/overlays/actors/ovl_Demo_Gj/z_demo_gj.o"
|
include "build/src/overlays/actors/ovl_Demo_Gj/z_demo_gj.o"
|
||||||
include "build/data/overlays/actors/z_demo_gj.reloc.o"
|
include "build/src/overlays/actors/ovl_Demo_Gj/ovl_Demo_Gj_reloc.o"
|
||||||
endseg
|
endseg
|
||||||
|
|
||||||
beginseg
|
beginseg
|
||||||
|
|
Loading…
Add table
Reference in a new issue