Relocate address annotations

This commit is contained in:
jonschz 2024-07-01 20:13:04 +02:00
parent 150e64f0e2
commit 796c51b4c6
2 changed files with 2 additions and 3 deletions

View File

@ -68,10 +68,7 @@ class LegoRaceCar : public LegoCarRaceActor, public LegoRaceMap {
LegoPathBoundary* m_unk0x78; // 0x78 LegoPathBoundary* m_unk0x78; // 0x78
LegoPathBoundary* m_unk0x7c; // 0x7c LegoPathBoundary* m_unk0x7c; // 0x7c
// GLOBAL: LEGO1 0x100f0a20
static EdgeReference g_edgeReferences[]; static EdgeReference g_edgeReferences[];
// GLOBAL: LEGO1 0x100f0a50
static const EdgeReference* g_pEdgeReferences; static const EdgeReference* g_pEdgeReferences;
}; };

View File

@ -10,6 +10,7 @@
DECOMP_SIZE_ASSERT(EdgeReference, 0x08) DECOMP_SIZE_ASSERT(EdgeReference, 0x08)
DECOMP_SIZE_ASSERT(LegoRaceCar, 0x200) DECOMP_SIZE_ASSERT(LegoRaceCar, 0x200)
// GLOBAL: LEGO1 0x100f0a20
EdgeReference LegoRaceCar::g_edgeReferences[] = { EdgeReference LegoRaceCar::g_edgeReferences[] = {
{// STRING: LEGO1 0x100f0a10 {// STRING: LEGO1 0x100f0a10
"EDG03_772", "EDG03_772",
@ -37,6 +38,7 @@ EdgeReference LegoRaceCar::g_edgeReferences[] = {
} }
}; };
// GLOBAL: LEGO1 0x100f0a50
const EdgeReference* LegoRaceCar::g_pEdgeReferences = g_edgeReferences; const EdgeReference* LegoRaceCar::g_pEdgeReferences = g_edgeReferences;
// FUNCTION: LEGO1 0x10012950 // FUNCTION: LEGO1 0x10012950