mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Stalfos (en_test) OK and object_sk2 documented (#868)
* fix colliderinit typo * migrate data * init has 1 problem * progress * progress * builds now * progress * progress * lots of funcs matched * many functions, fix warnings * 1 left * done * docs progress * remove graphovl * missed some * change some funcs * some more * another * format * more docs * cleanups1 * limbs, DLs, textures * limbs named (thanks elliptic) * more docs * Name animations, import symbols * Named sections of xml * more docs * rename limbs and use flag macros * name * review1 and use limb enum * review2 * agro -> aggro * review3 * review4 * review5 Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com>
This commit is contained in:
parent
d2bad8fb6a
commit
d816ac6122
70 changed files with 2164 additions and 6080 deletions
|
@ -1,44 +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_80864510
|
||||
.word 0x00000000, 0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x01010101, 0x01010100, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel En_Test_InitVars
|
||||
.word 0x00020500, 0x00000015, 0x00320000, 0x00000928
|
||||
.word EnTest_Init
|
||||
.word EnTest_Destroy
|
||||
.word EnTest_Update
|
||||
.word EnTest_Draw
|
||||
glabel D_80864570
|
||||
.word 0x05000939, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x00190041, 0x00000000, 0x00000000
|
||||
glabel D_8086459C
|
||||
.word 0x09000D00, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0xFFC1FFFF, 0x00000000, 0x00010000, 0x00140046, 0xFFCE0000, 0x00000000
|
||||
glabel D_808645C8
|
||||
.word 0x0A110000, 0x00030000, 0x00000000, 0xFFCFFFFF, 0x00100000, 0x00000000, 0x00000000, 0x81000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80864618
|
||||
.word 0x1002D102, 0x10020210, 0x01020402, 0xF4E20202, 0x0260F3E0, 0x00000104, 0x02020804, 0x00000400
|
||||
glabel D_80864638
|
||||
.word 0x8917001B, 0xB04C01F4, 0xC850000F, 0xB0540000, 0x386CFA24, 0x44898000, 0xC42F0000, 0x00000000
|
||||
glabel D_80864658
|
||||
.word 0x43960000, 0x00000000, 0x00000000
|
||||
glabel D_80864664
|
||||
.word 0x45548000, 0x00000000, 0x00000000
|
||||
glabel D_80864670
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_8086467C
|
||||
.word 0x45DAC000, 0x447A0000, 0x00000000
|
||||
glabel D_80864688
|
||||
.word 0x453B8000, 0xC4FA0000, 0xC47A0000
|
||||
glabel D_80864694
|
||||
.word 0x453B8000, 0xC4FA0000, 0x447A0000
|
||||
glabel D_808646A0
|
||||
.word 0xC4A28000, 0x44898000, 0x00000000, 0xC53B8000, 0x44ED8000, 0x44480000, 0xC53B8000, 0xC4898000, 0x44480000, 0x44ED8000, 0x44ED8000, 0x44480000, 0xC53B8000, 0xC4898000, 0x44480000, 0x44ED8000, 0xC4898000, 0x44480000, 0x44ED8000, 0x44ED8000, 0x44480000, 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_808648C0
|
||||
.incbin "baserom/ovl_En_Test", 0x5270, 0x00000640
|
Loading…
Add table
Add a link
Reference in a new issue