mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
let create_movement_commands access a debug parameter
This commit is contained in:
parent
1a82579956
commit
b41da5fe1c
@ -2019,7 +2019,7 @@ movement_command_bases = {
|
||||
}
|
||||
|
||||
# create MovementCommands from movement_command_bases
|
||||
def create_movement_commands():
|
||||
def create_movement_commands(debug=False):
|
||||
""" Creates MovementCommands from movement_command_bases.
|
||||
This is just a cheap trick instead of manually defining
|
||||
all of those classes.
|
||||
|
Loading…
x
Reference in New Issue
Block a user