code_9E370.c progress

This commit is contained in:
Banjo Kazooie
2022-07-27 19:34:05 -05:00
parent f9588fa0c1
commit 19b01cf810
26 changed files with 95 additions and 48 deletions

View File

@@ -123,7 +123,7 @@ void func_80388FA0(Actor *this, s32 arg1){
switch(arg1){
case 4:
other = func_80329980(this);
other = subaddie_getLinkedActor(this);
myOther = this->unk100;
if(myOther && other && myOther->unk14_20 == 0xB8)
func_80328B8C(other, 3, 0.0001f, 1);
@@ -147,7 +147,7 @@ void func_80388FA0(Actor *this, s32 arg1){
actor_loopAnimation(this);
break;
case 2:
other = func_80329980(this);
other = subaddie_getLinkedActor(this);
myOther = this->unk100;
if(myOther && other && myOther->unk14_20 == 0xB8)
func_80328B8C(other, 2, 0.0001f, 1);