pokeplatinum/include/struct_defs/union_02022594_020225E0.h

21 lines
404 B
C

#ifndef POKEPLATINUM_UNION_02022594_020225E0_H
#define POKEPLATINUM_UNION_02022594_020225E0_H
typedef union {
struct {
u8 unk_00;
u8 unk_01;
u8 unk_02;
u8 unk_03;
} val1;
struct {
u8 unk_00;
u8 unk_01;
u8 unk_02;
u8 unk_03;
} val2;
} TouchScreenRect, TouchScreenHitTable;
#endif // POKEPLATINUM_UNION_02022594_020225E0_H