mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-02-17 05:18:31 +00:00
parent
c61d0138fe
commit
fb39ddca60
1 changed files with 0 additions and 9 deletions
|
@ -81,15 +81,6 @@ def other_handler(user_input):
|
|||
filegen.create_applescript(number)
|
||||
|
||||
|
||||
def valid_pokemon(user_input):
|
||||
if str(user_input).isdigit():
|
||||
number = int(user_input)
|
||||
if number < 1 and number > 493:
|
||||
return False
|
||||
else
|
||||
reu
|
||||
|
||||
|
||||
def change_background(user_input):
|
||||
# Changes the background image in the terminal.
|
||||
# The parameter is the Pokemon name or number.
|
||||
|
|
Loading…
Add table
Reference in a new issue