mirror of
https://github.com/zeldaret/oot
synced 2026-09-04 02:19:37 -04: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:
@@ -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
|
||||
Reference in New Issue
Block a user