The first commit
This commit is contained in:
21
src/FP/code_A1C0.c
Normal file
21
src/FP/code_A1C0.c
Normal file
@@ -0,0 +1,21 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
void func_803905B0(Actor *this);
|
||||
|
||||
/* .data */
|
||||
ActorInfo D_803926C0 = { 0x20E, 0x33E, 0x49C,
|
||||
0x1, NULL,
|
||||
func_803905B0, func_80326224, func_80325340,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
/* .code */
|
||||
void func_803905B0(Actor *this){
|
||||
if(!this->unk16C_4){
|
||||
this->unk16C_4 = TRUE;
|
||||
actor_collisionOff(this);
|
||||
}
|
||||
this->marker->propPtr->unk8_3 = func_8038DD14(this) ? TRUE : FALSE;
|
||||
}
|
Reference in New Issue
Block a user