From cec22bb7ad4b59b049e1ea1c53536fb5724a0abe Mon Sep 17 00:00:00 2001 From: infinitefusion Date: Wed, 26 Apr 2023 22:02:52 -0400 Subject: [PATCH] Updates version to 5.1.3.6 --- Data/Scripts/050_AddOns/Trainers Rebattle.rb | 2 +- Data/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Data/Scripts/050_AddOns/Trainers Rebattle.rb b/Data/Scripts/050_AddOns/Trainers Rebattle.rb index 3052a4ed6..9c16cd32a 100644 --- a/Data/Scripts/050_AddOns/Trainers Rebattle.rb +++ b/Data/Scripts/050_AddOns/Trainers Rebattle.rb @@ -214,7 +214,7 @@ def getFusionSpeciesSymbol(body, head) nb_pokemon = Settings::NB_POKEMON id = body_num * nb_pokemon + head_num if id > (nb_pokemon*nb_pokemon)+nb_pokemon - Kernel.pbMessage(_INTL("The game has encountered an error. You should try to re-randomize your game as soon as possible.")) + Kernel.pbMessage(_INTL("The randomizer has encountered an error. You should try to re-randomize your game as soon as possible.")) Kernel.pbMessage(_INTL("You can do this on the top floor of Pokémon Centers.")) return body end diff --git a/Data/VERSION b/Data/VERSION index e3dc12e84..b68c2ab20 100644 --- a/Data/VERSION +++ b/Data/VERSION @@ -1 +1 @@ -5.1.3.5 \ No newline at end of file +5.1.3.6 \ No newline at end of file