mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
z_en_yukabyun decompiled (#318)
* Decomped Yukabyun (flying floor tiles) * z_en_yukabyun * Ran the formatting script, plus fixed negative number stuff in the Update function * Changed unk_152 to unsigned to get rid of cast * Made all the suggested changes. * Update undefined_syms.txt Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
3dc3722570
commit
13891f1366
14 changed files with 124 additions and 443 deletions
|
@ -1,24 +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_Yukabyun_InitVars
|
||||
.word 0x006B0500, 0x00000010, 0x005F0000, 0x000001A0
|
||||
.word EnYukabyun_Init
|
||||
.word EnYukabyun_Destroy
|
||||
.word EnYukabyun_Update
|
||||
.word EnYukabyun_Draw
|
||||
glabel D_80B43F30
|
||||
.word 0x0A11093D, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00040000, 0xFFCFFFFF, 0x00000000, 0x09010100, 0x001C0008, 0x00000000, 0x00000000
|
||||
glabel D_80B43F5C
|
||||
.word 0xC0500001, 0x304C0010
|
||||
glabel D_80B43F64
|
||||
.word 0x06000AF0, 0x06000000, 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_80B43FB0
|
||||
.incbin "baserom/ovl_En_Yukabyun", 0x5F0, 0x000000A0
|
Loading…
Add table
Add a link
Reference in a new issue