summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 16:15:06 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 16:15:06 -0400
commit41fa994a86914812d866f4822c0f55a6ed073c39 (patch)
treee4330fbc530a821ab37e7aba10884213b5b2deaf /src
parent7e14113e47c5c8e2f218c69e11ec947b6a02f66e (diff)
up to date repo
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;
+}