mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 20:56:40 -05:00
11 lines
303 B
C
11 lines
303 B
C
#ifndef POKEHEARTGOLD_UNK_020932A4_H
|
|
#define POKEHEARTGOLD_UNK_020932A4_H
|
|
|
|
#include "phonebook_dat.h"
|
|
#include "save.h"
|
|
#include "gf_rtc.h"
|
|
|
|
u16 PhoneBookTrainerGetRematchInfo(u8 idx, SaveData *saveData, struct PhoneBook *phoneBook, TimeOfDayWildParam timeOfDay);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020932A4_H
|