pokegold-spaceworld/tools/tests/dump_test.cc_tc_endless.txt, branch master Pokémon Gold and Silver Space World 1997 demo tools/ contains what's needed to build the ROMs; utils/ contains disassembly utilites 2020-08-09T17:49:34+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-08-09T17:49:34+00:00 b7da8dbb0e2236f37e4b4c99b88598369da3a008

tools: rework dump_text and read_charmap to dump control codes 2018-06-02T14:51:55+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-06-02T14:51:55+00:00 b59e980b32c557616c423b99e3d419fb87acc88d 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>
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>