mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
ovl_Item_Ocarina OK (#299)
* first commit * fixes * remove unwanted file Co-authored-by: fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
04a0d7c132
commit
b687ef1143
20 changed files with 178 additions and 566 deletions
|
@ -1,18 +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 .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel Item_Ocarina_InitVars
|
||||
.word 0x00F10700, 0x00000010, 0x00DE0000, 0x00000154
|
||||
.word ItemOcarina_Init
|
||||
.word ItemOcarina_Destroy
|
||||
.word ItemOcarina_Update
|
||||
.word ItemOcarina_Draw
|
||||
|
|
@ -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_80B86850
|
||||
.incbin "baserom/ovl_Item_Ocarina", 0x720, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue