Skip to content

Commit

Permalink
Tidying up for v21.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Maruno17 committed Jul 30, 2023
1 parent 4c25ade commit 3d4a495
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Data/Scripts/001_Settings.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#==============================================================================#
# Pokémon Essentials #
# Version 21 #
# Version 21.1 #
# https://github.com/Maruno17/pokemon-essentials #
#==============================================================================#

Expand Down Expand Up @@ -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
Binary file modified Data/messages_core.dat
Binary file not shown.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions Text_english_core/SCRIPT_TEXTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion mkxp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down

0 comments on commit 3d4a495

Please sign in to comment.