mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-07 18:15:12 -05:00
23 lines
422 B
C
23 lines
422 B
C
#ifndef POKEPLATINUM_STRUCT_0202B370_SUB1_H
|
|
#define POKEPLATINUM_STRUCT_0202B370_SUB1_H
|
|
|
|
typedef struct {
|
|
u16 unk_00[8];
|
|
u16 unk_10[8];
|
|
u32 unk_20;
|
|
u16 unk_24;
|
|
u16 unk_26;
|
|
u16 unk_28;
|
|
u16 unk_2A;
|
|
u8 unk_2C;
|
|
u8 unk_2D;
|
|
u8 unk_2E;
|
|
u8 unk_2F;
|
|
u16 unk_30;
|
|
u16 unk_32;
|
|
u16 unk_34;
|
|
u16 unk_36;
|
|
} UnkStruct_0202B370_sub1;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0202B370_SUB1_H
|