mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Relocate address annotations
This commit is contained in:
parent
150e64f0e2
commit
796c51b4c6
@ -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;
|
||||
};
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user