From 6ada97eaa89bd4fd5da4e6262e4cf1626749eb69 Mon Sep 17 00:00:00 2001 From: DazedAnon Date: Sat, 1 Mar 2025 11:20:14 -0600 Subject: [PATCH] Small change --- modules/rpgmakermvmz.py | 2 +- set_defaults.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rpgmakermvmz.py b/modules/rpgmakermvmz.py index 7357b7f..3dfa59a 100644 --- a/modules/rpgmakermvmz.py +++ b/modules/rpgmakermvmz.py @@ -87,7 +87,7 @@ CODE405 = True CODE102 = True # Optional -CODE101 = False # Turn this one when names exist in 101 +CODE101 = False # Turn this one on when names exist in 101 CODE408 = False # Warning, translates comments and can inflate costs. # Variables diff --git a/set_defaults.py b/set_defaults.py index ed4b232..9ed9616 100644 --- a/set_defaults.py +++ b/set_defaults.py @@ -17,7 +17,7 @@ def set_defaults(file_path): 'CODE405': 'True', 'CODE102': 'True', # Optional - 'CODE101': 'False # Turn this one when names exist in 101', + 'CODE101': 'False # Turn this one on when names exist in 101', 'CODE408': 'False # Warning, translates comments and can inflate costs.', # Variables 'CODE122': 'False',