mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
EnVali OK and documented, object_vali and object_bl completely analysed and documented (#845)
* OK * Some naming * Name more, correct typo in Biri, extract skel * just Draws need names, fix typos in bili and warp1 * Decompile object_vali and add symbols * Few more names * Bari naming done * object_bl completed, symbols added * Label object_bl * Formatter * delete asm * review changes * review changes * review
This commit is contained in:
parent
a4c606c522
commit
566d107e55
45 changed files with 908 additions and 2729 deletions
|
@ -1,48 +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_Vali_InitVars
|
||||
.word 0x00630500, 0x00001015, 0x00560000, 0x00000448
|
||||
.word EnVali_Init
|
||||
.word EnVali_Destroy
|
||||
.word EnVali_Update
|
||||
.word EnVali_Draw
|
||||
glabel D_80B288A0
|
||||
.word 0x0A110000, 0x10030000, 0x00000000, 0xFFCFFFFF, 0x07080000, 0x00000000, 0x00000000, 0x19000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B288F0
|
||||
.word 0x08110939, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x07080000, 0xFFCFFFFF, 0x01000000, 0x01010100, 0x00110023, 0xFFF10000, 0x00000000
|
||||
glabel D_80B2891C
|
||||
.word 0x02000012, 0x0020FE00
|
||||
glabel D_80B28924
|
||||
.word 0x1002E002, 0x10020202, 0xF1F2F424, 0x34020202, 0x02243400, 0x00000104, 0x02020804, 0x00000400
|
||||
glabel D_80B28944
|
||||
.word 0x89170018, 0xC850000A, 0x304C1388
|
||||
glabel D_80B28950
|
||||
.word 0xFFFFFFFF
|
||||
glabel D_80B28954
|
||||
.word 0xC8FFFFFF
|
||||
glabel D_80B28958
|
||||
.word 0x00000000
|
||||
glabel D_80B2895C
|
||||
.word 0x00000000, 0x00000000
|
||||
glabel D_80B28964
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B28970
|
||||
.word 0x453B8000, 0x00000000, 0x00000000
|
||||
glabel D_80B2897C
|
||||
.word 0xC47A0000, 0x00000000, 0x00000000
|
||||
glabel D_80B28988
|
||||
.word 0x3F800000, 0x3F800000, 0x3F800000, 0x00000000
|
||||
glabel D_80B28998
|
||||
.word 0xFC621603, 0x1F5BFFF8, 0xDF000000, 0x00000000
|
||||
glabel D_80B289A8
|
||||
.word 0xFC121603, 0xFF5BFFF8, 0xDF000000, 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_80B28B00
|
||||
.incbin "baserom/ovl_En_Vali", 0x2450, 0x000003B0
|
Loading…
Add table
Add a link
Reference in a new issue