mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
print 'Illegal move combination.'
This commit is contained in:
parent
0f28e1ebda
commit
cb78144e8d
1 changed files with 3 additions and 0 deletions
|
@ -1362,6 +1362,9 @@ def main(argv):
|
|||
print
|
||||
print 'Done'
|
||||
|
||||
if no_results:
|
||||
print 'Illegal move combination.'
|
||||
|
||||
return (not no_results)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue