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:
Anghelo Carvajal
2021-05-18 23:01:48 -04:00
committed by GitHub
parent 4d6d9c27a4
commit f3dc829456
8 changed files with 385 additions and 21 deletions
+2 -2
View File
@@ -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;