Decompile argsParseDebugArgs

This commit is contained in:
Ryan Dwyer
2021-01-30 19:35:34 +10:00
parent 753e1ab228
commit f262c23324
12 changed files with 76 additions and 108 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ void rngSetSeed(u32 amount);
u32 func00012e1c(u64 *value);
char *argParseString(char *str);
void argSetString(char *string);
s32 func00012f30(void);
s32 argsParseDebugArgs(void);
char *argFindByPrefix(s32 occurrence, char *string);
void argGetLevel(s32 *stagenum);
u32 random(void);
+1 -1
View File
@@ -4,7 +4,7 @@
#include "types.h"
void rmonproc();
u32 func0002fa08(void);
bool rmonIsDisabled(void);
void func0002faa4(char *format, ...);
#endif