mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-18 21:10:19 +00:00
Hashira (#384)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * Hashira4 done * forgot some names * minor cleanup * .gitignore reverted * merge and rename * merge and cleanup * needs a description * dlists * wait for mori tex
This commit is contained in:
parent
7c7d292730
commit
bc898fcbfc
19 changed files with 158 additions and 488 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_808A37C0
|
||||
.space 0x10
|
||||
|
|
@ -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_Mori_Hashira4_InitVars
|
||||
.word 0x00E30100, 0x00000010, 0x00720000, 0x0000016C
|
||||
.word BgMoriHashira4_Init
|
||||
.word BgMoriHashira4_Destroy
|
||||
.word BgMoriHashira4_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A35C0
|
||||
.word 0xB0F403E8, 0xB0F802BC, 0xB0FC03E8, 0x485003E8
|
||||
glabel D_808A35D0
|
||||
.word 0x06001300, 0x06008840, 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_808A36F0
|
||||
.incbin "baserom/ovl_Bg_Mori_Hashira4", 0x690, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue