mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Bg_Hidan_Hamstep OK (#544)
* BgHidanHamstep 7/15 * 9/15 matched * hamstep 14/15 * cleanup * fix not OK * fix ctrl+f mistake * All functions OK * cleanup * Update z_bg_hidan_hamstep.c * Update z_bg_hidan_hamstep.h * fix math Co-authored-by: Zelllll <elijah@DESKTOP-NMP1I89.localdomain>
This commit is contained in:
parent
1facd83c38
commit
257fc54195
21 changed files with 373 additions and 1077 deletions
|
@ -1,38 +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_80888D70
|
||||
.word 0xC1A00000, 0xC2F00000, 0xC35C0000, 0xC3A00000, 0xC3D20000
|
||||
glabel D_80888D84
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x40000040, 0x00000000, 0x00010000, 0xC1A00000, 0x40400000, 0xC1A00000, 0xC1A00000, 0x40400000, 0x41A00000, 0x41A00000, 0x40400000, 0x41A00000, 0x00000000, 0x00000000, 0x00000000, 0x40000040, 0x00000000, 0x00010000, 0x41A00000, 0x40400000, 0x41A00000, 0x41A00000, 0x40400000, 0xC1A00000, 0xC1A00000, 0x40400000, 0xC1A00000
|
||||
glabel D_80888DFC
|
||||
.word 0x0A000900, 0x00020000, 0x00000002
|
||||
glabel D_80888E08
|
||||
.word D_80888D84
|
||||
glabel Bg_Hidan_Hamstep_InitVars
|
||||
.word 0x00710100, 0x00000000, 0x002C0000, 0x00000248
|
||||
.word BgHidanHamstep_Init
|
||||
.word BgHidanHamstep_Destroy
|
||||
.word BgHidanHamstep_Update
|
||||
.word BgHidanHamstep_Draw
|
||||
glabel D_80888E2C
|
||||
.word func_808887C4
|
||||
.word func_80888860
|
||||
.word func_808889B8
|
||||
.word func_80888A58
|
||||
.word func_80888C38
|
||||
glabel D_80888E40
|
||||
.word 0x48500064
|
||||
glabel D_80888E44
|
||||
.word 0xC2C80000, 0x42200000, 0x42C80000, 0x42200000, 0xC2C80000, 0x00000000, 0x42C80000, 0x00000000, 0xC2C80000, 0xC2200000, 0x42C80000, 0x42200000, 0xC2C80000, 0xC2A00000, 0xC2480000, 0xC2A00000, 0x00000000, 0xC2A00000, 0x42480000, 0xC2A00000, 0x42C80000, 0xC2A00000
|
||||
glabel D_80888E9C
|
||||
.word 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_80888FE0
|
||||
.incbin "baserom/ovl_Bg_Hidan_Hamstep", 0xFA0, 0x00000150
|
Loading…
Add table
Add a link
Reference in a new issue