diff options
| author | shawlucas <lgs84@cornell.edu> | 2020-03-21 18:13:55 -0700 |
|---|---|---|
| committer | shawlucas <lgs84@cornell.edu> | 2020-03-21 18:14:17 -0700 |
| commit | 08b73fe68558c041d332ae330a06bee7f052c68b (patch) | |
| tree | 4de9435b02ab20ec289058acf94596f4aaaab63b /src/code/code_8007BE60.c | |
| parent | fd2dae78a2f90af23a834f77bab7dfff2e05f5d6 (diff) | |
| parent | 1d79f4b93d77f7f52c805c2b8a04975e63cc3aaa (diff) | |
fixed merge conflict
Diffstat (limited to 'src/code/code_8007BE60.c')
| -rw-r--r-- | src/code/code_8007BE60.c | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/code/code_8007BE60.c b/src/code/code_8007BE60.c deleted file mode 100644 index 59ef949c5..000000000 --- a/src/code/code_8007BE60.c +++ /dev/null @@ -1,50 +0,0 @@ -#include <ultra64.h> -#include <global.h> - -extern u32 osResetType; - -/* -void func_8007BE60(u32* a0) -{ - u32 var1; - - //*a0 = 0; - - if (osResetType == 0) - { - a0[1] = 0; - a0[2] = 0; - a0[3] = 0; - } - else - { - var1 = a0[3] + a0[5]; - a0[1]++; - a0[2] = (var1 < a0[5]) + a0[2] + a0[4]; - a0[3] = var1; - } - - a0[5] = 0; - a0[4] = 0; -} -*/ - -#pragma GLOBAL_ASM("asm/non_matchings/code/code_8007BE60/func_8007BE60.s") - -typedef struct -{ - /* 0x00 */ u32 unk_00; - /* 0x04 */ char unk_04[0x0C]; - /* 0x10 */ OSTime unk_10; -} struct_8007BED4; - -void func_8007BED4(struct_8007BED4* arg0) -{ - arg0->unk_00 = 1; - arg0->unk_10 = osGetTime(); -} - -u32 func_8007BF08(struct_8007BED4* arg0) -{ - return arg0->unk_00; -} |
