mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-26 22:50:22 +00:00
11 lines
230 B
C
11 lines
230 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
|