mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 20:17:38 +01:00
8 lines
165 B
C
8 lines
165 B
C
|
#ifndef GUARD_BATTLE_FRONTIER_1_H
|
||
|
#define GUARD_BATTLE_FRONTIER_1_H
|
||
|
|
||
|
bool32 sub_8196094(void);
|
||
|
void sub_8196080(const u8 *str);
|
||
|
|
||
|
#endif // GUARD_BATTLE_FRONTIER_1_H
|