Frame interp: Fix fmap scroll arrows

This commit is contained in:
Irastris
2026-04-11 18:19:09 -04:00
parent 87f748b3a9
commit c3fb8da1c8
3 changed files with 15 additions and 0 deletions
+3
View File
@@ -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; }