mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-12-02 18:16:37 +00:00
11 lines
304 B
C
11 lines
304 B
C
#ifndef POKEHEARTGOLD_UNK_020932A4_H
|
|
#define POKEHEARTGOLD_UNK_020932A4_H
|
|
|
|
#include "gf_rtc.h"
|
|
#include "phonebook_dat.h"
|
|
#include "save.h"
|
|
|
|
u16 PhoneBookTrainerGetRematchInfo(u8 idx, SaveData *saveData, struct PhoneBook *phoneBook, TimeOfDayWildParam timeOfDay);
|
|
|
|
#endif // POKEHEARTGOLD_UNK_020932A4_H
|