From 2a1abee058662926fd614bf54358d7ab1a4daa09 Mon Sep 17 00:00:00 2001 From: angie Date: Sat, 16 Jan 2021 19:25:02 -0300 Subject: [PATCH] void func_8099D8D0(void *arg0, s32 arg1) Signed-off-by: angie --- src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c b/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c index 30086387b1..4df233cda4 100644 --- a/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c +++ b/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.c @@ -25,7 +25,13 @@ const ActorInit Eff_Dust_InitVars = { }; */ -#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8D0.s") +//#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8D0.s") + +void func_8099D8D0(void *arg0, s32 arg1) { + //arg0->unk560 = arg1; + *((s32*)arg0 + 0x0560/4) = arg1; +} + #pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8D8.s")