mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
19 lines
409 B
C
19 lines
409 B
C
#ifndef POKEPLATINUM_STRUCT_OV70_02261418_H
|
|
#define POKEPLATINUM_STRUCT_OV70_02261418_H
|
|
|
|
typedef struct {
|
|
u32 unk_00[18];
|
|
u32 unk_48[18][3];
|
|
u32 unk_120[2];
|
|
u32 unk_128[2][3];
|
|
u32 unk_140[2][4];
|
|
u32 unk_160[2];
|
|
u32 unk_168[2][3];
|
|
u32 unk_180[2];
|
|
u32 unk_188;
|
|
u32 unk_18C[5];
|
|
u32 unk_1A0[5];
|
|
} UnkStruct_ov70_02261418;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV70_02261418_H
|