mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
dekunuts OK (#664)
* dekunuts OK * named unk_19A * improved the match, got rid of volatile * one unaccounted blob * finished object_dekunuts * capitalization consistency * suggested changes * suggested changes again
This commit is contained in:
parent
da55eaa2d8
commit
ef272322eb
35 changed files with 509 additions and 1685 deletions
|
@ -1,28 +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 En_Dekunuts_InitVars
|
||||
.word 0x00600500, 0x00000005, 0x004A0000, 0x00000314
|
||||
.word EnDekunuts_Init
|
||||
.word EnDekunuts_Destroy
|
||||
.word EnDekunuts_Update
|
||||
.word EnDekunuts_Draw
|
||||
glabel D_809EAB50
|
||||
.word 0x06000939, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x00120020, 0x00000000, 0x00000000
|
||||
glabel D_809EAB7C
|
||||
.word 0x01000012, 0x0020FF00
|
||||
glabel D_809EAB84
|
||||
.word 0x10020102, 0x01020202, 0x01020424, 0x02020202, 0x02240000, 0x00000104, 0x02020804, 0x00000400
|
||||
glabel D_809EABA4
|
||||
.word 0x8917004D, 0xB06CFFFF, 0x304C0A28
|
||||
glabel D_809EABB0
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
|
@ -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_809EABE0
|
||||
.incbin "baserom/ovl_En_Dekunuts", 0x1680, 0x00000160
|
Loading…
Add table
Add a link
Reference in a new issue