mirror of https://github.com/pret/pokecrystal.git
vba - suppress joypad input message
This commit is contained in:
parent
9ee0600524
commit
91b24953f6
|
@ -166,7 +166,7 @@ def button_combiner(buttons):
|
||||||
for each in buttons:
|
for each in buttons:
|
||||||
result |= button_masks[each]
|
result |= button_masks[each]
|
||||||
|
|
||||||
print "button: " + str(result)
|
#print "button: " + str(result)
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def load_rom(path=None):
|
def load_rom(path=None):
|
||||||
|
|
Loading…
Reference in New Issue