mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
z_bg_menkuri_eye OK (#374)
* z_bg_menkuri_eye OK * Fixed up a few things in Update * Made all requested fixes.
This commit is contained in:
parent
eba7a30d86
commit
9891ac04c3
11 changed files with 105 additions and 358 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_8089C1A0
|
||||
.space 0x10
|
||||
|
|
@ -1,25 +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_Menkuri_Eye_InitVars
|
||||
.word 0x00620100, 0x00000020, 0x004D0000, 0x000001B0
|
||||
.word BgMenkuriEye_Init
|
||||
.word BgMenkuriEye_Destroy
|
||||
.word BgMenkuriEye_Update
|
||||
.word BgMenkuriEye_Draw
|
||||
glabel D_8089C090
|
||||
.word 0x04000000, 0x00000000, 0x00000000, 0x0001F820, 0x00000000, 0x00010000, 0x01000000, 0x00000000, 0x000E0064
|
||||
glabel D_8089C0B4
|
||||
.word 0x0A000900, 0x20000000, 0x00000001
|
||||
.word D_8089C090
|
||||
glabel D_8089C0C4
|
||||
.word 0x48500064, 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_8089C120
|
||||
.incbin "baserom/ovl_Bg_Menkuri_Eye", 0x4B0, 0x00000080
|
Loading…
Add table
Add a link
Reference in a new issue