mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
23 lines
569 B
C
23 lines
569 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0224DF54_SUB2_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0224DF54_SUB2_H
|
|
|
|
#include "overlay017/struct_ov17_0224C0C0.h"
|
|
#include "overlay017/struct_ov17_02253084.h"
|
|
|
|
typedef struct {
|
|
u8 unk_00;
|
|
u8 unk_01;
|
|
u8 unk_02[CONTEST_NUM_PARTICIPANTS];
|
|
u32 unk_08;
|
|
u32 unk_0C;
|
|
u16 unk_10;
|
|
u32 unk_14[CONTEST_NUM_PARTICIPANTS];
|
|
UnkStruct_ov17_02253084 unk_24;
|
|
UnkStruct_ov17_0224C0C0 unk_30;
|
|
u8 unk_36;
|
|
u8 unk_37;
|
|
u8 unk_38;
|
|
} UnkStruct_ov17_0224DF54_sub2;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0224DF54_SUB2_H
|