Document the regi* code more
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#ifndef GUARD_BRAILLE_PUZZLES_H
|
||||
#define GUARD_BRAILLE_PUZZLES_H
|
||||
|
||||
bool8 ShouldDoBrailleFlyEffect(void);
|
||||
bool8 ShouldDoBrailleStrengthEffect(void);
|
||||
bool8 ShouldDoBrailleRegisteelEffect(void);
|
||||
bool8 ShouldDoBrailleRegirockEffect(void);
|
||||
bool8 ShouldDoBrailleDigEffect(void);
|
||||
void DoBrailleDigEffect(void);
|
||||
void sub_8179918(void);
|
||||
void sub_8179834(void);
|
||||
void SetUpPuzzleEffectRegisteel(void);
|
||||
void SetUpPuzzleEffectRegirock(void);
|
||||
|
||||
#endif // GUARD_BRAILLE_PUZZLES_H
|
||||
|
||||
Reference in New Issue
Block a user