From 8c815418d261ba8c5f67a9a2cae349fe4ac92db8 Mon Sep 17 00:00:00 2001 From: disinvite <disinvite@users.noreply.github.com> Date: Fri, 1 Dec 2023 17:48:56 -0500 Subject: [PATCH] FUNCTION to SYNTHETIC where needed --- 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 1d4d4641..451f45ad 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; } -// FUNCTION: ISLE 0x401c40 +// SYNTHETIC: ISLE 0x401c40 // MxDSObject::SetAtomId // FUNCTION: ISLE 0x401ca0 diff --git a/LEGO1/legoentity.cpp b/LEGO1/legoentity.cpp index 7e8a953f..edd1d18d 100644 --- a/LEGO1/legoentity.cpp +++ b/LEGO1/legoentity.cpp @@ -7,7 +7,7 @@ DECOMP_SIZE_ASSERT(LegoEntity, 0x68) -// FUNCTION: LEGO1 0x10001090 +// SYNTHETIC: LEGO1 0x10001090 // LegoEntity::SetWorldSpeed // FUNCTION: LEGO1 0x1000c290 diff --git a/LEGO1/mxcore.h b/LEGO1/mxcore.h index 4de691cc..518949c6 100644 --- a/LEGO1/mxcore.h +++ b/LEGO1/mxcore.h @@ -9,10 +9,10 @@ class MxParam; // TODO: Find proper compilation unit to put these -// FUNCTION: LEGO1 0x100140d0 +// SYNTHETIC: LEGO1 0x100140d0 // MxCore::IsA -// FUNCTION: LEGO1 0x100144c0 +// SYNTHETIC: LEGO1 0x100144c0 // MxCore::ClassName // VTABLE: LEGO1 0x100dc0f8 diff --git a/LEGO1/mxloopingmidipresenter.cpp b/LEGO1/mxloopingmidipresenter.cpp index 3d58e56b..55857701 100644 --- a/LEGO1/mxloopingmidipresenter.cpp +++ b/LEGO1/mxloopingmidipresenter.cpp @@ -7,10 +7,10 @@ DECOMP_SIZE_ASSERT(MxLoopingMIDIPresenter, 0x58); -// FUNCTION: LEGO1 0x100b1830 +// SYNTHETIC: LEGO1 0x100b1830 // MxLoopingMIDIPresenter::ClassName -// FUNCTION: LEGO1 0x100b1840 +// SYNTHETIC: LEGO1 0x100b1840 // MxLoopingMIDIPresenter::IsA // SYNTHETIC: LEGO1 0x100b19c0 diff --git a/LEGO1/mxstillpresenter.cpp b/LEGO1/mxstillpresenter.cpp index e3adaa90..1d07e74a 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"; -// FUNCTION: LEGO1 0x10043550 +// SYNTHETIC: LEGO1 0x10043550 // MxStillPresenter::~MxStillPresenter // FUNCTION: LEGO1 0x100435b0 @@ -20,10 +20,10 @@ void MxStillPresenter::Destroy() Destroy(FALSE); } -// FUNCTION: LEGO1 0x100435c0 +// SYNTHETIC: LEGO1 0x100435c0 // MxStillPresenter::ClassName -// FUNCTION: LEGO1 0x100435d0 +// SYNTHETIC: LEGO1 0x100435d0 // MxStillPresenter::IsA // SYNTHETIC: LEGO1 0x100436e0 diff --git a/LEGO1/realtime/vector.cpp b/LEGO1/realtime/vector.cpp index 1d41470c..582d6443 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]; } -// FUNCTION: LEGO1 0x10002060 +// SYNTHETIC: LEGO1 0x10002060 // Vector2Impl::SetData // FUNCTION: LEGO1 0x10002070