Decompile func0f102230

This commit is contained in:
Ryan Dwyer 2020-04-01 20:35:02 +10:00
parent 8c56eb27e5
commit fc3a8f4032
2 changed files with 5 additions and 8 deletions

View File

@ -10,10 +10,7 @@
#include "gvars/gvars.h"
#include "types.h"
GLOBAL_ASM(
glabel func0f102230
/* f102230: 03e00008 */ jr $ra
/* f102234: 00000000 */ sll $zero,$zero,0x0
/* f102238: 00000000 */ sll $zero,$zero,0x0
/* f10223c: 00000000 */ sll $zero,$zero,0x0
);
void func0f102230(void)
{
// empty
}

View File

@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
u32 func0f102230(void);
void func0f102230(void);
#endif