mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
En_Ssh (House of Skulltula spiders) (#485)
* 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 * eek spiders * now with names * fixes and formatting * expanded enum * void* limb draw
This commit is contained in:
parent
620e3418c7
commit
fd97e8433e
53 changed files with 840 additions and 2545 deletions
|
@ -1,64 +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 D_80B043C0
|
||||
.word 0xFFFF0000, 0x00000000, 0x00000400, 0xFFFFFFFF, 0x00010000, 0x00000000, 0x04000400, 0xFFFFFFFF, 0x00010064, 0x00000000, 0x04000000, 0xFFFFFFFF, 0xFFFF0064, 0x00000000, 0x00000000, 0xFFFFFFFF, 0xE7000000, 0x00000000, 0xD7000000, 0x00000000, 0xFCFFFFFF, 0xFFFFFEFB, 0xE200001C, 0xC8112078, 0xD9F1FBFF, 0x00000000, 0xFA000000, 0xFFFFFFFF, 0x01004008
|
||||
.word D_80B043C0
|
||||
.word 0x05000204, 0x00000000, 0x05000406, 0x00000000, 0xDF000000, 0x00000000
|
||||
glabel En_Ssh_InitVars
|
||||
.word 0x01880400, 0x00000035, 0x015E0000, 0x000005D4
|
||||
.word EnSsh_Init
|
||||
.word EnSsh_Destroy
|
||||
.word EnSsh_Update
|
||||
.word EnSsh_Draw
|
||||
glabel D_80B04470
|
||||
.word 0x06000900, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x01010000, 0x00200032, 0xFFE80000, 0x00000000
|
||||
glabel D_80B0449C
|
||||
.word 0x01000000, 0x00000000, 0xFF000000
|
||||
glabel D_80B044A8
|
||||
.word 0x06000039, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x0014003C, 0xFFE20000, 0x00000000
|
||||
glabel D_80B044D4
|
||||
.word 0x00000000, 0xFFCFFFFF, 0x00040000, 0x00000000, 0x00000000, 0x01000100, 0x01000000, 0xFF100000, 0x001C0064
|
||||
glabel D_80B044F8
|
||||
.word 0x06110039, 0x10000000, 0x00000001
|
||||
.word D_80B044D4
|
||||
glabel D_80B04508
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B04514
|
||||
.word 0xFFFFFF4B
|
||||
glabel D_80B04518
|
||||
.word 0xFFFFFF4B
|
||||
glabel D_80B0451C
|
||||
.word 0xFFFFFF00
|
||||
glabel D_80B04520
|
||||
.word 0xFFFFFF00
|
||||
glabel D_80B04524
|
||||
.word 0x44508000, 0x44508000, 0x00000000
|
||||
glabel D_80B04530
|
||||
.word 0x44508000, 0xC4120000, 0x00000000
|
||||
glabel D_80B0453C
|
||||
.word D_80B04470
|
||||
.word D_80B04470
|
||||
.word D_80B04470
|
||||
.word D_80B044A8
|
||||
.word D_80B044A8
|
||||
.word D_80B044A8
|
||||
glabel D_80B04554
|
||||
.word 0x06005BE8, 0x06000304, 0x06000304, 0x060055F8, 0x06000304, 0x06000304, 0x06005BE8
|
||||
glabel D_80B04570
|
||||
.word 0x3F800000, 0x40800000, 0x3F800000, 0x3F800000, 0x41000000, 0x40C00000, 0x40000000
|
||||
glabel D_80B0458C
|
||||
.word 0x03030103, 0x01010100
|
||||
glabel D_80B04594
|
||||
.word 0x42200000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0xC2200000, 0x00000000, 0x00000000
|
||||
glabel D_80B045B8
|
||||
.word 0x060007E0, 0x06000C60, 0x06001060, 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_80B04610
|
||||
.incbin "baserom/ovl_En_Ssh", 0x23A0, 0x00000280
|
Loading…
Add table
Add a link
Reference in a new issue