mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Bg_Haka_Gate (#557)
* 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 * match * sfx fix * should be good to go * comments and such * Matrix macros escape me * format * fix bubble * remove comments Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain> Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
22758f06d7
commit
c71b8183ae
27 changed files with 366 additions and 1214 deletions
|
@ -1,14 +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 .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_8087CFB0
|
||||
.space 0x10
|
||||
|
|
@ -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 D_8087CCD0
|
||||
.word 0x01000000
|
||||
glabel D_8087CCD4
|
||||
.word 0x01000000
|
||||
glabel D_8087CCD8
|
||||
.word 0x00000000
|
||||
glabel Bg_Haka_Gate_InitVars
|
||||
.word 0x00F70600, 0x00000000, 0x00690000, 0x00000174
|
||||
.word BgHakaGate_Init
|
||||
.word BgHakaGate_Destroy
|
||||
.word BgHakaGate_Update
|
||||
.word BgHakaGate_Draw
|
||||
glabel D_8087CCFC
|
||||
.word 0x48500064
|
||||
glabel D_8087CD00
|
||||
.word 0x06012270, 0x06010A10, 0x0600A860, 0x0600F1B0
|
||||
|
|
@ -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_8087CDC0
|
||||
.incbin "baserom/ovl_Bg_Haka_Gate", 0xFD0, 0x000001F0
|
Loading…
Add table
Add a link
Reference in a new issue