1
0
mirror of https://github.com/Ninjdai1/pokeemerald.git synced 2025-01-15 16:12:12 +01:00

12 lines
298 B
C
Raw Normal View History

2018-02-27 10:33:23 +05:30
#ifndef GUARD_BRAILLE_PUZZLES_H
#define GUARD_BRAILLE_PUZZLES_H
bool8 ShouldDoBrailleFlyEffect(void);
2018-04-10 12:17:29 +05:30
bool8 ShouldDoBrailleStrengthEffect(void);
bool8 ShouldDoBrailleDigEffect(void);
void DoBrailleDigEffect(void);
2018-02-27 10:33:23 +05:30
void sub_8179918(void);
2018-04-10 12:17:29 +05:30
void sub_8179834(void);
2018-02-27 10:33:23 +05:30
#endif // GUARD_BRAILLE_PUZZLES_H