diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-12-11 20:58:18 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-12-11 20:58:18 -0700 |
| commit | 95b8cca50025f7fa10e47ca24ac5f71f9813a2e3 (patch) | |
| tree | dcb7bc04eb38b8f98b6348f4b15a46124aa51faf /src/data | |
| parent | a4890f9dfcc993f3001d491395294f6836cdc0dc (diff) | |
Reimplementing objects
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/some_data.c | 4 | ||||
| -rw-r--r-- | src/data/some_data.h | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/data/some_data.c b/src/data/some_data.c index 3b01da911..431e60247 100644 --- a/src/data/some_data.c +++ b/src/data/some_data.c @@ -561,10 +561,6 @@ SplineData D_800E6280 = { 0x0016, { { 0xffce, 0x00aa, 0xfe0c }, 0x0028 }, } }; -// Note the use of the plain SplineData type here. Since these are pointers, we don't care -// about their internal array size -SplineData* D_800E633C[] = { &D_800E6034, &D_800E60F0, &D_800E61B4, &D_800E6280 }; - // Might be Cheep Cheep related? Vec3s D_800E634C[] = { { 0xf37e, 0x0013, 0xfe22 }, diff --git a/src/data/some_data.h b/src/data/some_data.h index dc56a53fd..90b9b13ac 100644 --- a/src/data/some_data.h +++ b/src/data/some_data.h @@ -60,7 +60,6 @@ extern SplineData D_800E6034; extern SplineData D_800E60F0; extern SplineData D_800E61B4; extern SplineData D_800E6280; -extern SplineData* D_800E633C[]; extern Vec3s D_800E634C[]; extern MoleSpawnUnion gMoleSpawns; extern SplineData D_800E641C; |
