mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-10 05:35:05 +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
|