mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-09 13:45:23 -04:00
Matched boot_0x800968B0.c
Matched func_800968B1
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include <ultra64.h>
|
||||
#include <global.h>
|
||||
|
||||
#ifdef NON_MATCHING
|
||||
u32 func_800968B0(const u8* a0, const u8* a1) {
|
||||
u8 v0;
|
||||
u8 v1;
|
||||
@@ -9,12 +8,8 @@ u32 func_800968B0(const u8* a0, const u8* a1) {
|
||||
v0 = *a0++;
|
||||
v1 = *a1++;
|
||||
if (v0 != v1) {
|
||||
// TODO this uses v0 instead of a3
|
||||
return v0 - v1;
|
||||
return v0 - v1;
|
||||
}
|
||||
} while (v0 != 0);
|
||||
} while (v0);
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
GLOBAL_ASM("./asm/non_matchings/boot_0x800968B0/func_800968B0.asm")
|
||||
#endif
|
||||
Reference in New Issue
Block a user