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