mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
21 lines
404 B
C
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
|