mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
BgGndFiremeiro OK and documented (#850)
* OK, data imported * Name everything * Delete asm
This commit is contained in:
parent
d3db43df00
commit
d399c3deb6
12 changed files with 119 additions and 420 deletions
|
@ -1,18 +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_Gnd_Firemeiro_InitVars
|
||||
.word 0x01B30600, 0x00000030, 0x01790000, 0x00000178
|
||||
.word BgGndFiremeiro_Init
|
||||
.word BgGndFiremeiro_Destroy
|
||||
.word BgGndFiremeiro_Update
|
||||
.word BgGndFiremeiro_Draw
|
||||
|
|
@ -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_80879A30
|
||||
.incbin "baserom/ovl_Bg_Gnd_Firemeiro", 0x570, 0x00000070
|
Loading…
Add table
Add a link
Reference in a new issue