Skip to content

Commit

Permalink
Add note about too many punchbag DigiROMs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcomm committed Mar 18, 2024
1 parent f589f73 commit 2e5e496
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@

config = {}

#Sound on: True or False. Will be ignored after first run if you have a screen.
# Sound on: True or False. Will be ignored after first run if you have a screen.
config["sound_on"] = True

#digiroms for punchbag menu
# DigiROMs for punchbag menu.
# Note: adding too many DigiROMs may cause slowness or crashing.
config["digiroms"] = [
("DMOG battle", "V1-FC03-FD02"),
("PenOG battle", "V1-211F-000F-080F-EABF"),
Expand Down

0 comments on commit 2e5e496

Please sign in to comment.