From 2e329c9f4832159aabdaedf9b9bbb9d1304b51a9 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 24 Oct 2020 17:05:32 -0400 Subject: match first three functions in code_801DCE6C --- src/code_801DCE6C.cpp | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/code_801DCE6C.cpp (limited to 'src/code_801DCE6C.cpp') diff --git a/src/code_801DCE6C.cpp b/src/code_801DCE6C.cpp new file mode 100644 index 0000000..553b6fc --- /dev/null +++ b/src/code_801DCE6C.cpp @@ -0,0 +1,37 @@ +#include "types.h" +#include "ctorStruct.h" +#include "code_801DCE6C.h" +#include "Runtime/__mem.h" + +extern "C" { + +//static +char* func_801DCE6C(gUnkClass4* p1) +{ + return p1->unk7; +} + +//static +char* func_801DCE74(gUnkClass4* p1) +{ + return p1->unk2; +} + +gUnkClass4::gUnkClass4(void) +{ + memset(this, 0, sizeof(gUnkClass4)); +} + + + + + + + + + + + + + +} //extern "C" -- cgit v1.2.3