mirror of https://github.com/pret/pokeemerald.git
8 lines
162 B
C
8 lines
162 B
C
|
#ifndef GUARD_BRAILLE_PUZZLES_H
|
||
|
#define GUARD_BRAILLE_PUZZLES_H
|
||
|
|
||
|
bool8 ShouldDoBrailleFlyEffect(void);
|
||
|
void sub_8179918(void);
|
||
|
|
||
|
#endif // GUARD_BRAILLE_PUZZLES_H
|