summaryrefslogtreecommitdiff
path: root/include/braille_puzzles.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-15 18:24:55 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-15 18:24:55 -0500
commite90e3458cb0836a5a027b4ed59fd05f34f904bcf (patch)
treee169298ac707b68923d701919cb8401632e00d1a /include/braille_puzzles.h
parente95140270be790b03e693f539770abfd6473916e (diff)
Document the regi* code more
Fixed some confusing naming, named some unknown symbols, and fixed the names of some flags.
Diffstat (limited to 'include/braille_puzzles.h')
-rw-r--r--include/braille_puzzles.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/braille_puzzles.h b/include/braille_puzzles.h
index d4c5a24d8..1614c92e1 100644
--- a/include/braille_puzzles.h
+++ b/include/braille_puzzles.h
@@ -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