summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sub_02000DF4.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/sub_02000DF4.c b/src/sub_02000DF4.c
new file mode 100644
index 00000000..a0c58183
--- /dev/null
+++ b/src/sub_02000DF4.c
@@ -0,0 +1,24 @@
+typedef unsigned char u8;
+typedef unsigned short u16;
+typedef unsigned long u32;
+typedef signed char s8;
+typedef signed short s16;
+typedef signed long s32;
+
+struct Unk2106FA0 {
+ u8 filler0[0x8];
+ s32 unk8;
+ s32 unkC;
+ s32 unk10;
+ s32 unk14;
+};
+
+extern struct Unk2106FA0 gUnknown2106FA0;
+
+void sub_02000DF4(void)
+{
+ gUnknown2106FA0.unk8 = -1;
+ gUnknown2106FA0.unkC = 0;
+ gUnknown2106FA0.unk10 = -1;
+ gUnknown2106FA0.unk14 = 0;
+}