PR Matching func_80086074 (#707)

* Commit unpr'd matches

* fix compile

* Commit matching func_80086074
This commit is contained in:
MegaMech
2025-05-08 16:03:42 -06:00
committed by GitHub
parent daab4f501f
commit 6d900d30ac
8 changed files with 113 additions and 82 deletions
+9 -4
View File
@@ -665,10 +665,15 @@ SplineData* D_800E6724[] = { &D_800E641C, &D_800E64D8 };
SplineData* D_800E672C[] = { &D_800E659C, &D_800E6668 };
// I believe they're the positions of the static neon signs in rainbow road
Vec3f D_800E6734[] = {
{ 1443.0, 1044.0, -5478.0 }, { 1678.0, 1012.0, -4840.0 }, { -3924.0, 921.0, 2566.0 }, { -3311.0, 790.0, 3524.0 },
{ -1284.0, 1341.0, 4527.0 }, { 2268.0, 1041.0, 4456.0 }, { 2820.0, 1109.0, 1985.0 },
// Positions of the neon signs in rainbow road
float D_800E6734[] = {
1443.0, 1044.0, -5478.0,
1678.0, 1012.0, -4840.0,
-3924.0, 921.0, 2566.0,
-3311.0, 790.0, 3524.0,
-1284.0, 1341.0, 4527.0,
2268.0, 1041.0, 4456.0,
2820.0, 1109.0, 1985.0,
};
// This should really be `extern Vec3s gTorchSpawns[];`