From 0236740ab60a0e62a9643ea97e69639a6754b88f Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Tue, 8 Sep 2020 08:28:47 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1207273b5..db95a6d4d 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ The scripts are loaded into the game alphanumerically, starting from the top fol This repo contains two script files in the main folder: * scripts_extract.rb - Run this to extract all scripts from Scripts.rxdata into individual .rb files (any existing individual .rb files are deleted). -** Scripts.rxdata is backed up to ScriptsBackup.rxdata, and is then replaced with a version that reads the individual .rb files and does nothing else. + * Scripts.rxdata is backed up to ScriptsBackup.rxdata, and is then replaced with a version that reads the individual .rb files and does nothing else. * scripts_combine.rb - Run this to reintegrate all the individual .rb files back into Scripts.rxdata. -** The individual .rb files are left where they are, but they no longer do anything. + * The individual .rb files are left where they are, but they no longer do anything. The intention is to replace these with something more user-friendly.