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