mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-26 12:52:56 -05:00
21 lines
419 B
C
21 lines
419 B
C
#ifndef POKEPLATINUM_STRUCT_0202A93C_H
|
|
#define POKEPLATINUM_STRUCT_0202A93C_H
|
|
|
|
typedef struct {
|
|
union {
|
|
struct {
|
|
u8 val1_00;
|
|
u8 val1_01;
|
|
u8 val1_02;
|
|
u8 val1_03;
|
|
u8 val1_04;
|
|
u8 val1_05;
|
|
u8 val1_06;
|
|
u8 val1_07;
|
|
};
|
|
u8 val2[8];
|
|
};
|
|
} UnkStruct_0202A93C;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202A93C_H
|