diff options
Diffstat (limited to 'src/main.c')
-rwxr-xr-x | src/main.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c new file mode 100755 index 0000000..5855e35 --- /dev/null +++ b/src/main.c @@ -0,0 +1,16 @@ +#include "global.h" + +struct UnkStruct_200B0C0 +{ + u8 filler0[0x2]; + u8 unk2; + u8 unk3; +}; + +extern struct UnkStruct_200B0C0 gUnknown_0200B0C0; + +void sub_23C(u8 arg0) +{ + gUnknown_0200B0C0.unk2 = arg0; + gUnknown_0200B0C0.unk3 = 0; +} |