mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
267 B
C
14 lines
267 B
C
#ifndef POKEPLATINUM_STRUCT_0203E564_H
|
|
#define POKEPLATINUM_STRUCT_0203E564_H
|
|
|
|
#include "savedata.h"
|
|
|
|
typedef struct {
|
|
SaveData *saveData;
|
|
u8 challengeType;
|
|
u8 facility;
|
|
u16 species;
|
|
} FrontierRecordsAppArgs;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_0203E564_H
|