From 4f7a07efa9e93d491c6efcc14994b19cd794d3f6 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Wed, 25 Jan 2012 22:33:42 -0600 Subject: rename common.asm -> main.asm hg-commit-id: adec8319c54b --- extras/make_map_size_constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extras/make_map_size_constants.py') diff --git a/extras/make_map_size_constants.py b/extras/make_map_size_constants.py index c40a4514..c4b13da7 100644 --- a/extras/make_map_size_constants.py +++ b/extras/make_map_size_constants.py @@ -23,8 +23,8 @@ def get_map_size_constants(do_sed=False): output += constant_name + "_WIDTH EQU $%.2x\n" % (width) output += "\n" - sed_lines += "sed -i 's/" + base_name + "Height/" + constant_name + "_HEIGHT" + "/g' common.asm" + "\n" - sed_lines += "sed -i 's/" + base_name + "Width/" + constant_name + "_WIDTH" + "/g' common.asm" + "\n" + sed_lines += "sed -i 's/" + base_name + "Height/" + constant_name + "_HEIGHT" + "/g' main.asm" + "\n" + sed_lines += "sed -i 's/" + base_name + "Width/" + constant_name + "_WIDTH" + "/g' main.asm" + "\n" if do_sed: return sed_lines -- cgit v1.2.3