mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 23:12:08 -04:00
Bg_Heavy_Block and Eff_Ss_Dust (#258)
* heavy_rock progress * heavy block progress, 2 functions left * progress * progress * heavy_block OK * comments * heavy block done * eff ss dust ok * naming * done i think * comment * clean up dust usages * remove docs * remove reloc * move enum and rename flag * effect enum
This commit is contained in:
@@ -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_Heavy_Block_InitVars
|
||||
.word 0x00920100, 0x00000000, 0x009A0000, 0x00000178
|
||||
.word BgHeavyBlock_Init
|
||||
.word BgHeavyBlock_Destroy
|
||||
.word BgHeavyBlock_Update
|
||||
.word BgHeavyBlock_Draw
|
||||
glabel D_80884E70
|
||||
.word 0xC0500001, 0xB0F40FA0, 0xB0F80190, 0x30FC0190
|
||||
glabel D_80884E80
|
||||
.word 0x00000000, 0x43960000, 0xC1A00000, 0x42480000, 0x43480000, 0xC1A00000, 0xC2480000, 0x43480000, 0xC1A00000, 0x00000000, 0x42C80000, 0x41F00000, 0x00000000, 0x42C80000, 0xC28C0000, 0x00000000, 0x00000000, 0xC1A00000
|
||||
glabel D_80884EC8
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80884ED4
|
||||
.word 0x00000000
|
||||
glabel D_80884ED8
|
||||
.word 0x43C80000
|
||||
glabel D_80884EDC
|
||||
.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_80884FE0
|
||||
.incbin "baserom/ovl_Bg_Heavy_Block", 0x1850, 0x000001C0
|
||||
@@ -1,20 +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 Effect_Ss_Dust_InitVars
|
||||
.word 0x00000000
|
||||
.word func_809A22D0
|
||||
glabel D_809A2A48
|
||||
.word func_809A27F0
|
||||
.word func_809A28EC
|
||||
glabel D_809A2A50
|
||||
.word 0x04051DB0, 0x040521B0, 0x040525B0, 0x040529B0, 0x04052DB0, 0x040531B0, 0x040535B0, 0x040539B0
|
||||
|
||||
@@ -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_809A2AC0
|
||||
.incbin "baserom/ovl_Effect_Ss_Dust", 0x7F0, 0x000000A0
|
||||
Reference in New Issue
Block a user