mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 23:20:49 -05:00
13 lines
239 B
C
13 lines
239 B
C
#ifndef POKEPLATINUM_UNION_02028328_H
|
|
#define POKEPLATINUM_UNION_02028328_H
|
|
|
|
typedef union {
|
|
struct {
|
|
u16 val1_0 : 12;
|
|
u16 val1_12 : 4;
|
|
};
|
|
u16 val2;
|
|
} UnkUnion_02028328;
|
|
|
|
#endif // POKEPLATINUM_UNION_02028328_H
|