From 796c51b4c64426af385f299038cba90d8839ba47 Mon Sep 17 00:00:00 2001 From: jonschz Date: Mon, 1 Jul 2024 20:13:04 +0200 Subject: [PATCH] Relocate address annotations --- LEGO1/lego/legoomni/include/legoracecar.h | 3 --- LEGO1/lego/legoomni/src/race/legoracecar.cpp | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legoracecar.h b/LEGO1/lego/legoomni/include/legoracecar.h index da59d0fd..4fa0adce 100644 --- a/LEGO1/lego/legoomni/include/legoracecar.h +++ b/LEGO1/lego/legoomni/include/legoracecar.h @@ -68,10 +68,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap { LegoPathBoundary* m_unk0x78; // 0x78 LegoPathBoundary* m_unk0x7c; // 0x7c - // GLOBAL: LEGO1 0x100f0a20 static EdgeReference g_edgeReferences[]; - - // GLOBAL: LEGO1 0x100f0a50 static const EdgeReference* g_pEdgeReferences; }; diff --git a/LEGO1/lego/legoomni/src/race/legoracecar.cpp b/LEGO1/lego/legoomni/src/race/legoracecar.cpp index 0225490d..2a2b2a7e 100644 --- a/LEGO1/lego/legoomni/src/race/legoracecar.cpp +++ b/LEGO1/lego/legoomni/src/race/legoracecar.cpp @@ -10,6 +10,7 @@ DECOMP_SIZE_ASSERT(EdgeReference, 0x08) DECOMP_SIZE_ASSERT(LegoRaceCar, 0x200) +// GLOBAL: LEGO1 0x100f0a20 EdgeReference LegoRaceCar::g_edgeReferences[] = { {// STRING: LEGO1 0x100f0a10 "EDG03_772", @@ -37,6 +38,7 @@ EdgeReference LegoRaceCar::g_edgeReferences[] = { } }; +// GLOBAL: LEGO1 0x100f0a50 const EdgeReference* LegoRaceCar::g_pEdgeReferences = g_edgeReferences; // FUNCTION: LEGO1 0x10012950