Misc Changes (#306)

This commit is contained in:
Pheenoh
2023-03-07 18:03:46 -07:00
committed by GitHub
parent 6c2e18af70
commit f31ab5ae0b
89 changed files with 11095 additions and 1436 deletions
+6 -11
View File
@@ -1,23 +1,18 @@
//
// Generated By: dol2asm
// Translation Unit: f_pc/f_pc_base
//
/**
* f_pc_base.cpp
* Framework - Process Base
*/
#include "f_pc/f_pc_base.h"
#include "SSystem/SComponent/c_malloc.h"
#include "SSystem/SComponent/c_phase.h"
#include "SSystem/SStandard/s_basic.h"
#include "dol2asm.h"
#include "f_pc/f_pc_pause.h"
#include "global.h"
//
// Declarations:
//
/* 8002064C-8002065C 0010+00 s=0 e=14 z=0 None .text fpcBs_Is_JustOfType__Fii */
BOOL fpcBs_Is_JustOfType(int pType1, int pType2) {
return checkEqual(pType1, pType2);
s32 fpcBs_Is_JustOfType(int pType1, int pType2) {
return checkEqual(pType1, pType2); // return pType2 == pType1 matches when return type is bool
}
/* ############################################################################################## */