mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-10 02:35:17 -04:00
Frame interp: Fix fmap scroll arrows
This commit is contained in:
@@ -152,6 +152,9 @@ public:
|
||||
void setRegionCursor(u8 i_value) { mRegionCursor = i_value; }
|
||||
void setMapDrawFlag(bool i_flag) { mMapDrawFlag = i_flag; }
|
||||
void resetDrug() { field_0x1238 = 0; }
|
||||
#if TARGET_PC
|
||||
void resetScrollArrowMask() { field_0x122d = 0; }
|
||||
#endif
|
||||
|
||||
void offArrowDrawFlag() { mArrowDrawFlag = false; }
|
||||
void onArrowDrawFlag() { mArrowDrawFlag = true; }
|
||||
|
||||
Reference in New Issue
Block a user