fix grammar in redtools/README.md

This commit is contained in:
Bryan Bishop
2013-09-05 11:07:34 -05:00
parent d7d4718580
commit 63bd0e4d6f

View File

@@ -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