index
:
pokered
adding-pokemon
expand-tileset
give-all-mons
master
multilang
pokedex-order
rgbgfx
Pokémon Red and Blue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textpre.awk
Age
Commit message (
Expand
)
Author
2012-01-17
Add the currency character to text tables.
IIMarckus
2012-01-07
text analysis and insertion code (TX_FAR targets only)
Bryan Bishop
2012-01-07
add more text bytes for abbreviations
Bryan Bishop
2011-12-27
Add some mysterious unused names (from a convo with Sawakita a long time ago)
IIMarckus
2011-12-21
Add a character for the numero sign.
IIMarckus
2011-12-21
Add characters for textbox borders to the array.
IIMarckus
2011-12-21
Treat apostrophes specially, since they’re combining characters.
IIMarckus
2011-12-21
Add Japanese text entry and Pokédex entries.
IIMarckus
2011-12-21
Add ….
IIMarckus
2011-12-21
Add é and fix a typo when converting text.
IIMarckus
2011-12-21
Add support for Unicode, and use it to put in ♀ and ♂.
IIMarckus
2011-12-18
Replace more byte values with text.
IIMarckus
2011-12-17
More text, and some new characters. Make $50 equal to "@".
IIMarckus
2011-12-17
Fix typo.
Sawakita
2011-12-17
Add some missing correspondencies to prepocessor's char table.
Sawakita
2011-12-17
Don’t rebuild the character table every line.
IIMarckus
2011-12-16
Add a text preprocessor, so that we can enter strings in db commands.
IIMarckus