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

19
src/lair/code_A430.c Normal file
View File

@@ -0,0 +1,19 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
void func_80390820(Actor *this);
/* .data */
ActorInfo D_80394980 = { 0x299, 0x3C3, 0x0, 0x0, NULL, func_80390820, func_80326224, func_80325340, 0, 0, 0.0f, 0};
/* .code */
void func_80390820(Actor *this)
{
if (!this->unk38_0 && func_80329530(this, 200))
{
FUNC_8030E624(SFX_61_CARTOONY_FALL, 0.8f, 32000);
timed_playSfx(0.5f, SFX_31_BANJO_OHHWAAOOO, 1, 32000);
this->unk38_0 = TRUE;
}
}