mirror of
https://github.com/n64decomp/mk64
synced 2026-08-19 21:32:17 -04:00
Initial commit
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user