This commit is contained in:
TakaRikka
2022-02-07 15:27:50 -08:00
parent 3a79e96e8b
commit 92a4cd174e
23 changed files with 1036 additions and 4402 deletions
+14
View File
@@ -2,5 +2,19 @@
#define C_C_DYLINK_H
#include "dolphin/types.h"
#include "f_op/f_op_scene_mng.h"
struct cDylPhs {
/* 80018804 */ static int phase_01(void*);
/* 8001880C */ static int phase_02(s16*);
/* 80018844 */ static int phase_03(void*);
/* 8001884C */ static int Link(request_of_phase_process_class*, s16);
/* 80018890 */ static int Unlink(request_of_phase_process_class*, s16);
};
struct DynamicNameTableEntry {
s16 mKey;
char* name;
};
#endif /* C_C_DYLINK_H */