mirror of
https://github.com/zeldaret/tp
synced 2026-08-04 01:03:47 -04:00
Match most of d_attention (#2016)
* Make decompctx work with MSL includes * Match most of d_attention
This commit is contained in:
@@ -628,6 +628,11 @@ public:
|
||||
void setRate(f32 rate) { mRate = rate; }
|
||||
f32 getFrame() const { return mFrame; }
|
||||
void setFrame(f32 frame) { mFrame = frame; }
|
||||
void reset() {
|
||||
mFrame = mStart;
|
||||
mRate = 1.0f;
|
||||
mState = 0;
|
||||
}
|
||||
|
||||
private:
|
||||
/* 0x04 */ u8 mAttribute;
|
||||
|
||||
Reference in New Issue
Block a user