mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
z_en skb, 1 non-matching, with some documentation (#669)
* breathing new life into these skeletons * StalZone Progress StalZone * another match * matched override * some progress * one down, one to go * naming and prepping for pr * removing asm and prepping for PR * fixing damage table and asm issues * hopefully this fixes it (thank you louis) * fixing some suggested changes * inlining data into EnSkb_SpawnDebris * Fixing suggestions and adding a note * fixing the asm and function name * fix * whoops Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
88b05cd9a2
commit
2c56a6e99a
30 changed files with 511 additions and 1683 deletions
|
@ -1,31 +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_80AFE020
|
||||
.word 0x00000000, 0xFFCFFFFF, 0x00040000, 0x00000000, 0x00000000, 0x01000000, 0x0F000000, 0x00000000, 0x000A0064, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00050100, 0x01000000, 0x00000000, 0x00140064
|
||||
glabel D_80AFE068
|
||||
.word 0x06110939, 0x10000000, 0x00000002
|
||||
.word D_80AFE020
|
||||
glabel D_80AFE078
|
||||
.word 0x10F2F1F2, 0x10F2F210, 0xE1F2F474, 0xF2F2F200, 0x007460D3, 0x0000D1F4, 0xF2F2F8F4, 0x0000F400
|
||||
glabel En_Skb_InitVars
|
||||
.word 0x01B00500, 0x00000015, 0x01840000, 0x00000344
|
||||
.word EnSkb_Init
|
||||
.word EnSkb_Destroy
|
||||
.word EnSkb_Update
|
||||
.word EnSkb_Draw
|
||||
glabel D_80AFE0B8
|
||||
.word 0x00000000, 0x41000000, 0x00000000
|
||||
glabel D_80AFE0C4
|
||||
.word 0x00000000, 0xBFC00000, 0x00000000
|
||||
glabel D_80AFE0D0
|
||||
.word 0xB04C07D0, 0x386CF830, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue