mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
rare moves tutor
This commit is contained in:
@@ -173,8 +173,10 @@ class MoveRelearnerScreen
|
||||
return moves | [] # remove duplicates
|
||||
end
|
||||
|
||||
def pbStartScreen(pkmn)
|
||||
moves = pbGetRelearnableMoves(pkmn)
|
||||
def pbStartScreen(pkmn,moves=nil)
|
||||
if moves == nil
|
||||
moves = pbGetRelearnableMoves(pkmn)
|
||||
end
|
||||
@scene.pbStartScene(pkmn, moves)
|
||||
loop do
|
||||
move = @scene.pbChooseMove
|
||||
|
||||
Reference in New Issue
Block a user