Updates version to 5.1.3.6

This commit is contained in:
infinitefusion
2023-04-26 22:02:52 -04:00
parent 5025532625
commit cec22bb7ad
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
5.1.3.5
5.1.3.6