aboutsummaryrefslogtreecommitdiffstats
path: root/textpre.awk (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-03-04Remove textpre.awk and link textpre.py to the build.IIMarckus1-311/+0
hg-commit-id: d021377297bf
2012-02-14fix syntax errors in main.asmBryan Bishop1-1/+4
hg-commit-id: 8bd80db848b4
2012-01-17Add the currency character to text tables.IIMarckus1-0/+1
hg-commit-id: 9ebaeb993372
2012-01-07text analysis and insertion code (TX_FAR targets only)Bryan Bishop1-0/+1
hg-commit-id: e4c007ad1c11
2012-01-07add more text bytes for abbreviationsBryan Bishop1-0/+5
hg-commit-id: 95383d94746e
2011-12-27Add some mysterious unused names (from a convo with Sawakita a long time ago)IIMarckus1-0/+8
hg-commit-id: 0dd354e3d7c5
2011-12-21Add a character for the numero sign.IIMarckus1-0/+2
Unicode has a character for just about anything… hg-commit-id: 55e8f69345df
2011-12-21Add characters for textbox borders to the array.IIMarckus1-0/+9
hg-commit-id: b09b0823f1bc
2011-12-21Treat apostrophes specially, since they’re combining characters.IIMarckus1-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
2011-12-21Add Japanese text entry and Pokédex entries.IIMarckus1-0/+142
hg-commit-id: 8de61c31d46c
2011-12-21Add ….IIMarckus1-0/+1
hg-commit-id: 24a16073172d
2011-12-21Add é and fix a typo when converting text.IIMarckus1-1/+2
hg-commit-id: 2aaa737ef65a
2011-12-21Add support for Unicode, and use it to put in ♀ and ♂.IIMarckus1-0/+12
hg-commit-id: a482b0ef7a01
2011-12-18Replace more byte values with text.IIMarckus1-0/+1
hg-commit-id: aafedf1b0032
2011-12-17More text, and some new characters. Make $50 equal to "@".IIMarckus1-0/+2
hg-commit-id: 5a8e07fda917
2011-12-17Fix typo.Sawakita1-1/+1
hg-commit-id: ef1a0adbf542
2011-12-17Add some missing correspondencies to prepocessor's char table.Sawakita1-0/+5
hg-commit-id: 79e797343ae0
2011-12-17Don’t rebuild the character table every line.IIMarckus1-9/+10
This change halves execution time on my machine. hg-commit-id: aa8e5c92d38c
2011-12-16Add a text preprocessor, so that we can enter strings in db commands.IIMarckus1-0/+102
Depending on how well this works, it may be removed later. Hopefully not. hg-commit-id: d244e025471f