Decompile func0f00b200

This commit is contained in:
Ryan Dwyer
2020-04-01 20:31:53 +10:00
parent 87c7d3d4f6
commit 1190fc3b03
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 func0f00b200
/* f00b200: 03e00008 */ jr $ra
/* f00b204: 00000000 */ sll $zero,$zero,0x0
/* f00b208: 00000000 */ sll $zero,$zero,0x0
/* f00b20c: 00000000 */ sll $zero,$zero,0x0
);
void func0f00b200(void)
{
// empty
}
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
u32 func0f00b200(void);
void func0f00b200(void);
#endif