Decompile func0f1a78b0
This commit is contained in:
parent
5e86c8468c
commit
e4aa36ba2d
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,4 +3,6 @@
|
|||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void func0f1a78b0(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue