mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
parent
704598652a
commit
728a789a2f
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_80B958F0
|
||||
.incbin "baserom/ovl_Obj_Kibako", 0xC50, 0x000000E0
|
2
spec
2
spec
|
@ -3495,7 +3495,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Obj_Kibako"
|
||||
include "build/src/overlays/actors/ovl_Obj_Kibako/z_obj_kibako.o"
|
||||
include "build/data/overlays/actors/z_obj_kibako.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Obj_Kibako/ovl_Obj_Kibako_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Reference in a new issue