mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-04 12:19:59 -04:00
ovl_Eff_Dust OK (#136)
* some easy functions Signed-off-by: Angie <angheloalf95@gmail.com> * init is cursed Signed-off-by: Angie <angheloalf95@gmail.com> * func_80919230 is weird Signed-off-by: Angie <angheloalf95@gmail.com> * I'm dumb Signed-off-by: Angie <angheloalf95@gmail.com> * func_80919768 nonmatching Signed-off-by: Angie <angheloalf95@gmail.com> * everything is wrong Signed-off-by: Angie <angheloalf95@gmail.com> * This thing still doesn't want to match Signed-off-by: Angie <angheloalf95@gmail.com> * improved a bit Signed-off-by: Angie <angheloalf95@gmail.com> * a bit of renaming, but it still doesn't work Signed-off-by: Angie <angheloalf95@gmail.com> * almost matching * func_80919768 ok * func_809199FC ok * init was dumb * add enum and other minor changes * run format
This commit is contained in:
@@ -1923,9 +1923,9 @@ SECTIONS
|
||||
ovl_Eff_Dust : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.text)
|
||||
build/asm/overlays/ovl_Eff_Dust_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.data)
|
||||
build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.rodata)
|
||||
build/asm/overlays/ovl_Eff_Dust_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user