mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-26 20:44:35 -04:00
8 lines
175 B
C
8 lines
175 B
C
#ifndef GUARD_BATTLE_FACTORY_H
|
|
#define GUARD_BATTLE_FACTORY_H
|
|
|
|
void DoBattleFactorySelectScreen(void);
|
|
void DoBattleFactorySwapScreen(void);
|
|
|
|
#endif // GUARD_BATTLE_FACTORY_H
|