The first commit

This commit is contained in:
Banjo Kazooie
2022-07-15 17:09:41 -05:00
commit dd13d34074
1087 changed files with 391897 additions and 0 deletions

20
src/CCW/code_7BC0.c Normal file
View 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);
}