mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
e90e3458cb
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
12 lines
333 B
C
12 lines
333 B
C
#ifndef GUARD_BRAILLE_PUZZLES_H
|
|
#define GUARD_BRAILLE_PUZZLES_H
|
|
|
|
bool8 ShouldDoBrailleRegisteelEffect(void);
|
|
bool8 ShouldDoBrailleRegirockEffect(void);
|
|
bool8 ShouldDoBrailleDigEffect(void);
|
|
void DoBrailleDigEffect(void);
|
|
void SetUpPuzzleEffectRegisteel(void);
|
|
void SetUpPuzzleEffectRegirock(void);
|
|
|
|
#endif // GUARD_BRAILLE_PUZZLES_H
|