From ba4e28b8c48b157a6f4ec64427f6814f89857f97 Mon Sep 17 00:00:00 2001 From: disinvite Date: Sat, 2 Dec 2023 12:31:09 -0500 Subject: [PATCH] Revert "FUNCTION to SYNTHETIC where needed" This reverts commit 8c815418d261ba8c5f67a9a2cae349fe4ac92db8. --- ISLE/isleapp.cpp | 2 +- LEGO1/legoentity.cpp | 2 +- LEGO1/mxcore.h | 4 ++-- LEGO1/mxloopingmidipresenter.cpp | 4 ++-- LEGO1/mxstillpresenter.cpp | 6 +++--- LEGO1/realtime/vector.cpp | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 451f45ad..1d4d4641 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -281,7 +281,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine return msg.wParam; } -// SYNTHETIC: ISLE 0x401c40 +// FUNCTION: ISLE 0x401c40 // MxDSObject::SetAtomId // FUNCTION: ISLE 0x401ca0 diff --git a/LEGO1/legoentity.cpp b/LEGO1/legoentity.cpp index edd1d18d..7e8a953f 100644 --- a/LEGO1/legoentity.cpp +++ b/LEGO1/legoentity.cpp @@ -7,7 +7,7 @@ DECOMP_SIZE_ASSERT(LegoEntity, 0x68) -// SYNTHETIC: LEGO1 0x10001090 +// FUNCTION: LEGO1 0x10001090 // LegoEntity::SetWorldSpeed // FUNCTION: LEGO1 0x1000c290 diff --git a/LEGO1/mxcore.h b/LEGO1/mxcore.h index 518949c6..4de691cc 100644 --- a/LEGO1/mxcore.h +++ b/LEGO1/mxcore.h @@ -9,10 +9,10 @@ class MxParam; // TODO: Find proper compilation unit to put these -// SYNTHETIC: LEGO1 0x100140d0 +// FUNCTION: LEGO1 0x100140d0 // MxCore::IsA -// SYNTHETIC: LEGO1 0x100144c0 +// FUNCTION: LEGO1 0x100144c0 // MxCore::ClassName // VTABLE: LEGO1 0x100dc0f8 diff --git a/LEGO1/mxloopingmidipresenter.cpp b/LEGO1/mxloopingmidipresenter.cpp index 55857701..3d58e56b 100644 --- a/LEGO1/mxloopingmidipresenter.cpp +++ b/LEGO1/mxloopingmidipresenter.cpp @@ -7,10 +7,10 @@ DECOMP_SIZE_ASSERT(MxLoopingMIDIPresenter, 0x58); -// SYNTHETIC: LEGO1 0x100b1830 +// FUNCTION: LEGO1 0x100b1830 // MxLoopingMIDIPresenter::ClassName -// SYNTHETIC: LEGO1 0x100b1840 +// FUNCTION: LEGO1 0x100b1840 // MxLoopingMIDIPresenter::IsA // SYNTHETIC: LEGO1 0x100b19c0 diff --git a/LEGO1/mxstillpresenter.cpp b/LEGO1/mxstillpresenter.cpp index 1d07e74a..e3adaa90 100644 --- a/LEGO1/mxstillpresenter.cpp +++ b/LEGO1/mxstillpresenter.cpp @@ -11,7 +11,7 @@ DECOMP_SIZE_ASSERT(MxStillPresenter, 0x6c); // GLOBAL: LEGO1 0x10101eb0 const char* g_strBMP_ISMAP = "BMP_ISMAP"; -// SYNTHETIC: LEGO1 0x10043550 +// FUNCTION: LEGO1 0x10043550 // MxStillPresenter::~MxStillPresenter // FUNCTION: LEGO1 0x100435b0 @@ -20,10 +20,10 @@ void MxStillPresenter::Destroy() Destroy(FALSE); } -// SYNTHETIC: LEGO1 0x100435c0 +// FUNCTION: LEGO1 0x100435c0 // MxStillPresenter::ClassName -// SYNTHETIC: LEGO1 0x100435d0 +// FUNCTION: LEGO1 0x100435d0 // MxStillPresenter::IsA // SYNTHETIC: LEGO1 0x100436e0 diff --git a/LEGO1/realtime/vector.cpp b/LEGO1/realtime/vector.cpp index 582d6443..1d41470c 100644 --- a/LEGO1/realtime/vector.cpp +++ b/LEGO1/realtime/vector.cpp @@ -60,7 +60,7 @@ float Vector2Impl::DotImpl(float* p_a, float* p_b) const return p_b[0] * p_a[0] + p_b[1] * p_a[1]; } -// SYNTHETIC: LEGO1 0x10002060 +// FUNCTION: LEGO1 0x10002060 // Vector2Impl::SetData // FUNCTION: LEGO1 0x10002070