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

36
src/core2/code_10CD0.c Normal file
View File

@@ -0,0 +1,36 @@
#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);
}
}