summaryrefslogtreecommitdiff
path: root/include/adventure_log.h
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-04-03 20:44:48 -0500
committerGitHub <noreply@github.com>2021-04-03 20:44:48 -0500
commit22fec43f1812cb863ad699b357bd593222ae140c (patch)
tree4efa162869946a9bfdbde1be498857fac3db3b39 /include/adventure_log.h
parenta2d206665c6fffbd962375f262b7fbb05c7b7478 (diff)
More menu work (#33)
* split adventure log menu out and decompile * add most adventure log matchings w/ 2 nonmatchings and move some relevant data * more work on other menus * fully decomp debug stuff around 203B3F0 * more debug menu work * fix CreatePartnerSelectionMenu nonmatch * move more data and clean some data up
Diffstat (limited to 'include/adventure_log.h')
-rw-r--r--include/adventure_log.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/adventure_log.h b/include/adventure_log.h
new file mode 100644
index 0000000..219ea59
--- /dev/null
+++ b/include/adventure_log.h
@@ -0,0 +1,8 @@
+#ifndef ADVENTURE_LOG_H
+#define ADVENTURE_LOG_H
+
+void CreateAdventureLogMenu(void);
+void CleanAdventureLogMenu(void);
+u32 UpdateAdventureLogMenu(void);
+
+#endif