mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-12 08:16:03 -05:00
8 lines
196 B
C
8 lines
196 B
C
#ifndef GUARD_BATTLE_FACTORY_SCREEN_H
|
|
#define GUARD_BATTLE_FACTORY_SCREEN_H
|
|
|
|
void DoBattleFactorySelectScreen(void);
|
|
void DoBattleFactorySwapScreen(void);
|
|
|
|
#endif // GUARD_BATTLE_FACTORY_SCREEN_H
|