mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-21 14:37:32 -05:00
13 lines
258 B
C
13 lines
258 B
C
#ifndef POKEPLATINUM_STRUCT_020961E8_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_020961E8_SUB1_H
|
|
|
|
typedef union {
|
|
u64 val1;
|
|
struct {
|
|
u32 unk_00;
|
|
u32 unk_04;
|
|
} val2;
|
|
} UnkStruct_020961E8_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020961E8_SUB1_H
|