Decompile func0f1a78b0

This commit is contained in:
Ryan Dwyer 2019-11-16 11:09:38 +10:00
parent 5e86c8468c
commit e4aa36ba2d
2 changed files with 6 additions and 10 deletions

View File

@ -1,15 +1,9 @@
#include <ultra64.h>
#include "constants.h"
#include "gvars/gvars.h"
#include "setup/setup_000000.h"
#include "setup/setup_0160b0.h"
#include "setup/setup_020df0.h"
#include "types.h"
GLOBAL_ASM(
glabel func0f1a78b0
/* f1a78b0: 03e00008 */ jr $ra
/* f1a78b4: 00000000 */ sll $zero,$zero,0x0
/* f1a78b8: 00000000 */ sll $zero,$zero,0x0
/* f1a78bc: 00000000 */ sll $zero,$zero,0x0
);
void func0f1a78b0(void)
{
// empty
}

View File

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