From 8b6885ecece4b770460e864432fa2d40f71dfdb6 Mon Sep 17 00:00:00 2001 From: Ruby Date: Tue, 21 Jul 2026 15:21:07 +0800 Subject: [PATCH] Cleanup debug.inc (#10469) Co-authored-by: hedara90 <90hedara@gmail.com> --- data/scripts/debug.inc | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/data/scripts/debug.inc b/data/scripts/debug.inc index f2e5179d88..1201a42e40 100644 --- a/data/scripts/debug.inc +++ b/data/scripts/debug.inc @@ -201,18 +201,8 @@ Debug_EventScript_Text_DefensiveIVs: .string "HP IVs: {STR_VAR_1}, DEF IVs: {STR_VAR_2}, SPDEF IVs: {STR_VAR_3}$" Debug_EventScript_Script_1:: - dynmultichoice 0, 0, FALSE, 2, 0, DYN_MULTICHOICE_CB_NONE, EventScript_ExampleScript_Text_1, EventScript_ExampleScript_Text_2, EventScript_ExampleScript_Text_3 - releaseall - end - -EventScript_ExampleScript_Text_1:: - .string "Choice 1$" - -EventScript_ExampleScript_Text_2:: - .string "Choice 2$" - -EventScript_ExampleScript_Text_3:: - .string "Choice 3$" + release + end Debug_EventScript_Script_2:: release