mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Bg_Mizu_Shutter (#487)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * ZAP2 stuff * ZAP why * ZAP again * gate * done * done * now with names
This commit is contained in:
parent
aac882a307
commit
9312c21c2f
13 changed files with 157 additions and 584 deletions
|
@ -1,26 +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_Mizu_Shutter_InitVars
|
||||
.word 0x01BB0600, 0x00000010, 0x00590000, 0x00000190
|
||||
.word BgMizuShutter_Init
|
||||
.word BgMizuShutter_Destroy
|
||||
.word BgMizuShutter_Update
|
||||
.word BgMizuShutter_Draw
|
||||
glabel D_8089F540
|
||||
.word 0x06007130, 0x060072D0
|
||||
glabel D_8089F548
|
||||
.word 0x06007250, 0x060073F0
|
||||
glabel D_8089F550
|
||||
.word 0x00000000, 0x42C80000, 0x00000000, 0x00000000, 0x430C0000, 0x00000000
|
||||
glabel D_8089F568
|
||||
.word 0xB0F805DC, 0xB0FC044C, 0xB0F403E8, 0x48500064, 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_8089F5F0
|
||||
.incbin "baserom/ovl_Bg_Mizu_Shutter", 0x7A0, 0x000000F0
|
Loading…
Add table
Add a link
Reference in a new issue