mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
En_Dh (#474)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * ZAP2 stuff * ZAP why * ZAP again * Is this where I make a Mr Hands joke? * Manos: the Hands of Fate * cleanup * and format
This commit is contained in:
parent
fd97e8433e
commit
bf9a1aadd9
31 changed files with 597 additions and 1942 deletions
|
@ -1,35 +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_Dh_InitVars
|
||||
.word 0x00A40500, 0x00000415, 0x00A60000, 0x00000324
|
||||
.word EnDh_Init
|
||||
.word EnDh_Destroy
|
||||
.word EnDh_Update
|
||||
.word EnDh_Draw
|
||||
glabel D_809EC5C0
|
||||
.word 0x00000D09, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010100, 0x00230046, 0x00000000, 0x00000000
|
||||
glabel D_809EC5EC
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010900, 0x01000000, 0x00000000, 0x00140064
|
||||
glabel D_809EC610
|
||||
.word 0x06000909, 0x10000000, 0x00000001
|
||||
.word D_809EC5EC
|
||||
glabel D_809EC620
|
||||
.word 0x00F20000, 0x00000000, 0xF2F2F400, 0x00000000, 0x00000000, 0x0000F2F4, 0xF2F4F8F4, 0x0000F400
|
||||
glabel D_809EC640
|
||||
.word 0x8917002F, 0xB04C07D0, 0xC850000A, 0x386CF254
|
||||
glabel D_809EC650
|
||||
.word 0x00000000, 0x41000000, 0x00000000
|
||||
glabel D_809EC65C
|
||||
.word 0x00000000, 0xBFC00000, 0x00000000
|
||||
glabel D_809EC668
|
||||
.word 0x44FA0000, 0x447A0000, 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_809EC6F0
|
||||
.incbin "baserom/ovl_En_Dh", 0x19B0, 0x00000190
|
Loading…
Add table
Add a link
Reference in a new issue