mirror of
https://github.com/zeldaret/tp
synced 2026-08-21 14:37:49 -04:00
move remaining old progress (#186)
* move remaining old progress * remove asm
This commit is contained in:
@@ -14,8 +14,8 @@ public:
|
||||
/* 0x04 */ s8 field_0x04;
|
||||
/* 0x05 */ u8 field_0x03[3];
|
||||
/* 0x08 */ JUtility::TColor mColor;
|
||||
/* 0x0C */ f32 field_0xc;
|
||||
/* 0x10 */ f32 field_0x10;
|
||||
/* 0x0C */ f32 mLROnValue;
|
||||
/* 0x10 */ f32 mLROffValue;
|
||||
/* 0x14 */ bool mUsingHostIO;
|
||||
/* 0x15 */ bool mDisplayMeter;
|
||||
/* 0x16 */ u8 mDisplayPrint;
|
||||
@@ -44,11 +44,21 @@ extern fapGm_HIO_c g_HIO;
|
||||
inline bool fapGmHIO_isMenu() {
|
||||
return g_HIO.mDisplayPrint & 2;
|
||||
}
|
||||
|
||||
inline bool fapGmHIO_isPrint() {
|
||||
return g_HIO.mDisplayPrint & 1;
|
||||
}
|
||||
|
||||
inline bool fapGmHIO_getMeter() {
|
||||
return g_HIO.mDisplayMeter;
|
||||
}
|
||||
|
||||
inline f32 fapGmHIO_getLROnValue() {
|
||||
return g_HIO.mLROnValue;
|
||||
}
|
||||
|
||||
inline f32 fapGmHIO_getLROffValue() {
|
||||
return g_HIO.mLROffValue;
|
||||
}
|
||||
|
||||
#endif /* F_AP_F_AP_GAME_H */
|
||||
|
||||
Reference in New Issue
Block a user