mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
z_ovl_bg_spot07_taki OK (#766)
* z_bg_spot07_taki OK * clean up code * implement pr suggestions * thisx fix
This commit is contained in:
parent
7f94088a3b
commit
62df74991d
10 changed files with 100 additions and 454 deletions
|
@ -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 Bg_Spot07_Taki_InitVars
|
||||
.word 0x01200100, 0x00000030, 0x01130000, 0x00000168
|
||||
.word BgSpot07Taki_Init
|
||||
.word BgSpot07Taki_Destroy
|
||||
.word BgSpot07Taki_Update
|
||||
.word BgSpot07Taki_Draw
|
||||
glabel D_808B0200
|
||||
.word 0x48500064, 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_808B0270
|
||||
.incbin "baserom/ovl_Bg_Spot07_Taki", 0x640, 0x00000060
|
Loading…
Add table
Add a link
Reference in a new issue