mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
10 lines
275 B
C
10 lines
275 B
C
#ifndef POKEHEARTGOLD_OVERLAY_26_H
|
|
#define POKEHEARTGOLD_OVERLAY_26_H
|
|
|
|
#include "script.h"
|
|
|
|
u32 TryGetRematchTrainerIdByBaseTrainerId(SAVEDATA* savedata, u16 trainer_no);
|
|
void ov26_022599D8(FieldSystem *fsys, LocalMapObject *lastTalked);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_26_H
|