mirror of
https://github.com/zeldaret/oot
synced 2026-09-07 19:20:49 -04:00
Bg_Mori_Idomizu (#401)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * matching * merge and cleanup * wait for mori tex * name
This commit is contained in:
@@ -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 D_808A4C10
|
||||
.word 0x00000000
|
||||
glabel Bg_Mori_Idomizu_InitVars
|
||||
.word 0x00E40100, 0x00000030, 0x00720000, 0x00000160
|
||||
.word BgMoriIdomizu_Init
|
||||
.word BgMoriIdomizu_Destroy
|
||||
.word BgMoriIdomizu_Update
|
||||
.word 0x00000000, 0x00000000, 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_808A4D00
|
||||
.incbin "baserom/ovl_Bg_Mori_Idomizu", 0x6C0, 0x000000C0
|
||||
Reference in New Issue
Block a user