mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
12 lines
297 B
C
12 lines
297 B
C
#ifndef POKEPLATINUM_STRUCT_OV17_0223BE58_H
|
|
#define POKEPLATINUM_STRUCT_OV17_0223BE58_H
|
|
|
|
#include "constants/contests.h"
|
|
|
|
typedef struct {
|
|
u16 moveIDs[CONTEST_NUM_PARTICIPANTS];
|
|
u8 unk_08[CONTEST_NUM_PARTICIPANTS];
|
|
} UnkStruct_ov17_0223BE58;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV17_0223BE58_H
|