From 21ac62f781b988999e19a19b12252889df337eb3 Mon Sep 17 00:00:00 2001 From: ghoulslash <41651341+ghoulslash@users.noreply.github.com> Date: Sun, 29 Jun 2025 15:38:52 -0400 Subject: [PATCH] Flush textbox for Truant Popup (#7252) Co-authored-by: ghoulslash --- data/battle_scripts_1.s | 1 + 1 file changed, 1 insertion(+) diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index 52d91e8d3b..7fcf186910 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -8576,6 +8576,7 @@ BattleScript_MoveUsedLoafingAroundMsg:: moveendto MOVEEND_NEXT_TARGET end BattleScript_TruantLoafingAround:: + flushtextbox call BattleScript_AbilityPopUp goto BattleScript_MoveUsedLoafingAroundMsg