From bd6685d7194d494d873e8a8276fcef90d4007c76 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Sat, 22 Feb 2020 01:20:08 -0800 Subject: [PATCH] Fix erroneous counts --- CLI.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CLI.py b/CLI.py index 980a7bb7..c354da1b 100644 --- a/CLI.py +++ b/CLI.py @@ -398,7 +398,7 @@ def get_settings(): 1, 1, 0, - 1, + 0, 2, 1, 1, @@ -426,7 +426,8 @@ def get_settings(): 1, 12, 0, - 13, + 16, + 1, 2, 4, 28, @@ -437,13 +438,12 @@ def get_settings(): 0, 0, 0, - 2, - 1, 0, 0, 0, - 10, - 0 + 0, + 0, + 10 ], "rom": os.path.join(".","Zelda no Densetsu - Kamigami no Triforce (Japan).sfc"), "sprite": None,