The first commit
This commit is contained in:
33
src/core2/code_33250.c
Normal file
33
src/core2/code_33250.c
Normal 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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user