mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00: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:
parent
5f3f065aa7
commit
e3afc9ab5c
17 changed files with 274 additions and 980 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue