aboutsummaryrefslogtreecommitdiffstats
path: root/textpre.awk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove textpre.awk and link textpre.py to the build.IIMarckus2012-03-041-311/+0
| | | | | hg-commit-id: d021377297bf
* fix syntax errors in main.asmBryan Bishop2012-02-141-1/+4
| | | | | hg-commit-id: 8bd80db848b4
* Add the currency character to text tables.IIMarckus2012-01-171-0/+1
| | | | | hg-commit-id: 9ebaeb993372
* text analysis and insertion code (TX_FAR targets only)Bryan Bishop2012-01-071-0/+1
| | | | | hg-commit-id: e4c007ad1c11
* add more text bytes for abbreviationsBryan Bishop2012-01-071-0/+5
| | | | | hg-commit-id: 95383d94746e
* Add some mysterious unused names (from a convo with Sawakita a long time ago)IIMarckus2011-12-271-0/+8
| | | | | hg-commit-id: 0dd354e3d7c5
* Add a character for the numero sign.IIMarckus2011-12-211-0/+2
| | | | | | | Unicode has a character for just about anything… hg-commit-id: 55e8f69345df
* Add characters for textbox borders to the array.IIMarckus2011-12-211-0/+9
| | | | | hg-commit-id: b09b0823f1bc
* Treat apostrophes specially, since they’re combining characters.IIMarckus2011-12-211-0/+15
| | | | | | | | | This will need to be changed a bit if there are ever cases in‐game where ’m, et cetera do NOT get combined into one character. Maybe doubling it up to be treated as a single character (’’). hg-commit-id: c90b7888ad5a
* Add Japanese text entry and Pokédex entries.IIMarckus2011-12-211-0/+142
| | | | | hg-commit-id: 8de61c31d46c
* Add ….IIMarckus2011-12-211-0/+1
| | | | | hg-commit-id: 24a16073172d
* Add é and fix a typo when converting text.IIMarckus2011-12-211-1/+2
| | | | | hg-commit-id: 2aaa737ef65a
* Add support for Unicode, and use it to put in ♀ and ♂.IIMarckus2011-12-211-0/+12
| | | | | hg-commit-id: a482b0ef7a01
* Replace more byte values with text.IIMarckus2011-12-181-0/+1
| | | | | hg-commit-id: aafedf1b0032
* More text, and some new characters. Make $50 equal to "@".IIMarckus2011-12-171-0/+2
| | | | | hg-commit-id: 5a8e07fda917
* Fix typo.Sawakita2011-12-171-1/+1
| | | | | hg-commit-id: ef1a0adbf542
* Add some missing correspondencies to prepocessor's char table.Sawakita2011-12-171-0/+5
| | | | | hg-commit-id: 79e797343ae0
* Don’t rebuild the character table every line.IIMarckus2011-12-171-9/+10
| | | | | | | This change halves execution time on my machine. hg-commit-id: aa8e5c92d38c
* Add a text preprocessor, so that we can enter strings in db commands.IIMarckus2011-12-161-0/+102
Depending on how well this works, it may be removed later. Hopefully not. hg-commit-id: d244e025471f