mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
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…
x
Reference in New Issue
Block a user