From a83b4186af5a2e8b4c74dfcc3ce0d9334ddf4977 Mon Sep 17 00:00:00 2001 From: gymnast86 Date: Thu, 23 Apr 2026 03:25:19 -0700 Subject: [PATCH] fix holding B in the middle of text --- src/d/d_msg_class.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/d/d_msg_class.cpp b/src/d/d_msg_class.cpp index 37085a6bb9..7af18f0732 100644 --- a/src/d/d_msg_class.cpp +++ b/src/d/d_msg_class.cpp @@ -1987,6 +1987,13 @@ bool jmessage_tSequenceProcessor::do_isReady() { } #endif +#if TARGET_PC + if (dusk::getSettings().game.instantText && mDoCPd_c::getHoldB(0)) { + field_0xb2 = 1; + pReference->setSendTimer(0); + } +#endif + if (dComIfGp_checkMesgBgm()) { bool isItemMusicPlaying = true; if (mDoAud_checkPlayingSubBgmFlag() != Z2BGM_ITEM_GET &&