1
0
Fork 0
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:
Half-asian 2020-08-29 06:35:35 +12:00 committed by GitHub
parent 04a0d7c132
commit b687ef1143
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 178 additions and 566 deletions

View file

@ -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

View file

@ -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