51 Commits

Author SHA1 Message Date
Remy Oukaour
9069a395db Measure total free space 2018-01-03 16:08:23 -05:00
Remy Oukaour
095dcec9ca No explicit bank "$00" for ROM0, WRAM0, OAM, or HRAM 2018-01-03 15:55:56 -05:00
Remy Oukaour
f9f1046447 sort_map.py → map2sym.py (like dos2unix, pdf2ps, etc) 2018-01-03 15:46:39 -05:00
Remy Oukaour
83f7400671 More example lines 2018-01-03 15:41:15 -05:00
Remy Oukaour
78c818e4c9 for/write → writelines 2018-01-03 15:35:25 -05:00
Remy Oukaour
c85e4f3d52 rgblink → sort_map.py 2018-01-03 15:31:03 -05:00
Remy Oukaour
418d81b99b Docstring and no print() 2018-01-03 15:25:40 -05:00
Remy Oukaour
59e6baee1e Support Python 2 or 3 2018-01-03 15:00:53 -05:00
Remy Oukaour
0d1f2d6710 Add example .map lines 2018-01-03 14:57:10 -05:00
Remy Oukaour
c07ffc7633 Handle unused banks (notably OAM and HRAM) 2018-01-03 14:52:32 -05:00
Remy Oukaour
927d392a02 Size in hex 2018-01-03 14:46:37 -05:00
Remy Oukaour
88d32fe42c python3 sort_map.py pokecrystal.map sorted.sym 2018-01-03 14:41:17 -05:00
yenatch
9af2aee640 rebuild gfx and md5 when common.h changes 2017-12-28 01:25:46 -05:00
yenatch
40305f205e fix unused fread return value warnings 2017-12-28 01:25:25 -05:00
Remy Oukaour
01bd8ac94c Move old baserom.gbc 'compare' scripts to tools/ 2017-12-15 20:12:00 -05:00
Remy Oukaour
3e5b6322e1 Don't bother supporting numbered lists 2017-12-13 16:57:29 -05:00
Remy Oukaour
feef75c5df Document more bugs and glitches
Add a toc.py script to auto-generate tables of contents in Markdown files
2017-12-13 16:46:31 -05:00
yenatch
543d67b647 Build tools with -O3.
This improves build time by about 20%.
2017-09-24 15:08:44 -04:00
yenatch
94577d9553 fix warnings in lzcomp and md5 2017-09-24 01:07:08 -04:00
yenatch
0aee932b5f Add warnings for tools 2017-09-24 01:07:05 -04:00
yenatch
59a27d5907 tools/gfx: Replace --width with --png 2017-09-24 01:07:02 -04:00
yenatch
50d163895d Remove comma from png_dimensions usage 2017-08-20 12:33:36 -04:00
yenatch
c719ff4f0b Fix unused variable warnings 2017-08-20 12:33:12 -04:00
yenatch
885af5e543 Refactor scan_includes 2017-08-20 12:32:15 -04:00
IIMarckus
80888726b9 Check some errors (not enough).
malloc can always fail. Check to avoid null dereference.

malloc(0) is well defined but leads to an eventual crash on some systems.
Check it too.
2017-06-29 22:45:30 -06:00