mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
Decomp BgHidanSekizou (#970)
* mostly matching * OK! * relocs * I fix * fix some floats * fixes * array counts Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain>
This commit is contained in:
parent
f8015f4cd5
commit
8e318d257e
18 changed files with 331 additions and 1385 deletions
|
@ -1,29 +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_Sekizou_InitVars
|
||||
.word 0x00450100, 0x00000000, 0x002C0000, 0x00000314
|
||||
.word BgHidanSekizou_Init
|
||||
.word BgHidanSekizou_Destroy
|
||||
.word BgHidanSekizou_Update
|
||||
.word BgHidanSekizou_Draw
|
||||
glabel D_8088E180
|
||||
.word 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x001E0028, 0x00170064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x00200057, 0x001E0064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x00230096, 0x00280064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x001E0028, 0x00170064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x00200057, 0x001E0064, 0x00000000, 0x20000000, 0x01040000, 0x00000000, 0x00000000, 0x19000100, 0x01000000, 0x00230096, 0x00280064
|
||||
glabel D_8088E258
|
||||
.word 0x0A110009, 0x20000000, 0x00000006
|
||||
.word D_8088E180
|
||||
glabel D_8088E268
|
||||
.word 0x01000028, 0x00F0FF00
|
||||
glabel D_8088E270
|
||||
.word 0xC8500064, 0xB0F80190, 0x30F405DC
|
||||
glabel sFireballsTexs
|
||||
.word gFireTempleFireball0Tex, gFireTempleFireball1Tex, gFireTempleFireball2Tex, gFireTempleFireball3Tex, gFireTempleFireball4Tex, gFireTempleFireball5Tex, gFireTempleFireball6Tex, gFireTempleFireball7Tex, 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_8088E310
|
||||
.incbin "baserom/ovl_Bg_Hidan_Sekizou", 0x1450, 0x000000C0
|
Loading…
Add table
Add a link
Reference in a new issue