mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Bg_Haka_Zou OK (#598)
* started init, not matched yet * all except init matched * haka_zou OK * haka_zou done * fix jenkins problem * various improvements * removed unused asm * fixed things * fixed new dyna names * more dyna fixes * ok now????? * this better build OK * applied roman's suggestions * function renames Co-authored-by: Zelllll <elijah@DESKTOP-NMP1I89.localdomain> Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
3f669bea1e
commit
d739765031
23 changed files with 373 additions and 1266 deletions
|
@ -1,26 +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 D_808835F0
|
||||
.word 0x0A000900, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010000, 0x0005003C, 0x00000000, 0x00000000
|
||||
glabel D_8088361C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel Bg_Haka_Zou_InitVars
|
||||
.word 0x00BE0600, 0x00000010, 0x00010000, 0x000001B8
|
||||
.word BgHakaZou_Init
|
||||
.word BgHakaZou_Destroy
|
||||
.word BgHakaZou_Update
|
||||
.word 0x00000000
|
||||
glabel D_80883648
|
||||
.word 0xB86CFC18, 0x48500064
|
||||
glabel D_80883650
|
||||
.word 0x060064E0, 0x06005CE0, 0x06000A10, 0x06005CE0
|
||||
|
|
@ -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_80883680
|
||||
.incbin "baserom/ovl_Bg_Haka_Zou", 0x10C0, 0x00000110
|
Loading…
Add table
Add a link
Reference in a new issue