mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 02:29:59 -04:00
d_a_e_pz equivalent (#2330)
* d_a_e_pz equivalent * rename var * match f_pc closer to debug * hopefully fix decompctx * sdk done * remove unneeded file
This commit is contained in:
@@ -10,5 +10,6 @@ process_profile_definition** g_fpcPf_ProfileList_p;
|
||||
|
||||
/* 80023564-80023578 0014+00 s=0 e=1 z=0 None .text fpcPf_Get__Fs */
|
||||
process_profile_definition* fpcPf_Get(s16 i_profname) {
|
||||
return g_fpcPf_ProfileList_p[i_profname];
|
||||
int index = i_profname;
|
||||
return g_fpcPf_ProfileList_p[index];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user