mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 21:47:36 -05:00
24 lines
490 B
C
24 lines
490 B
C
#ifndef POKEPLATINUM_STRUCT_0201D834_H
|
|
#define POKEPLATINUM_STRUCT_0201D834_H
|
|
|
|
#include "struct_defs/struct_0201D738.h"
|
|
#include "functypes/funcptr_0201D834.h"
|
|
|
|
typedef struct {
|
|
UnkStruct_0201D738 unk_00;
|
|
UnkFuncPtr_0201D834 unk_1C;
|
|
u8 unk_20[7];
|
|
u8 unk_27;
|
|
u8 unk_28;
|
|
u8 unk_29_0 : 7;
|
|
u8 unk_29_7 : 1;
|
|
u8 unk_2A;
|
|
u8 unk_2B;
|
|
u8 unk_2C;
|
|
u8 unk_2D;
|
|
u16 unk_2E;
|
|
void * unk_30;
|
|
} UnkStruct_0201D834;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0201D834_H
|