summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-01-06 10:22:04 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-01-06 10:22:04 -0500
commit257bde9b08e907b59aed05d662a1d8daed8d79fa (patch)
tree35dca893c031c8c184a67581be36d8b72408af5f /include
parent1cb1fd2bf8416821a897fbc6b5a60c60595b4a7b (diff)
through ScrCmd_fadescreenspeed
Diffstat (limited to 'include')
-rw-r--r--include/field_screen_effect.h2
-rw-r--r--include/map_preview_screen.h6
-rw-r--r--include/quest_log.h1
3 files changed, 8 insertions, 1 deletions
diff --git a/include/field_screen_effect.h b/include/field_screen_effect.h
index add61d57c..14d7e5d81 100644
--- a/include/field_screen_effect.h
+++ b/include/field_screen_effect.h
@@ -4,7 +4,7 @@
#include "global.h"
void sub_80AF79C(void);
-void sub_80B009C(u8);
+void sub_807F028(u8);
void sub_80B0244(void);
#endif // GUARD_FIELD_SCREEN_EFFECT_H
diff --git a/include/map_preview_screen.h b/include/map_preview_screen.h
new file mode 100644
index 000000000..8d9114b82
--- /dev/null
+++ b/include/map_preview_screen.h
@@ -0,0 +1,6 @@
+#ifndef GUARD_MAP_PREVIEW_SCREEN_H
+#define GUARD_MAP_PREVIEW_SCREEN_H
+
+void sub_80F85BC(u16 a0);
+
+#endif //GUARD_MAP_PREVIEW_SCREEN_H
diff --git a/include/quest_log.h b/include/quest_log.h
index 9f8a0ea21..00a8b8df3 100644
--- a/include/quest_log.h
+++ b/include/quest_log.h
@@ -21,5 +21,6 @@ extern struct UnkStruct_203AE98 * gUnknown_3005E94;
void sub_8112720(u8);
void sub_8113550(u16, const u16 *);
+void sub_8115748(u16);
#endif //GUARD_QUEST_LOG_H