mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
EnTr, 1 nonmatching, mostly documented (#621)
* 2 functions left, data imported * one function left * setup for NON_MATCHING * struct variables named * most of the functions named, type enums * delete ASM * Actor fixes
This commit is contained in:
parent
9607ce34fd
commit
c2b5ae3ed2
24 changed files with 527 additions and 1543 deletions
|
@ -1,39 +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_Tr_InitVars
|
||||
.word 0x00CC0400, 0x00000010, 0x00C10000, 0x000002E8
|
||||
.word EnTr_Init
|
||||
.word EnTr_Destroy
|
||||
.word EnTr_Update
|
||||
.word EnTr_Draw
|
||||
.word 0x06003FC8, 0x06001CDC
|
||||
glabel D_80B24368
|
||||
.word 0x06002BC4, 0x06000BFC
|
||||
glabel D_80B24370
|
||||
.word 0x060035CC, 0x060013CC
|
||||
glabel D_80B24378
|
||||
.word 0x060049C8, 0x060049C8
|
||||
glabel D_80B24380
|
||||
.word 0x06012E1C, 0x06012E1C
|
||||
glabel D_80B24388
|
||||
.word 0x00000000, 0x41A00000, 0xC1F00000, 0x41A00000, 0xC1A00000, 0xC1A00000, 0x41F00000
|
||||
glabel D_80B243A4
|
||||
.word 0x00000000, 0x41F00000, 0x00000000, 0xC1F00000, 0x41F00000, 0xC1F00000, 0x00000000
|
||||
glabel D_80B243C0
|
||||
.word 0xFFC800FF, 0xFF0000FF, 0xFFFFFFFF, 0x0000FFFF
|
||||
glabel D_80B243D0
|
||||
.word 0x060086D8, 0x060094D8, 0x060098D8
|
||||
glabel D_80B243DC
|
||||
.word 0x450FC000, 0x00000000, 0xC4160000
|
||||
glabel D_80B243E8
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue