Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-04 | Remove textpre.awk and link textpre.py to the build. | IIMarckus | |
hg-commit-id: d021377297bf | |||
2012-02-14 | fix syntax errors in main.asm | Bryan Bishop | |
hg-commit-id: 8bd80db848b4 | |||
2012-01-17 | Add the currency character to text tables. | IIMarckus | |
hg-commit-id: 9ebaeb993372 | |||
2012-01-07 | text analysis and insertion code (TX_FAR targets only) | Bryan Bishop | |
hg-commit-id: e4c007ad1c11 | |||
2012-01-07 | add more text bytes for abbreviations | Bryan Bishop | |
hg-commit-id: 95383d94746e | |||
2011-12-27 | Add some mysterious unused names (from a convo with Sawakita a long time ago) | IIMarckus | |
hg-commit-id: 0dd354e3d7c5 | |||
2011-12-21 | Add a character for the numero sign. | IIMarckus | |
Unicode has a character for just about anything… hg-commit-id: 55e8f69345df | |||
2011-12-21 | Add characters for textbox borders to the array. | IIMarckus | |
hg-commit-id: b09b0823f1bc | |||
2011-12-21 | Treat 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-21 | Add Japanese text entry and Pokédex entries. | IIMarckus | |
hg-commit-id: 8de61c31d46c | |||
2011-12-21 | Add …. | IIMarckus | |
hg-commit-id: 24a16073172d | |||
2011-12-21 | Add é and fix a typo when converting text. | IIMarckus | |
hg-commit-id: 2aaa737ef65a | |||
2011-12-21 | Add support for Unicode, and use it to put in ♀ and ♂. | IIMarckus | |
hg-commit-id: a482b0ef7a01 | |||
2011-12-18 | Replace more byte values with text. | IIMarckus | |
hg-commit-id: aafedf1b0032 | |||
2011-12-17 | More text, and some new characters. Make $50 equal to "@". | IIMarckus | |
hg-commit-id: 5a8e07fda917 | |||
2011-12-17 | Fix typo. | Sawakita | |
hg-commit-id: ef1a0adbf542 | |||
2011-12-17 | Add some missing correspondencies to prepocessor's char table. | Sawakita | |
hg-commit-id: 79e797343ae0 | |||
2011-12-17 | Don’t rebuild the character table every line. | IIMarckus | |
This change halves execution time on my machine. hg-commit-id: aa8e5c92d38c | |||
2011-12-16 | Add 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 |