mirror of
https://github.com/n64decomp/mk64
synced 2026-08-14 20:29:51 -04:00
PR Matching func_80086074 (#707)
* Commit unpr'd matches * fix compile * Commit matching func_80086074
This commit is contained in:
@@ -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[];`
|
||||
|
||||
Reference in New Issue
Block a user