diff options
Diffstat (limited to 'utils/dump_text.py')
-rw-r--r-- | utils/dump_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/dump_text.py b/utils/dump_text.py index c36298e..75a3672 100644 --- a/utils/dump_text.py +++ b/utils/dump_text.py @@ -179,7 +179,7 @@ if __name__ == '__main__': help='dump text codes (line breaks, prompt etc) as macros instead of inline text' ) ap.add_argument('-o', dest='outfile', default=sys.stdout, help='output file name') - ap.add_argument('-m', dest='charmap', default='../charmap.asm', help='charmap file name') + ap.add_argument('-m', dest='charmap', default='../constants/charmap.asm', help='charmap file name') ap.add_argument('rom', help='path to ROM') ap.add_argument('start', help='start offset', type=conv_address) ap.add_argument('end', help='end offset', type=conv_address, nargs='?') |