mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decompiles z_bg_jya_goroiwa (#307)
* Decompiles z_bg_jya_goroiwa * BgJyaGoroiwa_Init * func_808979C0 * BgJyaGoroiwa_Destroy * func_80897970 * func_80897A2C * BgJyaGoroiwa_Draw * func_80897DF0 * func_80897DDC * BgJyaGoroiwa_Update * func_80897B48 * Adds description header to z_bg_jya_goroiwa.c * Addresses PR comments * Addresses PR comments #2 * Addresses PR comments (padding) * PR comments, change paddings to s32 Co-authored-by: i82orbom <i82orbom@github> Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
b406e041b3
commit
888f1b315f
17 changed files with 196 additions and 498 deletions
|
@ -1,27 +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_Jya_Goroiwa_InitVars
|
||||
.word 0x00F90600, 0x00000010, 0x011F0000, 0x000001BC
|
||||
.word BgJyaGoroiwa_Init
|
||||
.word BgJyaGoroiwa_Destroy
|
||||
.word BgJyaGoroiwa_Update
|
||||
.word BgJyaGoroiwa_Draw
|
||||
glabel D_80897F70
|
||||
.word 0x00000000, 0x20000000, 0x00040000, 0x00000000, 0x00000000, 0x01000100, 0x00000000, 0x00000000, 0x003A0064
|
||||
glabel D_80897F94
|
||||
.word 0x0A110039, 0x20000000, 0x00000001
|
||||
.word D_80897F70
|
||||
glabel D_80897FA4
|
||||
.word 0x0100000F, 0x0000FE00
|
||||
glabel D_80897FAC
|
||||
.word 0xC8500064, 0xB0F403E8, 0xB0F801F4, 0x30FC03E8, 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_80897FF0
|
||||
.incbin "baserom/ovl_Bg_Jya_Goroiwa", 0x680, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue