shithub: pokecrystal

Download patch

ref: b41da5fe1c6a5cfd6c01bdfd89b263c454e048a8
parent: 1a8257995677828041f6150d63d70377e73236fe
author: Bryan Bishop <[email protected]>
date: Sat May 12 10:15:42 EDT 2012

let create_movement_commands access a debug parameter

--- a/extras/crystal.py
+++ b/extras/crystal.py
@@ -2019,7 +2019,7 @@
 }
 
 # 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.