func_8032F21C() match

This commit is contained in:
Banjo Kazooie
2022-12-17 14:35:07 -06:00
parent 40e3e1929d
commit 113f40002e
4 changed files with 6 additions and 10 deletions

View File

@@ -951,9 +951,6 @@ void func_8032F194(ActorMarker *marker, s32 position[3], Cube *cube) {
}
#endif
#ifndef NONMATCHING
#pragma GLOBAL_ASM("asm/nonmatchings/core2/code_A5BC0/func_8032F21C.s")
#else
void func_8032F21C(Cube *cube, s32 position[3], ActorMarker *marker, bool arg3) {
ActorProp *sp1C;
@@ -967,7 +964,7 @@ void func_8032F21C(Cube *cube, s32 position[3], ActorMarker *marker, bool arg3)
sp1C->unk8_15 = 0;
sp1C->unk8_5 = FALSE;
sp1C->unk8_10 = (func_802E4A08(position)) ? 0xF : (u8)(randf() * 32);
sp1C->unk8_10 = (func_802E4A08()) ? 0xF : (u8)(randf() * 32);
sp1C->unk8_3 = FALSE;
sp1C->unk8_2 = FALSE;
sp1C->unk8_4 = TRUE;
@@ -977,7 +974,6 @@ void func_8032F21C(Cube *cube, s32 position[3], ActorMarker *marker, bool arg3)
func_80305CD8(func_803058C0((f32)position[1]), 1);
}
}
#endif
void func_8032F3D4(s32 arg0[3], ActorMarker *marker, s32 arg2){
func_8032F21C((marker->unk40_23)? func_8030364C() : cube_atPosition_s32(arg0), arg0, marker, arg2);