From 205bd04a70ad517a720ea97f3b6717ed2357805a Mon Sep 17 00:00:00 2001 From: dazedanon Date: Tue, 17 Feb 2026 23:19:49 -0600 Subject: [PATCH] why is there a catch all in states D: --- modules/rpgmakermvmz.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index 4c8eae2..c2c1802 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -3719,7 +3719,6 @@ def searchSS(state, pbar): (r"\n(.*)\n", False), (r"", False), (r"", False), - (r"(.+)", True), ] notesBatch = [] notesBatchMap = []