mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-09 05:44:26 +00:00
delete reloc
Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
parent
05438ae79a
commit
2d95db923d
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_8099EC30
|
||||
.incbin "baserom/ovl_Eff_Dust", 0x1360, 0x00000180
|
2
spec
2
spec
|
@ -1609,7 +1609,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Eff_Dust"
|
||||
include "build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o"
|
||||
include "build/data/overlays/actors/z_eff_dust.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Eff_Dust/ovl_Eff_Dust_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Reference in a new issue