From 1e10d9593645fbe18c721ed876c23dc00dd2b16f Mon Sep 17 00:00:00 2001 From: Irastris Date: Thu, 14 May 2026 16:53:34 -0400 Subject: [PATCH] Disable scrolling the name cursor (#1243) --- src/d/d_name.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/d/d_name.cpp b/src/d/d_name.cpp index 1f3ccbb1d7..e4b4b91b00 100644 --- a/src/d/d_name.cpp +++ b/src/d/d_name.cpp @@ -295,6 +295,7 @@ void dName_c::_move() { } } else { #endif +#if !TARGET_PC if (mDoCPd_c::getTrigRight(PAD_1)) { // BUG: this check only fails if the cursor is at exactly 7 // setMoji allows the cursor to reach 8, which is out of bounds here @@ -311,7 +312,9 @@ void dName_c::_move() { mCurPos--; nameCursorMove(); } - } else if (mDoCPd_c::getTrigB(PAD_1)) { + } else +#endif + if (mDoCPd_c::getTrigB(PAD_1)) { if (mCurPos == 0) { mDoAud_seStart(Z2SE_SY_MENU_BACK, 0, 0, 0); field_0x2ac = mSelProc;