Guess that fusion quiz

This commit is contained in:
infinitefusion
2023-07-01 16:19:34 -04:00
parent 6c81ceac8c
commit 73f0d18371
30 changed files with 43 additions and 17 deletions

View File

@@ -1917,7 +1917,7 @@ class PokemonStorageScreen
p = (heldpoke) ? heldpoke : @storage[-1, index]
p.time_form_set = nil
p.form = 0 if p.isSpecies?(:SHAYMIN)
p.heal
#p.heal
end
@scene.pbStore(selected, heldpoke, destbox, firstfree)
if heldpoke
@@ -1964,7 +1964,7 @@ class PokemonStorageScreen
if box >= 0
@heldpkmn.time_form_set = nil
@heldpkmn.form = 0 if @heldpkmn.isSpecies?(:SHAYMIN)
@heldpkmn.heal
#@heldpkmn.heal
end
@scene.pbPlace(selected, @heldpkmn)
@storage[box, index] = @heldpkmn
@@ -1993,7 +1993,7 @@ class PokemonStorageScreen
if box >= 0
@heldpkmn.time_form_set = nil
@heldpkmn.form = 0 if @heldpkmn.isSpecies?(:SHAYMIN)
@heldpkmn.heal
#@heldpkmn.heal
end
@scene.pbSwap(selected, @heldpkmn)
tmp = @storage[box, index]