mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
npc_toby OK (#2733)
* npc_toby 68% done * address ykm ykw regressions * All npc_toby cut done + chkPassed1 fakematch * npc_toby OK * npc_toby some hio var rename * npc_gnd cleanup * npc_gnd CreateHeap and reset * Add fakematch comment fo get_u16_Idx
This commit is contained in:
@@ -30,7 +30,7 @@ private:
|
||||
/* 0xB28 */ f32 mGroundH;
|
||||
/* 0xB2C */ f32 mAnmPlaySpeed;
|
||||
/* 0xB30 */ u8 field_0xb30;
|
||||
/* 0xB31 */ u8 field_0xb31;
|
||||
/* 0xB31 */ u8 mCoNone;
|
||||
|
||||
public:
|
||||
/* 80BA56EC */ virtual ~daObj_AutoMata_c();
|
||||
@@ -46,6 +46,14 @@ public:
|
||||
/* 80BA6690 */ void setRoomNo();
|
||||
/* 80BA66D4 */ void setMtx();
|
||||
/* 80BA674C */ void setSe();
|
||||
|
||||
void setAnmPlaySpeed(f32 i_playspeed) {
|
||||
mAnmPlaySpeed = i_playspeed;
|
||||
}
|
||||
|
||||
void setCoNone() {
|
||||
mCoNone = true;
|
||||
}
|
||||
};
|
||||
|
||||
STATIC_ASSERT(sizeof(daObj_AutoMata_c) == 0xb38);
|
||||
|
||||
Reference in New Issue
Block a user