mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Bg_Hidan_Fwbig (#450)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * long firewall is long * Fwbig documented, some cleanup on Zl1 * format * merge and cleanup * last things
This commit is contained in:
parent
daf624fe48
commit
3ba022128c
20 changed files with 273 additions and 953 deletions
|
@ -1,22 +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_Hidan_Fwbig_InitVars
|
||||
.word 0x008D0600, 0x00000010, 0x002C0000, 0x000001A0
|
||||
.word BgHidanFwbig_Init
|
||||
.word BgHidanFwbig_Destroy
|
||||
.word BgHidanFwbig_Update
|
||||
.word BgHidanFwbig_Draw
|
||||
glabel D_80887ED0
|
||||
.word 0x0A110009, 0x20010000, 0x00000000, 0x20000000, 0x01040000, 0xFFCFFFFF, 0x00000000, 0x19000100, 0x001E0082, 0x00000000, 0x00000000
|
||||
glabel D_80887EFC
|
||||
.word 0x30F803E8
|
||||
|
|
@ -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_80887F60
|
||||
.incbin "baserom/ovl_Bg_Hidan_Fwbig", 0xC70, 0x000000E0
|
Loading…
Add table
Add a link
Reference in a new issue