mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
10 lines
228 B
C
10 lines
228 B
C
#ifndef POKEHEARTGOLD_OVERLAY_25_H
|
|
#define POKEHEARTGOLD_OVERLAY_25_H
|
|
|
|
#include "global.h"
|
|
#include "field_system.h"
|
|
|
|
void TrainerHouse_StartBattle(FieldSystem *fieldSystem, u32 trainerNum);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_25_H
|