summaryrefslogtreecommitdiff
path: root/include/titlescreen.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-15 19:57:26 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-10-15 19:57:26 -0500
commitc028df7ce77d8a2e4ba528012ef24e65a17aa5ca (patch)
tree61fa13a25f0dd1bd3f2d2f47931f99a4e6e8d4bf /include/titlescreen.h
parent5a87582cc10fe330b89733a58eef50c27b0a6877 (diff)
Decompile a couple functions in titlescreen, and label gMain
Diffstat (limited to 'include/titlescreen.h')
-rwxr-xr-xinclude/titlescreen.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/titlescreen.h b/include/titlescreen.h
new file mode 100755
index 0000000..0fcbe8d
--- /dev/null
+++ b/include/titlescreen.h
@@ -0,0 +1,16 @@
+#ifndef GUARD_TITLESCREEN_H
+#define GUARD_TITLESCREEN_H
+
+struct UnkStruct2002888
+{
+ /*0x00*/u8 filler0[0x9];
+ /*0x09*/u8 unk9;
+ /*0x0A*/u8 fillerA[0x1];
+ /*0x0B*/u8 unkB;
+};
+
+extern struct UnkStruct2002888 gUnknown_2002888;
+extern s8 gAutoDisplayTitlescreenMenu;
+extern u8 gUnknown_202BE24;
+
+#endif // GUARD_TITLESCREEN_H