shithub: pokecrystal

Download patch

ref: 91b24953f615569d5130cb1ccceffa8149cc42c0
parent: 9ee0600524218d47ce2faa9b122a8e2b498e9b66
author: yenatch <[email protected]>
date: Thu Mar 7 18:27:55 EST 2013

vba - suppress joypad input message

--- a/extras/vba.py
+++ b/extras/vba.py
@@ -166,7 +166,7 @@
     for each in buttons:
         result |= button_masks[each]
 
-    print "button: " + str(result)
+    #print "button: " + str(result)
     return result
 
 def load_rom(path=None):