mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-09 04:40:35 -04:00
Put all thwomp code in thomp class
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user