Made tutored moves learnable by Pokémon if they can get the move via level/egg move, followers won't follow the player if they already have a move route, added console warning if a different version of mkxp-z is detected

This commit is contained in:
Maruno17
2022-11-27 22:38:47 +00:00
parent 427cc45629
commit 7c39a56a43
4 changed files with 13 additions and 1 deletions

View File

@@ -46,3 +46,9 @@ def pbSetResizeFactor(factor)
Graphics.center
end
end
if System::VERSION != Essentials::MKXPZ_VERSION
printf(sprintf("\e[1;33mWARNING: mkxp-z version %s detected, but this version of Pokémon Essentials was designed for mkxp-z version %s.\e[0m\r\n",
System::VERSION, Essentials::MKXPZ_VERSION))
printf("\e[1;33mWARNING: Pokémon Essentials may not work properly.\e[0m\r\n")
end