mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Bg haka huta OK (#682)
* starting haka_huta with new changes * matched last func, deleting asm * added changes from review
This commit is contained in:
parent
bcf2694f93
commit
43bba20796
16 changed files with 186 additions and 735 deletions
|
@ -1,30 +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_Haka_Huta_InitVars
|
||||
.word 0x00BD0100, 0x00000010, 0x008D0000, 0x0000016C
|
||||
.word BgHakaHuta_Init
|
||||
.word BgHakaHuta_Destroy
|
||||
.word BgHakaHuta_Update
|
||||
.word BgHakaHuta_Draw
|
||||
glabel D_8087D940
|
||||
.word 0x48500064
|
||||
glabel D_8087D944
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_8087D950
|
||||
.word 0x1E1432FF
|
||||
glabel D_8087D954
|
||||
.word 0x000000FF
|
||||
glabel D_8087D958
|
||||
.word 0x41F00000, 0x00000000, 0x00000000
|
||||
glabel D_8087D964
|
||||
.word 0x3D05729B, 0x3EA6CF42, 0xBF71E4F7
|
||||
|
|
@ -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_8087D980
|
||||
.incbin "baserom/ovl_Bg_Haka_Huta", 0x9C0, 0x000000C0
|
Loading…
Add table
Add a link
Reference in a new issue