summaryrefslogtreecommitdiff
path: root/include/menu_helpers.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-15 22:20:16 -0400
committerGitHub <noreply@github.com>2017-06-15 22:20:16 -0400
commitdda361afb7e2abafc15a498968580be6d1a83cfe (patch)
tree46e7d19c2aec0e65ab446c7916e5d8aeb38bfe48 /include/menu_helpers.h
parentc8213423cefc83310bc62ca8bcc17d7b6b42e442 (diff)
parent0a779312c8a5911620ef43eaefbecdbac9fa7b33 (diff)
Merge pull request #326 from ProjectRevoTPP/master
move player_pc data to C file and restructure/label the file
Diffstat (limited to 'include/menu_helpers.h')
-rw-r--r--include/menu_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/menu_helpers.h b/include/menu_helpers.h
index f55a90615..74248e85a 100644
--- a/include/menu_helpers.h
+++ b/include/menu_helpers.h
@@ -7,6 +7,6 @@ struct YesNoFuncTable
void (*noFunc)(u8);
};
-void sub_80F914C(u8, const struct YesNoFuncTable *);
+void DoYesNoFuncWithChoice(u8, const struct YesNoFuncTable *);
#endif // GUARD_MENU_HELPERS_H