Initial commit

This commit is contained in:
n64
2020-10-14 21:13:33 -07:00
commit 1c84a90d5e
226 changed files with 411521 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#include <ultra64.h>
#include <macros.h>
extern u32 func_802B5224(void);
extern s32 D_800DC604;
s16 func_80005FD0(void) {
s16 temp_ret;
s16 phi_v1;
temp_ret = func_802B5224();
phi_v1 = temp_ret;
if (D_800DC604 != 0) {
phi_v1 = -temp_ret;
}
return phi_v1;
}
GLOBAL_ASM("asm/non_matchings/code_80005FD0.s")