mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Rename rmon to fault and make thread entry function names consistent
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void func0000bfb0(void);
|
||||
void faultCreateThread(void);
|
||||
void func0000bfd0(char *arg0, char *arg1, s32 arg2);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -86,7 +86,7 @@ extern const char var700529a4[];
|
||||
extern const char var700529a8[];
|
||||
extern const char var700529ac[];
|
||||
|
||||
void rmonCreateThread(void);
|
||||
void faultCreateThread2(void);
|
||||
u32 func0000c118(void);
|
||||
u32 func0000c240(void);
|
||||
u32 func0000c2b8(void);
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
void thread0Init();
|
||||
void rmonproc();
|
||||
u32 func0002fa08(void);
|
||||
void func0002faa4(char *format, ...);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user