f_pc_manager, f_ap_game work

This commit is contained in:
Jasper St. Pierre
2023-09-09 22:39:55 -07:00
parent 701309e5ec
commit 0899971923
10 changed files with 324 additions and 15 deletions
+2 -2
View File
@@ -23,6 +23,6 @@ BOOL fpcCt_Abort(base_process_class* i_proc) {
}
/* 8003D150-8003D170 .text fpcCt_Handler__Fv */
void fpcCt_Handler() {
fpcCtRq_Handler();
s32 fpcCt_Handler() {
return fpcCtRq_Handler();
}