mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
12 lines
298 B
C
12 lines
298 B
C
#ifndef GUARD_BRAILLE_PUZZLES_H
|
|
#define GUARD_BRAILLE_PUZZLES_H
|
|
|
|
bool8 ShouldDoBrailleFlyEffect(void);
|
|
bool8 ShouldDoBrailleStrengthEffect(void);
|
|
bool8 ShouldDoBrailleDigEffect(void);
|
|
void DoBrailleDigEffect(void);
|
|
void sub_8179918(void);
|
|
void sub_8179834(void);
|
|
|
|
#endif // GUARD_BRAILLE_PUZZLES_H
|