diff options
Diffstat (limited to 'include/gUnkClass13.h')
-rw-r--r-- | include/gUnkClass13.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/gUnkClass13.h b/include/gUnkClass13.h new file mode 100644 index 0000000..bafb84c --- /dev/null +++ b/include/gUnkClass13.h @@ -0,0 +1,21 @@ +#ifndef POKEREVO_GUNKCLASS13_H
+#define POKEREVO_GUNKCLASS13_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+struct gUnkClass13
+{
+ u8 unk0[0x7A]; //pad
+ u8 unk7A;
+};
+
+// TODO: determine defining module for this global variable
+extern gUnkClass13* lbl_8063F788;
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif //POKEREVO_GUNKCLASS13_H
|