mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Rakkatenjo (#419)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * bonk * static var cleanup * one more rename
This commit is contained in:
parent
4ac8e70f5a
commit
5d39ae1cc7
22 changed files with 217 additions and 794 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 D_808A5E60
|
||||
.word 0x00000000
|
||||
glabel Bg_Mori_Rakkatenjo_InitVars
|
||||
.word 0x00890100, 0x00000030, 0x00720000, 0x00000178
|
||||
.word BgMoriRakkatenjo_Init
|
||||
.word BgMoriRakkatenjo_Destroy
|
||||
.word BgMoriRakkatenjo_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A5E84
|
||||
.word 0xB06CFFFF, 0xB070FFF5, 0x485003E8
|
||||
glabel D_808A5E90
|
||||
.word 0x40800000, 0x3FC00000, 0x3ECCCCCD, 0x3DCCCCCD
|
||||
|
|
@ -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_808A6090
|
||||
.incbin "baserom/ovl_Bg_Mori_Rakkatenjo", 0xB20, 0x00000180
|
Loading…
Add table
Add a link
Reference in a new issue