From 8f9ee9325fb7df11e8c97668a670f51e3e10574f Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 11 Jun 2018 11:25:14 -0400 Subject: More functions putatively related to the map and overworld --- tools/map2link.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/map2link.py b/tools/map2link.py index f78e46f..f1cd3a3 100644 --- a/tools/map2link.py +++ b/tools/map2link.py @@ -179,7 +179,7 @@ def main(): if section.start > start: print(f'\t; ${start:04x}', file=args.linkfile) print(f'\torg ${section.start:04x}', file=args.linkfile) - print(f'\t"{section.name}" ; size: ${section.size:04x}', file=args.linkfile) + print(f'\t"{section.name}" ; ${section.start:04x}, size: ${section.size:04x}', file=args.linkfile) start = section.end -- cgit v1.2.3