mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
EnHintnuts OK (#154)
* merged from upstream * matching * named functions * made suggested changes
This commit is contained in:
parent
e6b00f03bf
commit
13b1dc03bb
35 changed files with 530 additions and 1810 deletions
|
@ -1,24 +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 purposee registers
|
||||
|
||||
.section .data
|
||||
|
||||
glabel En_Hintnuts_InitVars
|
||||
.word 0x01920500, 0x00000005, 0x01640000, 0x00000260
|
||||
.word EnHintnuts_Init
|
||||
.word EnHintnuts_Destroy
|
||||
.word EnHintnuts_Update
|
||||
.word EnHintnuts_Draw
|
||||
glabel D_80A58A00
|
||||
.word 0x06000939, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x00120020, 0x00000000, 0x00000000
|
||||
glabel D_80A58A2C
|
||||
.word 0x01000012, 0x0020FE00
|
||||
glabel D_80A58A34
|
||||
.word 0x00000000
|
||||
glabel D_80A58A38
|
||||
.word 0xB06CFFFF, 0x8917000A, 0x304C0A28, 0x00000000, 0x00000000, 0x00000000
|
||||
|
|
@ -1,11 +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 purposee registers
|
||||
|
||||
.section .rodata
|
||||
glabel D_80A58A70
|
||||
|
||||
.incbin "baserom/ovl_En_Hintnuts", 0x1870, 0x000001A0
|
Loading…
Add table
Add a link
Reference in a new issue