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

33
src/core2/code_33250.c Normal file
View File

@@ -0,0 +1,33 @@
#include <ultra64.h>
#include "functions.h"
#include "variables.h"
void func_802BA23C(s32 *arg0, s32 arg1);
/* .code */
s32 * func_802BA1E0(void){
s32 * sp1C = malloc(4);
func_802BA23C(sp1C, 1);
return sp1C;
}
void func_802BA214(s32 *arg0){
free(arg0);
}
s32 func_802BA234(s32 *arg0){
return *arg0;
}
void func_802BA23C(s32 *arg0, s32 arg1){
*arg0 = arg1;
}
void func_802BA244(Struct61s *file_ptr, s32 *arg1){
while(!func_8034AF98(file_ptr, 0)){
func_8034B150(file_ptr, 1, arg1);
}
}