From 02ce32f563ee1ca8ebfdefe3e18f8233abdc0b96 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Fri, 27 Apr 2012 15:47:51 -0500 Subject: add newlines to generate_item_constants output original-commit-id: b0eee4c06b5d84161da04a4eb9cb05f53a8d3655 --- crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crystal.py') diff --git a/crystal.py b/crystal.py index d7b7d2b..924f2b6 100644 --- a/crystal.py +++ b/crystal.py @@ -1110,7 +1110,7 @@ def generate_item_constants(): for (id, item) in item_constants.items(): val = ("$%.2x"%id).upper() while len(item)<13: item+= " " - output += item + " EQU " + val + output += item + " EQU " + val + "\n" return output def find_all_text_pointers_in_script_engine_script(script, bank=None, debug=False): -- cgit v1.2.3