diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-05 11:07:34 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-05 11:07:34 -0500 |
commit | 63bd0e4d6fcb77766dc12fd94788deff586972cd (patch) | |
tree | ae394e71e340f248546c5f521ad8cc1c12e38b09 | |
parent | d7d471858078ada03e8b46bcc6250042c1cc7b21 (diff) |
fix grammar in redtools/README.md
-rw-r--r-- | redtools/README.md | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/redtools/README.md b/redtools/README.md index ec2a4e7..9976a5e 100644 --- a/redtools/README.md +++ b/redtools/README.md @@ -5,15 +5,16 @@ The `redtools` are mostly python files that were removed from the # Why was this removed from pokered? -Originally, `extras/` was where all tools where put in the pokered project. -These utilities and tools were for disassembling the ROM, extracting data, and -prettifying text. When the -[pokecrystal](https://github.com/kanzure/pokecrystal) project started, many of -these tools were copied into pokecrystal. This was a mistake because it meant -that there were two copies of the same python source code in two places. This -causes all sorts of problems because if a bug is found in one repository, it's -really hard to figure out if the bug applies to the other project, or to keep -track of where the bugs have been fixed or not fixed. The effects are +Originally, `extras/` was where all tools were put in the pokered project. +These utilities and tools are for disassembling the ROM, extracting data, and +prettifying text. + +When the [pokecrystal](https://github.com/kanzure/pokecrystal) project started, +many of these tools were copied into pokecrystal. This was a mistake because it +meant that there were two copies of the same python source code in two places. +This causes all sorts of problems because if a bug is found in one repository, +it's really hard to figure out if the bug applies to the other project, or to +keep track of where the bugs have been fixed or not fixed. The effects are duplication of effort, less progress overall, and so on. # Moving forward @@ -37,4 +38,6 @@ builds. But there will be some lost effort, like the pretty text inserter. * romviz and romvisualizer - makes an animated gif of progress removing INCBINs. Needs to be rewritten to follow INCLUDEs. +* redrle.c - pokered town maps tool + * maybe other things |