mirror of
https://github.com/zeldaret/oot
synced 2026-08-04 01:03:36 -04:00
ovl_Bg_Mori_Hineri OK (#279)
* bg_mori_hineri OK * added description and removed reloc * made suggested changes from fig * made suggested changes * Named a few functions in ovl_Bg_Mori_Hineri
This commit is contained in:
@@ -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_808A43E0
|
||||
.word 0xFFFF0000
|
||||
glabel Bg_Mori_Hineri_InitVars
|
||||
.word 0x00680100, 0x00000030, 0x00010000, 0x0000016C
|
||||
.word BgMoriHineri_Init
|
||||
.word BgMoriHineri_Destroy
|
||||
.word BgMoriHineri_Update
|
||||
.word 0x00000000
|
||||
glabel D_808A4404
|
||||
.word 0x485003E8
|
||||
glabel D_808A4408
|
||||
.word 0x060024E0, 0x06001980, 0x060020F0, 0x06002B70, 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_808A44F0
|
||||
.incbin "baserom/ovl_Bg_Mori_Hineri", 0xD20, 0x00000150
|
||||
Reference in New Issue
Block a user