Tidied, fixed some bugs

This commit is contained in:
Maruno17
2021-02-28 23:58:53 +00:00
parent 9c2b6e943b
commit 57b3fe1b09
18 changed files with 224 additions and 266 deletions

View File

@@ -1,11 +1,11 @@
#==============================================================================#
# Pokémon Essentials #
# Version 18.1.dev #
# Version 19 #
# https://github.com/Maruno17/pokemon-essentials #
#==============================================================================#
module Settings
# The version of the game. It has to adhere to the MAJOR.MINOR.PATCH format.
# The version of your game. It has to adhere to the MAJOR.MINOR.PATCH format.
GAME_VERSION = '1.0.0'
# The generation that the battle system follows. Used throughout the battle
@@ -397,7 +397,8 @@ module Settings
]
end
# DO NOT EDIT THESE!
module Essentials
VERSION = "18.1.dev"
VERSION = "19"
ERROR_TEXT = ""
end
end