Decompile func0000db30

This commit is contained in:
Ryan Dwyer
2020-03-26 18:18:19 +10:00
parent f0b8bb74b5
commit de5a4402d9
2 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
u32 mainInit(void);
void mainLoop(void);
void func0000db30(char *arg0, u32 *arg1);
void func0000db30(char *string, u32 *ptr);
u32 mainTick(void);
u32 func0000e324(void);
void func0000e684(void);
+4 -6
View File
@@ -587,12 +587,10 @@ void mainLoop(void)
}
}
GLOBAL_ASM(
glabel func0000db30
/* db30: afa40000 */ sw $a0,0x0($sp)
/* db34: 03e00008 */ jr $ra
/* db38: afa50004 */ sw $a1,0x4($sp)
);
void func0000db30(char *string, u32 *ptr)
{
// empty
}
GLOBAL_ASM(
glabel mainTick