pokeplatinum/include/struct_defs/choose_starter_data.h

13 lines
250 B
C

#ifndef POKEPLATINUM_STRUCT_020425E0_H
#define POKEPLATINUM_STRUCT_020425E0_H
#include "game_options.h"
typedef struct ChooseStarterData {
int species;
const Options *options;
} ChooseStarterData;
#endif // POKEPLATINUM_STRUCT_020425E0_H