mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 07:29:01 -05:00
21 lines
377 B
C
21 lines
377 B
C
#ifndef POKEPLATINUM_UNION_02022594_H
|
|
#define POKEPLATINUM_UNION_02022594_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;
|
|
} UnkUnion_02022594, UnkUnion_020225E0;
|
|
|
|
#endif // POKEPLATINUM_UNION_02022594_H
|