-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathjt2.c
34 lines (22 loc) · 966 Bytes
/
jt2.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**
* @note Should be merged with jt1.c, but UpdateJtActive must be matched first.
*/
#include <jt.h>
INCLUDE_ASM(const s32, "P2/jt2", UpdateJt__FP2JTf);
INCLUDE_ASM(const s32, "P2/jt2", UpdateJtDrive__FP2JT);
INCLUDE_ASM(const s32, "P2/jt2", ChooseJtPhys__FP2JT);
INCLUDE_ASM(const s32, "P2/jt2", EnableJtActadj__FP2JTi);
INCLUDE_ASM(const s32, "P2/jt2", SetJtJts__FP2JT3JTS4JTBS);
void ProfileJt(JT *pjt, int fProfile)
{
return;
}
INCLUDE_ASM(const s32, "P2/jt2", SetJtPuppet__FP2JTP5ASEGA);
INCLUDE_ASM(const s32, "P2/jt2", func_00177828);
INCLUDE_ASM(const s32, "P2/jt2", PaloAbsorbWkr__FP3WKRiPP3ALO);
INCLUDE_ASM(const s32, "P2/jt2", func_00177968);
INCLUDE_ASM(const s32, "P2/jt2", UpdateJtEffect__FP2JT);
INCLUDE_ASM(const s32, "P2/jt2", FIsJtSoundBase__FP2JT);
INCLUDE_ASM(const s32, "P2/jt2", CollectJtPrize__FP2JT3PCKP3ALO);
INCLUDE_ASM(const s32, "P2/jt2", func_00177EE0);
INCLUDE_ASM(const s32, "P2/jt2", PlayJtDialog__FP2JTP6DIALOG);