diff options
author | Max <mparisi@stevens.edu> | 2020-10-17 18:56:00 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-17 18:56:00 -0400 |
commit | 22a4e6ed8e9d8ba302834639067e8fc999ffb182 (patch) | |
tree | 525781587ec72bdf0d98912a51e874775f59a779 /src/code_801DAA30.cpp | |
parent | c048ec3ee3964faf96da46e62a6d24936b19916e (diff) |
got OK by splitting ctors.s and sbss.s and editing the link order in the Makefile
Diffstat (limited to 'src/code_801DAA30.cpp')
-rw-r--r-- | src/code_801DAA30.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code_801DAA30.cpp b/src/code_801DAA30.cpp index 348f4e8..ecfe483 100644 --- a/src/code_801DAA30.cpp +++ b/src/code_801DAA30.cpp @@ -20,7 +20,7 @@ public: : unk0(p1), unk2(p2), unk4(p3) { }
};
-unkStruct unk(1, 4, 0);
+unkStruct gUnk8063F2C8(1, 4, 0);
void* operator new(size_t sz)
{
|