Files
banjo-kazooie/src/core2/code_10CD0.c
2022-07-15 17:09:41 -05:00

37 lines
530 B
C

#include <ultra64.h>
#include "functions.h"
#include "variables.h"
/* .bss */
u8 D_8037C530;
/* .code */
void func_80297C60(s32 arg0){
D_8037C530 = arg0;
}
s32 func_80297C6C(void){
return D_8037C530;
}
void func_80297C78(void){
D_8037C530 = 0;
func_80297C60(1);
func_802917C4(4);
}
void func_80297CA8(void){
func_80297CCC(0.6f);
}
void func_80297CCC(f32 arg0){
func_802917E4(4, arg0);
func_80297C60(3);
}
void func_80297CF8(void){
if(func_802916CC(4)){
func_80297C60(1);
}
}