summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_base.cpp
diff options
context:
space:
mode:
authorPheenoh <pheenoh@gmail.com>2023-03-07 18:03:46 -0700
committerGitHub <noreply@github.com>2023-03-07 18:03:46 -0700
commitf31ab5ae0be3de6e0910b2d5942e33458be043ac (patch)
tree4fbfdeda4e8bfac575a81ab9d4eaa79530ea35c5 /src/f_pc/f_pc_base.cpp
parent6c2e18af70dcc392b49cacf77fdb6ff8a164c0a5 (diff)
Misc Changes (#306)
Diffstat (limited to 'src/f_pc/f_pc_base.cpp')
-rw-r--r--src/f_pc/f_pc_base.cpp17
1 files changed, 6 insertions, 11 deletions
diff --git a/src/f_pc/f_pc_base.cpp b/src/f_pc/f_pc_base.cpp
index 155d6b2be1..d0897bc53e 100644
--- a/src/f_pc/f_pc_base.cpp
+++ b/src/f_pc/f_pc_base.cpp
@@ -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
}
/* ############################################################################################## */