Change default
This commit is contained in:
parent
c7b74d4e8b
commit
c89340fe4c
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ FACENAME101 = False # Find Speakers in 101 Codes based on Face Name (False)
|
|||
NAMES = False # Output a list of all the character names found (False)
|
||||
BRFLAG = False # If the game uses <br> instead (False)
|
||||
FIXTEXTWRAP = True # Overwrites textwrap (True)
|
||||
IGNORETLTEXT = True # Ignores all translated text. (True)
|
||||
IGNORETLTEXT = False # Ignores all translated text. (False)
|
||||
|
||||
# Dialogue / Scroll / Choices (Main Codes)
|
||||
CODE401 = True
|
||||
|
|
|
|||
Loading…
Reference in a new issue