mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
mori_bigst (#392)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * mori_bigst matched and documented * forgot the .s files again * Update src/overlays/actors/ovl_Bg_Mori_Bigst/z_bg_mori_bigst.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * one .s got away * more cleanup * one more thing * wait for mori tex * cleanup * Update z_bg_mori_bigst.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
This commit is contained in:
parent
b48fa7ff4a
commit
201584a707
25 changed files with 235 additions and 781 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_Bigst_InitVars
|
||||
.word 0x00860100, 0x00000010, 0x00720000, 0x0000016C
|
||||
.word BgMoriBigst_Init
|
||||
.word BgMoriBigst_Destroy
|
||||
.word BgMoriBigst_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A14E0
|
||||
.word 0xB0F40BB8, 0xB0F80BB8, 0xB0FC0BB8, 0xB86CFE0C, 0xB870D120, 0x485003E8, 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_808A16D0
|
||||
.incbin "baserom/ovl_Bg_Mori_Bigst", 0xB10, 0x00000130
|
Loading…
Add table
Add a link
Reference in a new issue