mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-03 01:54:37 +00:00
void func_8099D8D8(void *arg0, s32 arg1)
Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
parent
2a1abee058
commit
ca4d40a2b1
1 changed files with 7 additions and 1 deletions
|
@ -33,7 +33,13 @@ void func_8099D8D0(void *arg0, s32 arg1) {
|
|||
}
|
||||
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8D8.s")
|
||||
//#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8D8.s")
|
||||
|
||||
void func_8099D8D8(void *arg0, s32 arg1) {
|
||||
//arg0->unk564 = arg1;
|
||||
*((s32*)arg0 + 0x0564/4) = arg1;
|
||||
}
|
||||
|
||||
|
||||
#pragma GLOBAL_ASM("asm/non_matchings/overlays/actors/ovl_Eff_Dust/func_8099D8E0.s")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue