mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decompiles z_bg_spot11_bakudankabe.c (#355)
* Starts z_bg_spot11_bakudankabe * BgSpot11Bakudankabe_Init * BgSpot11Bakudankabe_Destroy * BgSpot11Bakudankabe_Update * BgSpot11Bakudankabe_Draw * func_808B2180 * func_808B2218 WIP * Finishes z_bg_spot11_bakudankabe.c * Removes forward declared function * Addresses PR comments Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
98ca965541
commit
468c592792
12 changed files with 117 additions and 445 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 Bg_Spot11_Bakudankabe_InitVars
|
||||
.word 0x019F0100, 0x00000030, 0x016F0000, 0x000001B0
|
||||
.word BgSpot11Bakudankabe_Init
|
||||
.word BgSpot11Bakudankabe_Destroy
|
||||
.word BgSpot11Bakudankabe_Update
|
||||
.word BgSpot11Bakudankabe_Draw
|
||||
glabel D_808B2700
|
||||
.word 0x0A000900, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010000, 0x00280050, 0x000008D3, 0x006CF9D4
|
||||
glabel D_808B272C
|
||||
.word 0x450D3000, 0x42D80000, 0xC4C1C000
|
||||
glabel D_808B2738
|
||||
.word 0x450D3000, 0x42D80000, 0xC4C1C000, 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_808B2780
|
||||
.incbin "baserom/ovl_Bg_Spot11_Bakudankabe", 0x600, 0x00000070
|
Loading…
Add table
Add a link
Reference in a new issue