mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
10 lines
266 B
C
10 lines
266 B
C
#ifndef POKEHEARTGOLD_UNK_020932A4_H
|
|
#define POKEHEARTGOLD_UNK_020932A4_H
|
|
|
|
#include "phonebook_dat.h"
|
|
#include "save.h"
|
|
|
|
u16 PhoneBookTrainerGetRematchInfo(u8 a0, SAVEDATA *saveData, struct PhoneBook *phoneBook, u8 timeOfDay);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020932A4_H
|