Decompile func0f000850 and func0f000860

This commit is contained in:
Ryan Dwyer
2019-11-16 11:15:59 +10:00
parent 0ca5decc4c
commit 327f556fff
5 changed files with 23 additions and 19 deletions
-1
View File
@@ -4,6 +4,5 @@
#include "types.h"
u32 func0f000850(void);
u32 func0f000860(void);
#endif
+8
View File
@@ -0,0 +1,8 @@
#ifndef IN_GAME_GAME_000860_H
#define IN_GAME_GAME_000860_H
#include <ultra64.h>
#include "types.h"
u32 func0f000860(void);
#endif