You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
vba - suppress joypad input message
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user