mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-20 19:27:24 +00:00
[P2] Missing Minior form (violet) now spawns in the wild (#4711)
This commit is contained in:
parent
03025b2674
commit
fd38ab4cb4
@ -1387,7 +1387,7 @@ export default class BattleScene extends SceneBase {
|
||||
case Species.ZYGARDE:
|
||||
return Utils.randSeedInt(4);
|
||||
case Species.MINIOR:
|
||||
return Utils.randSeedInt(6);
|
||||
return Utils.randSeedInt(7);
|
||||
case Species.ALCREMIE:
|
||||
return Utils.randSeedInt(9);
|
||||
case Species.MEOWSTIC:
|
||||
|
Loading…
x
Reference in New Issue
Block a user