6 Commits

Author SHA1 Message Date
Tauwasser 2de7726551 tools/dump_text: fix labeling bug
Labely would be relative to start of bank, not
absolute wrt memory location (0x4000 for RB > 0)

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02 22:47:58 +02:00
Tauwasser b59e980b32 tools: rework dump_text and read_charmap to dump control codes
read_charmap was redone using a regular expression as comments and computations
would lead to unexpected results.
dump_names used read_charmap.get_project_dir, so copy it over to not break
stuff.
dump_text now uses a different but similar syntax and has its old dumb mode as
well as control code mode and will by default now respect text end condes
unless --endless option is specified

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-02 16:51:55 +02:00
Rangi 51a4e04768 Parse charmap.asm for dump_text.py and dump_names.py 2018-06-01 11:10:12 -04:00
Rangi 17c9b0eb55 Use fullwidth digits 2018-06-01 10:46:40 -04:00
Rangi 9cbdbd9fd4 Put back JP chars deleted along with English ones 2018-05-29 11:16:53 -04:00
ISSOtm cc4a3e7fe5 Add text extractor 2018-05-29 16:28:23 +02:00