CPlatform::NotifyTrodUpon

This commit is contained in:
krystalgamer 2024-09-26 18:45:47 +02:00
parent 28a275eb76
commit d69f441f98
2 changed files with 7 additions and 5 deletions

View File

@ -109,10 +109,12 @@ INLINE void CPlatform::MoveTo(CVector* pVec)
}
}
// @SMALLTODO
// @Ok
// @Matching
void CPlatform::NotifyTrodUpon(CBody *,CVector const *,CSVector const *)
{
printf("CPlatform::NotifyTrodUpon(CBody *,CVector const *,CSVector const *)");
this->field_334 = 1;
this->field_338 = 0;
}
// @MEDIUMTODO
@ -159,6 +161,7 @@ void validate_CPlatform(void){
VALIDATE(CPlatform, field_330, 0x330);
VALIDATE(CPlatform, field_334, 0x334);
VALIDATE(CPlatform, field_338, 0x338);
VALIDATE(CPlatform, field_33C, 0x33C);

View File

@ -23,10 +23,9 @@ public:
unsigned char padTop[0x330-0x324];
i16 field_330;
u8 padAfter330[0x338-0x330-2];
i32 field_334;
u16 field_338;
u8 padAfter338[0x33C-0x338-2];
u32 field_338;
u32 field_33C;
i32 field_340;