mirror of
https://github.com/sonicdcer/sf64.git
synced 2024-11-27 15:00:30 +00:00
func_8000707C
This commit is contained in:
parent
4df10412f0
commit
ad2e4199e6
@ -0,0 +1,14 @@
|
||||
typedef signed char s8;
|
||||
typedef signed short s16;
|
||||
typedef signed int s32;
|
||||
typedef signed long long s64;
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long long u64;
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define bool s32
|
||||
|
||||
#define NULL 0
|
@ -10,7 +10,9 @@
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/7B20/func_80007068.s")
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/7B20/func_8000707C.s")
|
||||
void func_8000707C(s32* arg0, s32 arg1) {
|
||||
*arg0 = arg1;
|
||||
}
|
||||
|
||||
#pragma GLOBAL_ASM("asm/us/nonmatchings/main/7B20/func_80007088.s")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user