1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-02-09 05:44:26 +00:00

void func_8099D8D0(void *arg0, s32 arg1)

Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
angie 2021-01-16 19:25:02 -03:00
parent f786f958bb
commit 2a1abee058
No known key found for this signature in database
GPG key ID: E5212BA1B6FEA700

View file

@ -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")