mirror of
https://github.com/zeldaret/tp
synced 2026-08-15 12:59:14 -04:00
Fix symbol names (#118)
* 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>
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
// g_fpcPf_ProfileList_p
|
||||
extern process_profile_definition** lbl_80450D50;
|
||||
|
||||
extern "C" {
|
||||
|
||||
process_profile_definition* fpcPf_Get(s16 profileID) {
|
||||
return lbl_80450D50[profileID];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user