diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 12:09:59 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-15 12:09:59 -0400 |
commit | e8cea378292f91719c02d589baa1358d659d62db (patch) | |
tree | e4e10c5db58e6e2f390aab4cd3558d6257dfb12c /src/FUN_02000DF4.c | |
parent | 336e6a25f42ef137446c381a0a2164cc955e0241 (diff) |
sub to FUN
Diffstat (limited to 'src/FUN_02000DF4.c')
-rw-r--r-- | src/FUN_02000DF4.c | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/FUN_02000DF4.c b/src/FUN_02000DF4.c new file mode 100644 index 00000000..c4532fdd --- /dev/null +++ b/src/FUN_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 FUN_02000DF4(void) +{ + gUnknown2106FA0.unk8 = -1; + gUnknown2106FA0.unkC = 0; + gUnknown2106FA0.unk10 = -1; + gUnknown2106FA0.unk14 = 0; +} |