mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +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
6
spec
6
spec
|
@ -838,8 +838,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Bg_Heavy_Block"
|
||||
include "build/src/overlays/actors/ovl_Bg_Heavy_Block/z_bg_heavy_block.o"
|
||||
include "build/data/overlays/actors/z_bg_heavy_block.data.o"
|
||||
include "build/data/overlays/actors/z_bg_heavy_block.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Bg_Heavy_Block/ovl_Bg_Heavy_Block_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
@ -1804,8 +1803,7 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Effect_Ss_Dust"
|
||||
include "build/src/overlays/effects/ovl_Effect_Ss_Dust/z_eff_ss_dust.o"
|
||||
include "build/data/overlays/effects/z_eff_ss_dust.data.o"
|
||||
include "build/data/overlays/effects/z_eff_ss_dust.reloc.o"
|
||||
include "build/src/overlays/effects/ovl_Effect_Ss_Dust/ovl_Effect_Ss_Dust_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue