mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
Decompile ovl_Bg_Haka_Tubo (#280)
* Bg_Haka_Tubo OK * Ran formatter * Review suggestions * Fix commented field offsets in header Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Fix other field offset Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Named data and made static Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
b39cddd576
commit
e6cee80a7b
14 changed files with 202 additions and 723 deletions
|
@ -1,28 +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 Bg_Haka_Tubo_InitVars
|
||||
.word 0x00BB0100, 0x00000010, 0x00690000, 0x00000204
|
||||
.word BgHakaTubo_Init
|
||||
.word BgHakaTubo_Destroy
|
||||
.word BgHakaTubo_Update
|
||||
.word BgHakaTubo_Draw
|
||||
glabel D_80881B60
|
||||
.word 0x0A000900, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010000, 0x0019003C, 0x001E0000, 0x00000000
|
||||
glabel D_80881B8C
|
||||
.word 0x0A110009, 0x20010000, 0x00000000, 0x20000000, 0x01040000, 0x00000008, 0x00000000, 0x19000100, 0x003C002D, 0x00EB0000, 0x00000000
|
||||
glabel D_80881BB8
|
||||
.word 0x00000000
|
||||
glabel D_80881BBC
|
||||
.word 0x48500064
|
||||
glabel D_80881BC0
|
||||
.word 0x00000000, 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_80881C30
|
||||
.incbin "baserom/ovl_Bg_Haka_Tubo", 0x9E0, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue