All forms of Minior can now spawn in the wild

This commit is contained in:
NightKev 2024-10-23 02:31:39 -07:00
parent 5e7f2042fc
commit 3bd6d3787d

View File

@ -1387,7 +1387,7 @@ export default class BattleScene extends SceneBase {
case Species.ZYGARDE: case Species.ZYGARDE:
return Utils.randSeedInt(4); return Utils.randSeedInt(4);
case Species.MINIOR: case Species.MINIOR:
return Utils.randSeedInt(6); return Utils.randSeedInt(7);
case Species.ALCREMIE: case Species.ALCREMIE:
return Utils.randSeedInt(9); return Utils.randSeedInt(9);
case Species.MEOWSTIC: case Species.MEOWSTIC: