mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00: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:
parent
66e9475b25
commit
5f7bce6e2e
58 changed files with 938 additions and 3072 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_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
|
Loading…
Add table
Add a link
Reference in a new issue