Decompile shardsTick

This commit is contained in:
Ryan Dwyer
2021-02-10 22:04:40 +10:00
parent dc4922b0d3
commit ce040a5d9c
13 changed files with 92 additions and 216 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ extern u32 var8007f9d8;
extern u32 var8007f9fc;
extern u32 var8007fa60;
extern u32 var8007fa80;
extern u32 var8007fa84;
extern bool g_ShardsActive;
extern u8 g_InGameSubtitles;
extern u8 g_CutsceneSubtitles;
extern s32 g_ScreenSize;
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
u32 func0f013550(void);
void func0f0139f0(void);
void shardsInit(void);
void func0f013b80(void);
void func0f013ba0(void);
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
u32 func0f015420(void);
u32 shardsReset(void);
#endif
+1 -1
View File
@@ -3,6 +3,6 @@
#include <ultra64.h>
#include "types.h"
void func0f01de30(void);
void shardsTick(void);
#endif