mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decompiles z_bg_spot17_bakudankabe.c (#347)
* Decompiles z_bg_spot17_bakudankabe.c * More progress, BgSpot17Bakudankabe_Draw * * func_808B6BC0 start * Some progress *func_808B6BC0 * func_808B6BC0 almost there * Cleanup and finished z_bg_spot17_bakudankabe.c * Addresses PR comments * Adds description to z_bg_spot17_bakudankabe * Renames some variables Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
740a54ac99
commit
428554e717
11 changed files with 152 additions and 550 deletions
|
@ -1,20 +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_Spot17_Bakudankabe_InitVars
|
||||
.word 0x01A90100, 0x00000000, 0x00B10000, 0x00000164
|
||||
.word BgSpot17Bakudankabe_Init
|
||||
.word BgSpot17Bakudankabe_Destroy
|
||||
.word BgSpot17Bakudankabe_Update
|
||||
.word BgSpot17Bakudankabe_Draw
|
||||
glabel D_808B72A0
|
||||
.word 0xC8500064, 0xB0F40BB8, 0xB0F801F4, 0x30FC03E8
|
||||
|
|
@ -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_808B7380
|
||||
.incbin "baserom/ovl_Bg_Spot17_Bakudankabe", 0x7C0, 0x00000080
|
Loading…
Add table
Add a link
Reference in a new issue