mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2025-02-12 07:50:32 +00:00
CShellSimbyFireDeath
This commit is contained in:
parent
b0bcd38a21
commit
1b9972e0ae
1
main.cpp
1
main.cpp
@ -356,6 +356,7 @@ int main()
|
||||
validate_CShellRhinoNasalSteam();
|
||||
validate_CShellEmber();
|
||||
validate_CShellSimbyMeltSplat();
|
||||
validate_CShellSimbyFireDeath();
|
||||
|
||||
puts("[*] Validation done!");
|
||||
|
||||
|
10
shell.cpp
10
shell.cpp
@ -16,6 +16,11 @@ EXPORT SSkinGooParams gSuperDocOckSkinGooParams;
|
||||
|
||||
extern CVector gGlobalNormal;
|
||||
|
||||
// @MEDIUMTODO
|
||||
CShellSimbyFireDeath::CShellSimbyFireDeath(CDummy*)
|
||||
{
|
||||
printf("CShellSimbyFireDeath::CShellSimbyFireDeath(CDummy*)");
|
||||
}
|
||||
|
||||
// @Ok
|
||||
// @Test
|
||||
@ -805,3 +810,8 @@ void validate_CShellSimbyMeltSplat(void)
|
||||
VALIDATE(CShellSimbyMeltSplat, field_9C, 0x9C);
|
||||
VALIDATE(CShellSimbyMeltSplat, field_A8, 0xA8);
|
||||
}
|
||||
|
||||
void validate_CShellSimbyFireDeath(void)
|
||||
{
|
||||
VALIDATE_SIZE(CShellSimbyFireDeath, 0x54);
|
||||
}
|
||||
|
8
shell.h
8
shell.h
@ -170,6 +170,13 @@ class CShellSimbyMeltSplat : public CQuadBit
|
||||
CVector field_A8;
|
||||
};
|
||||
|
||||
class CShellSimbyFireDeath : public CNonRenderedBit
|
||||
{
|
||||
public:
|
||||
EXPORT CShellSimbyFireDeath(CDummy*);
|
||||
u8 fullPad[0x15];
|
||||
};
|
||||
|
||||
static const i32 INPUT_MAX_SIZE = 9;
|
||||
|
||||
EXPORT i32 Shell_DeRudify(char[INPUT_MAX_SIZE]);
|
||||
@ -187,5 +194,6 @@ void validate_CShellSuperDocOckElectrified(void);
|
||||
void validate_CShellRhinoNasalSteam(void);
|
||||
void validate_CShellEmber(void);
|
||||
void validate_CShellSimbyMeltSplat(void);
|
||||
void validate_CShellSimbyFireDeath(void);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user