mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
10 lines
282 B
C
10 lines
282 B
C
#ifndef POKEHEARTGOLD_OVERLAY_26_H
|
|
#define POKEHEARTGOLD_OVERLAY_26_H
|
|
|
|
#include "script.h"
|
|
|
|
u16 TryGetRematchTrainerIdByBaseTrainerId(SaveData* saveData, u16 trainer_no);
|
|
void ov26_022599D8(FieldSystem *fieldSystem, LocalMapObject *lastTalked);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_26_H
|