- 41
- Posts
- 4
- Years
- Seen Sep 19, 2023
So I've got a snowy route in one section of the game and a regular cave in another. I put Alolan Sandshrew in the snowy route but wanted regular sandshrew in the cave.
I put this in Pokemon Forms
MultipleForms.register(:SANDSHREW,{
"getFormOnCreation" => proc { |pkmn|
maps = [108,123] # Map IDs for Alolan Sandshrew
next 1
However when I go to Map 88, one clearly not defined in the forms script above, the Alolan variant shows up. Any idea how to fix this?
I put this in Pokemon Forms
MultipleForms.register(:SANDSHREW,{
"getFormOnCreation" => proc { |pkmn|
maps = [108,123] # Map IDs for Alolan Sandshrew
next 1
However when I go to Map 88, one clearly not defined in the forms script above, the Alolan variant shows up. Any idea how to fix this?