mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
ovl_bg_spot11_oasis OK (#454)
* Decompiled ovl_bg_spot11_oasis * Forgot to rename the init chain * Renamed draw function, corrected include statments, corrected the waterbox pointer assignment, removed early return, removed unnecessary cast * Forgot to add a newline
This commit is contained in:
parent
eea81d97d8
commit
ce3542f60c
17 changed files with 138 additions and 501 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_Spot11_Oasis_InitVars
|
||||
.word 0x01C20100, 0x00000010, 0x016F0000, 0x00000154
|
||||
.word BgSpot11Oasis_Init
|
||||
.word Actor_Noop
|
||||
.word BgSpot11Oasis_Update
|
||||
.word 0x00000000
|
||||
glabel D_808B2E10
|
||||
.word 0x04EC07F8
|
||||
glabel D_808B2E14
|
||||
.word 0x04EB079B, 0x046F0744, 0x043F0778
|
||||
glabel D_808B2E20
|
||||
.word 0x049507FC
|
||||
glabel D_808B2E24
|
||||
.word 0xC0500001, 0xB0F40BB8, 0xB0F804B0, 0x30FC03E8
|
||||
glabel D_808B2E34
|
||||
.word 0x00000000, 0xC2C80000, 0x00000000, 0x42C80000, 0xC2A00000, 0xC2480000, 0xC2480000, 0xC2A00000, 0xC2C80000, 0xC2960000, 0xC2B40000, 0x42B40000, 0x41F00000, 0xC2C80000, 0x42200000
|
||||
|
|
@ -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_808B2ED0
|
||||
.incbin "baserom/ovl_Bg_Spot11_Oasis", 0x6E0, 0x000000C0
|
Loading…
Add table
Add a link
Reference in a new issue