pokeheartgold/include/phonebook_dat.h
Laquin-Laquih e9df42e3a0 decompile unk_020932A4
Functions:
PhoneBookTrainerGetRematchInfo

Had to modify TryGetRematchTrainerIdByBaseTrainerId's return type
2023-05-31 15:10:11 +02:00

15 lines
401 B
C

#ifndef POKEHEARTGOLD_PHONEBOOK_DAT_H
#define POKEHEARTGOLD_PHONEBOOK_DAT_H
#include "heap.h"
struct PhoneBookEntry;
struct PhoneBook *AllocAndReadPhoneBook(HeapID heapId);
void FreePhoneBook(struct PhoneBook *phoneBook);
u8 LoadPhoneBookEntryI(u16 idx, struct PhoneBookEntry *dest, HeapID heapId);
int GetPhoneMessageGmm(int idx);
BOOL sub_02095FF8(int x);
#endif //POKEHEARTGOLD_PHONEBOOK_DAT_H