summaryrefslogtreecommitdiff
path: root/include/scroll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scroll.h')
-rw-r--r--include/scroll.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/scroll.h b/include/scroll.h
index 3f6d47b4..486814f2 100644
--- a/include/scroll.h
+++ b/include/scroll.h
@@ -2,8 +2,21 @@
#define SCROLL_H
#include "global.h"
+#include "transitions.h"
+
+typedef struct {
+ u16 unk_00;
+ u8 unk_02[0xE];
+} struct_02034480;
+extern struct_02034480 gUnk_02034480;
+
+extern bool32 DoApplicableTransition(u32, u32, u32, u32);
+extern void DoExitTransitionWithType(const Transition* screenTransition, u32 transitionType);
void UpdateIsDiggingCave(void);
void sub_08080930(u32);
+extern void sub_080809D4(void);
+extern void sub_08080CB4(struct Entity_*);
+
#endif // SCROLL_H