Double abilities

This commit is contained in:
infinitefusion
2023-05-22 13:16:41 -04:00
parent db774ec5c0
commit 82149eddb9
14 changed files with 333 additions and 225 deletions

View File

@@ -103,13 +103,9 @@ class FusionSelectOptionsScene < PokemonOption_Scene
@selectedNature=@natureList[value]
}, [getNatureDescription(@natureList[0]), getNatureDescription(@natureList[1])]
)
addOptionsExtension(options)
return options
end
def addOptionsExtension(options)
return options
end
def isConfirmedOnKeyPress
return true