core2/code_94A20.c progress

This commit is contained in:
Banjo Kazooie
2022-08-19 15:19:25 -05:00
parent 07ca1d783d
commit 3e3a24348c
14 changed files with 240 additions and 82 deletions

View File

@@ -198,11 +198,11 @@ int func_8024549C(f32 arg0[3], f32 arg1){
#pragma GLOBAL_ASM("asm/nonmatchings/core1/code_72B0/func_802457C4.s")
void func_8024587C(Struct60s *dst, Struct60s *src){
void func_8024587C(BKCollisionTri *dst, BKCollisionTri *src){
dst->unk0[0] = src->unk0[0];
dst->unk0[1] = src->unk0[1];
dst->unk0[2] = src->unk0[2];
dst->unk8 = src->unk8;
dst->flags = src->flags;
dst->unk6 = src->unk6;
}