mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
z_bg_hidan_sima OK (#680)
* z_bg_hidan_sima OK * cleanup code * implement suggestions
This commit is contained in:
parent
12348ca3df
commit
f9886c1097
16 changed files with 235 additions and 1063 deletions
|
@ -1,27 +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_Hidan_Sima_InitVars
|
||||
.word 0x00460100, 0x00000000, 0x002C0000, 0x0000020C
|
||||
.word BgHidanSima_Init
|
||||
.word BgHidanSima_Destroy
|
||||
.word BgHidanSima_Update
|
||||
.word BgHidanSima_Draw
|
||||
glabel D_8088F1A0
|
||||
.word 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000000, 0x01000000, 0x00280064, 0x00160064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000000, 0x01000000, 0x00280091, 0x001E0064
|
||||
glabel D_8088F1E8
|
||||
.word 0x0A110000, 0x20000000, 0x00000002
|
||||
.word D_8088F1A0
|
||||
glabel D_8088F1F8
|
||||
.word 0x48500064
|
||||
glabel D_8088F1FC
|
||||
.word 0x06015D20, 0x06016120, 0x06016520, 0x06016920, 0x06016D20, 0x06017120, 0x06017520, 0x06017920, 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_8088F2C0
|
||||
.incbin "baserom/ovl_Bg_Hidan_Sima", 0xEF0, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue