From 3d4a495849d06e8a74adfee70c3501196bb9f6f0 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Sun, 30 Jul 2023 21:43:27 +0100 Subject: [PATCH] Tidying up for v21.2 release --- Data/Scripts/001_Settings.rb | 4 ++-- Data/messages_core.dat | Bin 963286 -> 963286 bytes README.md | 6 +++--- Text_english_core/SCRIPT_TEXTS.txt | 4 ++-- mkxp.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Data/Scripts/001_Settings.rb b/Data/Scripts/001_Settings.rb index f9ef05230b..88edb57b9d 100644 --- a/Data/Scripts/001_Settings.rb +++ b/Data/Scripts/001_Settings.rb @@ -1,6 +1,6 @@ #==============================================================================# # Pokémon Essentials # -# Version 21 # +# Version 21.1 # # https://github.com/Maruno17/pokemon-essentials # #==============================================================================# @@ -456,7 +456,7 @@ def self.game_credits # DO NOT EDIT THESE! module Essentials - VERSION = "21" + VERSION = "21.1" ERROR_TEXT = "" MKXPZ_VERSION = "2.4.2/c9378cf" end diff --git a/Data/messages_core.dat b/Data/messages_core.dat index cdf11f06af5c33de88c21cdb1bca61a985383a2e..2ad382efa4c54e7723bf706197b13ad88e932758 100644 GIT binary patch delta 79 zcmcci)au$(tA-ZF7N!>F7M2#)7Pc1l7LFFq7OocVEj+(67`>+_WbufB2(#&)SvF7M2#)7Pc1l7LFFq7OocVEj+(6wol3AVPc%_p2_12A(m(H R2(|+WAm-h^Jd01?0|0r17})>- diff --git a/README.md b/README.md index c8be60fc32..a685d154ba 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Pokémon Essentials -Based on Essentials v21. +Based on Essentials v21.1. You can build your fangame on top of a fork of this repository. Doing so will let you update your fangame with improvements made to this repo as soon as they are made. ## Usage 1. Fork this repo. -2. Get a copy of Essentials v21 (a download link cannot be provided here). -3. Clone your forked repo into the Essentials v21 folder, replacing the existing files with the ones from the repo. +2. Get a copy of Essentials v21.1 (a download link cannot be provided here). +3. Clone your forked repo into the Essentials v21.1 folder, replacing the existing files with the ones from the repo. From here, you can edit this project to turn it into your fangame/develop mods. When this repo is updated, you can pull the changes to update your fork and get the updates into your fangame/modding environment. diff --git a/Text_english_core/SCRIPT_TEXTS.txt b/Text_english_core/SCRIPT_TEXTS.txt index 9b82c0317e..6a15db1671 100644 --- a/Text_english_core/SCRIPT_TEXTS.txt +++ b/Text_english_core/SCRIPT_TEXTS.txt @@ -2720,14 +2720,14 @@ The likelihood of encountering Pokémon increased! The likelihood of encountering Pokémon increased! Using item... Using item... +... \wt[10]... \wt[10]... \wt[10]... \wt[10]Nope! There's no response. +... \wt[10]... \wt[10]... \wt[10]... \wt[10]Nope! There's no response. The {1}'s indicating something right underfoot! The {1}'s indicating something right underfoot! Huh? The {1}'s responding! Huh? The {1}'s responding! There's an item buried around here! There's an item buried around here! -... \wt[10]... \wt[10]... \wt[10]... \wt[10]Nope! There's no response. -... \wt[10]... \wt[10]... \wt[10]... \wt[10]Nope! There's no response. Coins: {1} Coins: {1} The Exp Share was turned off. diff --git a/mkxp.json b/mkxp.json index 151cf6b85d..b50725fb13 100644 --- a/mkxp.json +++ b/mkxp.json @@ -13,7 +13,7 @@ // Note that the "Game Title" defined in RPG Maker XP should not have // accented characters in it, which is why this property is useful. // - "windowTitle": "Pokémon Essentials v21", + "windowTitle": "Pokémon Essentials v21.1", // The game window's width and height, in pixels. //