mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Decompile and label EnEiyer (#852)
* En_Eiyer OK * Label EnEiyer * Style fixes * Rename colCyl -> collider * Use CLAMP_MIN * Format * Review changes
This commit is contained in:
parent
23dc339882
commit
877544491b
38 changed files with 661 additions and 1980 deletions
|
@ -1,26 +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_Eiyer_InitVars
|
||||
.word 0x003A0500, 0x00000005, 0x00260000, 0x000002D4
|
||||
.word EnEiyer_Init
|
||||
.word EnEiyer_Destroy
|
||||
.word EnEiyer_Update
|
||||
.word EnEiyer_Draw
|
||||
glabel D_80A01970
|
||||
.byte 0x00, 0x11, 0x09, 0x39, 0x10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xCF, 0xFF, 0xFF, 0x04, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x19, 0x00, 0x00, 0x00, 0x00, 0x09, 0x01, 0x01, 0x00, 0x00, 0x1B, 0x00, 0x11, 0xFF, 0xF6, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
glabel D_80A0199C
|
||||
.word 0x0200002D, 0x000F6400
|
||||
glabel D_80A019A4
|
||||
.word 0x10020102, 0x10020202, 0x01020402, 0x02020202, 0x02000404, 0x00000104, 0x02020804, 0x00000400
|
||||
glabel D_80A019C4
|
||||
.word 0x89170019, 0xC8500005, 0x304C09C4
|
||||
|
|
@ -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_80A01A20
|
||||
.incbin "baserom/ovl_En_Eiyer", 0x1A80, 0x00000210
|
Loading…
Add table
Add a link
Reference in a new issue