mirror of
https://github.com/zeldaret/tp
synced 2026-06-28 11:10:47 -04:00
ported over f_pc
This commit is contained in:
@@ -7,33 +7,11 @@
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
void fpcPf_Get(s16);
|
||||
|
||||
extern "C" void fpcPf_Get__Fs();
|
||||
extern "C" extern u8 g_fpcPf_ProfileList_p[4 + 4 /* padding */];
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80450D50-80450D58 0004+04 s=1 e=0 z=2 None .sbss g_fpcPf_ProfileList_p */
|
||||
u8 g_fpcPf_ProfileList_p[4 + 4 /* padding */];
|
||||
process_profile_definition** g_fpcPf_ProfileList_p;
|
||||
|
||||
/* 80023564-80023578 0014+00 s=0 e=1 z=0 None .text fpcPf_Get__Fs */
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
asm void fpcPf_Get(s16 param_0) {
|
||||
nofralloc
|
||||
#include "asm/f_pc/f_pc_profile/fpcPf_Get__Fs.s"
|
||||
process_profile_definition* fpcPf_Get(s16 profileID) {
|
||||
return g_fpcPf_ProfileList_p[profileID];
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
Reference in New Issue
Block a user