mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 18:58:12 -05:00
17 lines
341 B
C
17 lines
341 B
C
#ifndef POKEHEARTGOLD_UNK_02025154_H
|
|
#define POKEHEARTGOLD_UNK_02025154_H
|
|
|
|
typedef struct _0223F90B {
|
|
u8 unk0;
|
|
u8 unk1;
|
|
u8 unk2;
|
|
u8 unk3;
|
|
} STRUCT_0223F90B;
|
|
|
|
BOOL System_GetTouchHeld(void);
|
|
BOOL System_GetTouchNew(void);
|
|
int sub_02025224(void *);
|
|
int sub_0202529C(STRUCT_0223F90B *a0);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02025154_H
|