The first commit
This commit is contained in:
20
src/CCW/code_7BC0.c
Normal file
20
src/CCW/code_7BC0.c
Normal file
@@ -0,0 +1,20 @@
|
||||
#include <ultra64.h>
|
||||
#include "functions.h"
|
||||
#include "variables.h"
|
||||
|
||||
void func_8038DFB0(Actor *this);
|
||||
|
||||
|
||||
extern ActorAnimationInfo D_8038F8B0[];
|
||||
|
||||
extern ActorInfo D_8038F8C0 = { 0x251, 0x37E, 0x506,
|
||||
0x1, D_8038F8B0,
|
||||
func_8038DFB0, func_80326224, func_80325888,
|
||||
0, 0, 0.0f, 0
|
||||
};
|
||||
|
||||
/* .code */
|
||||
void func_8038DFB0(Actor *this){
|
||||
this->marker->propPtr->unk8_3 = TRUE;
|
||||
actor_collisionOff(this);
|
||||
}
|
Reference in New Issue
Block a user