Small stuff

This commit is contained in:
dazedanon 2025-11-16 10:16:53 -06:00
parent 0e7f62af84
commit 20147b0acf
3 changed files with 3 additions and 2 deletions

View file

@ -1814,7 +1814,7 @@ def searchCodes(page, pbar, jobList, filename):
"DarkPlasma_CharacterText": ("text", None),
"DTextPicture": ("text", None),
"TextPicture": ("text", None),
"TRP_SkitMZ": ("name", None),
# "TRP_SkitMZ": ("name", None),
"LogWindow": ("text", None),
"BattleLogOutput": ("message", None),
"TorigoyaMZ_NotifyMessage_CommandMessage": ("message", None),

View file

@ -5,5 +5,5 @@ retry==0.9.2
ruamel.yaml==0.17.32
tiktoken==0.8.0
tqdm==4.65.0
pillow==10.4.0
pillow==11.0.0
PyQt5>=5.15.0

View file

@ -24,6 +24,7 @@ PROTECTED_PATTERNS = [
r'\\BGM\[[^\]]+\]', # \BGM[background_music_name]
r'\\BGS\[[^\]]+\]', # \BGS[background_sound_name]
r'_pum\[[^\]]+\]', # \BGS[background_sound_name]
r'\\VS\[[^\]]+\]', # \BGS[background_sound_name]
]
def protect_script_codes(text):