mirror of
https://github.com/zeldaret/tp
synced 2026-08-14 20:43:32 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
10 lines
204 B
C++
10 lines
204 B
C++
|
|
#include "f/f_pc/f_pc_profile.h"
|
|
|
|
// g_fpcPf_ProfileList_p
|
|
extern process_profile_definition** lbl_80450D50;
|
|
|
|
process_profile_definition* fpcPf_Get(s16 profileID) {
|
|
return lbl_80450D50[profileID];
|
|
}
|