mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 15:28:38 -04:00
fapGm_Create ok
This commit is contained in:
@@ -1 +1,8 @@
|
||||
// finishme
|
||||
#ifndef F_F_AP_GAME_H_
|
||||
#define F_F_AP_GAME_H_
|
||||
|
||||
void fapGm_After(void);
|
||||
void fapGm_Execute(void);
|
||||
void fapGm_Create(void);
|
||||
|
||||
#endif
|
||||
@@ -9,7 +9,7 @@ extern interface_of_controller_pad m_cpadInfo[4]; // m_Do_controller_pad::mDoCP
|
||||
|
||||
struct g_HIO_struct {
|
||||
u32 field_0x0;
|
||||
u8 field_0x4;
|
||||
s8 field_0x4;
|
||||
u8 field_0x5;
|
||||
u8 field_0x6;
|
||||
u8 field_0x7;
|
||||
@@ -69,6 +69,8 @@ struct g_HIO_struct {
|
||||
u8 field_0x43;
|
||||
};
|
||||
|
||||
extern g_HIO_struct g_HIO;
|
||||
|
||||
struct mDoCPd_c {
|
||||
void create();
|
||||
void read();
|
||||
|
||||
@@ -10,8 +10,6 @@ extern u32 _sRumbleSupported;
|
||||
extern u8 lbl_803A2EF4;
|
||||
extern char lbl_803A2EE0[16];
|
||||
extern u8 lbl_80450B19;
|
||||
struct g_HIO_struct;
|
||||
extern g_HIO_struct g_HIO;
|
||||
extern s8 lbl_80450580;
|
||||
// extern u8 lbl_80450B1A;
|
||||
struct JUTGamePad;
|
||||
|
||||
Reference in New Issue
Block a user