summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2024-12-06 21:50:01 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2024-12-06 21:50:01 -0700
commitbcf4a7f384fdcecd813e61368685bed712299f6b (patch)
treef73fd7edd6705e24fca09875dd242585f47126b5 /src/data
parentf87ad2350098dee00b235d771d068d53559dff8c (diff)
Put all thwomp code in thomp class
Diffstat (limited to 'src/data')
-rw-r--r--src/data/some_data.c12
-rw-r--r--src/data/some_data.h2
2 files changed, 0 insertions, 14 deletions
diff --git a/src/data/some_data.c b/src/data/some_data.c
index da59d9bac..3b01da911 100644
--- a/src/data/some_data.c
+++ b/src/data/some_data.c
@@ -307,18 +307,6 @@ ThwompSpawn gThomwpSpawns150CC[] = {
{ 0x0596, 0xf92f, 0x0006, 0x0000 }, { 0x082a, 0xf9f2, 0x0005, 0x0000 }, { 0x073a, 0xf9f2, 0x0005, 0x0001 },
};
-f32 D_800E594C[][2] = {
- { -8.0, 8.0 },
- { 8.0, 8.0 },
- { 0.0, 0.0 },
- { 8.0, -8.0 },
- { -8.0, -8.0 },
- // This feels super fake, but it matches
- { -0.0, 0.0 },
-};
-
-s16 D_800E597C[] = { 0x0000, 0x0000, 0x4000, 0x8000, 0x8000, 0xc000 };
-
// Seems to be related to the Boos in Banshee Boardwalk
SplineData D_800E5988 = {
0x0016,
diff --git a/src/data/some_data.h b/src/data/some_data.h
index 7c9667e7f..dc56a53fd 100644
--- a/src/data/some_data.h
+++ b/src/data/some_data.h
@@ -39,9 +39,7 @@ extern s16 D_800E57F8[];
extern ThwompSpawn gThomwpSpawns50CC[];
extern ThwompSpawn gThwompSpawns100CCExtra[];
extern ThwompSpawn gThomwpSpawns150CC[];
-extern f32 D_800E594C[][2];
extern u64 D_800E5974;
-extern s16 D_800E597C[];
extern SplineData D_800E5988;
extern SplineData D_800E5A44;
extern SplineData D_800E5B08;