mirror of
https://github.com/zeldaret/tp
synced 2026-07-31 00:04:58 -04:00
Link all oustanding US-matched TUs for JP (#2671)
This commit is contained in:
@@ -504,6 +504,10 @@ public:
|
||||
void setVibration(u8 i_status);
|
||||
u8 getPalLanguage() const;
|
||||
|
||||
//TODO: placeholder name, actual name is not known
|
||||
u8 getUnk0() { return unk0; }
|
||||
void setUnk0(u8 i_unk0) { unk0 = i_unk0; }
|
||||
|
||||
u8 getAttentionType() { return mAttentionType; }
|
||||
void setAttentionType(u8 i_mAttentionType) { mAttentionType = i_mAttentionType; }
|
||||
u16 getCalibrateDist() { return mCalibrateDist; }
|
||||
|
||||
Reference in New Issue
Block a user