mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-02 23:55:44 -05:00
14 lines
373 B
C
14 lines
373 B
C
#ifndef POKEPLATINUM_UNK_0202F108_H
|
|
#define POKEPLATINUM_UNK_0202F108_H
|
|
|
|
#include "struct_defs/struct_0202F10C.h"
|
|
|
|
#include "savedata.h"
|
|
|
|
int Contest_SaveSize(void);
|
|
void Contest_Init(UnkStruct_0202F10C *param0);
|
|
void sub_0202F134(SaveData *param0, int param1, int param2);
|
|
u16 sub_0202F160(SaveData *param0, int param1, int param2);
|
|
|
|
#endif // POKEPLATINUM_UNK_0202F108_H
|