Decompile func0f000840

This commit is contained in:
Ryan Dwyer
2020-04-01 22:05:07 +10:00
parent d234fc8846
commit 91a288d217
2 changed files with 5 additions and 8 deletions
+4 -7
View File
@@ -10,10 +10,7 @@
#include "gvars/gvars.h"
#include "types.h"
GLOBAL_ASM(
glabel func0f000840
/* f000840: 03e00008 */ jr $ra
/* f000844: 00000000 */ sll $zero,$zero,0x0
/* f000848: 00000000 */ sll $zero,$zero,0x0
/* f00084c: 00000000 */ sll $zero,$zero,0x0
);
void func0f000840(void)
{
// empty
}
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
u32 func0f000840(void);
void func0f000840(void);
#endif