mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Bg_Mori_Kaitenkabe (#410)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * spinny wall * cleanup * wait for mori tex * merge and better (?) names
This commit is contained in:
parent
e270cd96bf
commit
686b44d8f8
16 changed files with 164 additions and 510 deletions
|
@ -1,20 +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_Mori_Kaitenkabe_InitVars
|
||||
.word 0x00880100, 0x00000000, 0x00720000, 0x00000188
|
||||
.word BgMoriKaitenkabe_Init
|
||||
.word BgMoriKaitenkabe_Destroy
|
||||
.word BgMoriKaitenkabe_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A53D0
|
||||
.word 0xB0F403E8, 0xB0F803E8, 0xB0FC03E8, 0x485003E8
|
||||
|
|
@ -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_808A54C0
|
||||
.incbin "baserom/ovl_Bg_Mori_Kaitenkabe", 0x700, 0x000000B0
|
Loading…
Add table
Add a link
Reference in a new issue