mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
13 lines
358 B
C
13 lines
358 B
C
#ifndef POKEHEARTGOLD_SAVE_POKEATHLON_H
|
|
#define POKEHEARTGOLD_SAVE_POKEATHLON_H
|
|
|
|
#include "save.h"
|
|
|
|
typedef struct POKEATHLON_SAV POKEATHLON_SAV;
|
|
|
|
POKEATHLON_SAV *Save_Pokeathlon_get(SAVEDATA *saveData);
|
|
BOOL sub_02031A78(POKEATHLON_SAV *pokeathlon, int idx);
|
|
BOOL sub_02031AB8(POKEATHLON_SAV *pokeathlon, int idx);
|
|
|
|
#endif //POKEHEARTGOLD_SAVE_POKEATHLON_H
|