summaryrefslogtreecommitdiff
path: root/textpre.awk
AgeCommit message (Collapse)Author
2012-01-17Add the currency character to text tables.IIMarckus
hg-commit-id: 9ebaeb993372
2012-01-07text analysis and insertion code (TX_FAR targets only)Bryan Bishop
hg-commit-id: e4c007ad1c11
2012-01-07add more text bytes for abbreviationsBryan Bishop
hg-commit-id: 95383d94746e
2011-12-27Add some mysterious unused names (from a convo with Sawakita a long time ago)IIMarckus
hg-commit-id: 0dd354e3d7c5
2011-12-21Add a character for the numero sign.IIMarckus
Unicode has a character for just about anything… hg-commit-id: 55e8f69345df
2011-12-21Add characters for textbox borders to the array.IIMarckus
hg-commit-id: b09b0823f1bc
2011-12-21Treat apostrophes specially, since they’re combining characters.IIMarckus
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.IIMarckus
hg-commit-id: 8de61c31d46c
2011-12-21Add ….IIMarckus
hg-commit-id: 24a16073172d
2011-12-21Add é and fix a typo when converting text.IIMarckus
hg-commit-id: 2aaa737ef65a
2011-12-21Add support for Unicode, and use it to put in ♀ and ♂.IIMarckus
hg-commit-id: a482b0ef7a01
2011-12-18Replace more byte values with text.IIMarckus
hg-commit-id: aafedf1b0032
2011-12-17More text, and some new characters. Make $50 equal to "@".IIMarckus
hg-commit-id: 5a8e07fda917
2011-12-17Fix typo.Sawakita
hg-commit-id: ef1a0adbf542
2011-12-17Add some missing correspondencies to prepocessor's char table.Sawakita
hg-commit-id: 79e797343ae0
2011-12-17Don’t rebuild the character table every line.IIMarckus
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.IIMarckus
Depending on how well this works, it may be removed later. Hopefully not. hg-commit-id: d244e025471f