| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix error in map header asm (db -> dw) | Bryan Bishop | 2012-01-02 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 7c7e9ad3e7a8 | |||||
| * | tool to dump asm for each map header | Bryan Bishop | 2012-01-02 | 1 | -0/+196 | |
| | | | | | | hg-commit-id: 812226d99dc0 | |||||
| * | add celadon city map header | Bryan Bishop | 2012-01-02 | 1 | -2/+27 | |
| | | | | | | hg-commit-id: bf3db4f1e388 | |||||
| * | Merge. | IIMarckus | 2012-01-02 | 1 | -0/+545 | |
| |\ | | | | | | | | | hg-commit-id: 64f21d169ee9 | |||||
| | * | Close branch for extras/extract_maps.py. | IIMarckus | 2012-01-02 | 0 | -0/+0 | |
| | | | | | | | | | | | hg-commit-id: 76899d56e4ba | |||||
| | * | tools/extract_maps.py -> extras/ | Bryan Bishop | 2012-01-02 | 1 | -0/+0 | |
| | | | | | | | | | | | hg-commit-id: 0c8e34461ceb | |||||
| | * | python tool to extract map header data | Bryan Bishop | 2012-01-02 | 1 | -0/+545 | |
| |/ | | | | | hg-commit-id: 2c66c6dd1d5b | |||||
| * | Add more in‐battle checks. | IIMarckus | 2011-12-29 | 1 | -3/+174 | |
| | | | | | | | | Could use some cleaning up. hg-commit-id: a3a53e66dd27 | |||||
| * | Flinch check. | IIMarckus | 2011-12-29 | 1 | -2/+12 | |
| | | | | | | hg-commit-id: e6166d4407ef | |||||
| * | Make an implied rule for .gbc. | IIMarckus | 2011-12-29 | 1 | -6/+8 | |
| | | | | | | | | Fixes a build issue with GNU Make. Pointed out by kanzure on IRC. hg-commit-id: d07c0e5f8385 | |||||
| * | $FFF3 checks whose turn it is. | IIMarckus | 2011-12-29 | 2 | -11/+15 | |
| | | | | | | hg-commit-id: e2038c0cb5f9 | |||||
| * | Add status checks + text. | IIMarckus | 2011-12-29 | 2 | -5/+185 | |
| | | | | | | hg-commit-id: 58043ea19ab5 | |||||
| * | Add some more Pokémon Tower battle stuff. | IIMarckus | 2011-12-29 | 1 | -3/+31 | |
| | | | | | | hg-commit-id: 4510da2e0fc3 | |||||
| * | Add the ghost battle text. | IIMarckus | 2011-12-29 | 1 | -6/+50 | |
| | | | | | | hg-commit-id: 29da85a6ac0b | |||||
| * | Add the tail end of some battle code. | IIMarckus | 2011-12-29 | 2 | -5/+215 | |
| | | | | | | hg-commit-id: 1ae1fda42a8c | |||||
| * | PP decrement during battle. | IIMarckus | 2011-12-28 | 1 | -1/+32 | |
| | | | | | | hg-commit-id: 7ea8b204a6b9 | |||||
| * | Cleanup, and added new RAM variables (and changed some others). | IIMarckus | 2011-12-27 | 2 | -36/+40 | |
| | | | | | | hg-commit-id: 91fe5cdac0f3 | |||||
| * | Disassemble some name lists logic. | IIMarckus | 2011-12-27 | 2 | -5/+163 | |
| | | | | | | | | From Sawakita, several months ago. hg-commit-id: e2533e235981 | |||||
| * | Add some mysterious unused names (from a convo with Sawakita a long time ago) | IIMarckus | 2011-12-27 | 2 | -1/+29 | |
| | | | | | | hg-commit-id: 0dd354e3d7c5 | |||||
| * | Add some functions that MoveSprite calls. | IIMarckus | 2011-12-27 | 1 | -3/+37 | |
| | | | | | | hg-commit-id: a5ed1444c203 | |||||
| * | Add the MoveSprite function. | IIMarckus | 2011-12-27 | 1 | -3/+39 | |
| | | | | | | hg-commit-id: d9a244bd968e | |||||
| * | Expand some already‐referenced text. | IIMarckus | 2011-12-27 | 2 | -67/+141 | |
| | | | | | | hg-commit-id: d2cf570756e9 | |||||
| * | And update the paths for the fossils… | IIMarckus | 2011-12-27 | 1 | -2/+2 | |
| | | | | | | hg-commit-id: 5c617657d739 | |||||
| * | Turns out the fossil pictures differ between Red/Green and Blue. | IIMarckus | 2011-12-27 | 4 | -0/+7 | |
| | | | | | | hg-commit-id: e18bd5df3c7e | |||||
| * | Fix Red/Green Alakazam frontpic. Pointed out by Chaos Rush. | IIMarckus | 2011-12-27 | 1 | -1/+6 | |
| | | | | | | hg-commit-id: d31ed9dea0d2 | |||||
| * | Split large chunks of text into separate files, and improve Makefile. | IIMarckus | 2011-12-26 | 6 | -167/+170 | |
| | | | | | | hg-commit-id: 59e6e303019d | |||||
| * | Remove TX_NULL; it is obsoleted by db "@" | IIMarckus | 2011-12-26 | 2 | -15/+11 | |
| | | | | | | hg-commit-id: 9fdfeb4cbdf0 | |||||
| * | Fix (hopefully) unicode mis-behaviour. | Sawakita | 2011-12-27 | 2 | -45/+43 | |
| | | | | | | hg-commit-id: 78ad0d43eabc | |||||
| * | Fix small encoding error (unicode). | Sawakita | 2011-12-27 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 8200663be6e4 | |||||
| * | Add pointers to items usage functions, main item usage handling function and ↵ | Sawakita | 2011-12-27 | 1 | -47/+647 | |
| | | | | | | | | pokeballs usage functions. hg-commit-id: e32c6c284c8e | |||||
| * | Add status ailments masks (FRZ, SLP). | Sawakita | 2011-12-27 | 1 | -1/+6 | |
| | | | | | | hg-commit-id: 59498d11c5aa | |||||
| * | Add another common function. | IIMarckus | 2011-12-21 | 1 | -1/+129 | |
| | | | | | | | | Don’t know what it does yet. hg-commit-id: fb665f100641 | |||||
| * | These are coordinates on the tilemap. | IIMarckus | 2011-12-21 | 1 | -6/+12 | |
| | | | | | | hg-commit-id: a85da897ad46 | |||||
| * | More $54→# conversion. | IIMarckus | 2011-12-21 | 1 | -2/+2 | |
| | | | | | | hg-commit-id: 4cfdf4b2861b | |||||
| * | More text nulls. | IIMarckus | 2011-12-21 | 1 | -6/+5 | |
| | | | | | | hg-commit-id: e6826566b661 | |||||
| * | Add a character for the numero sign. | IIMarckus | 2011-12-21 | 2 | -1/+3 | |
| | | | | | | | | Unicode has a character for just about anything… hg-commit-id: 55e8f69345df | |||||
| * | Add characters for textbox borders to the array. | IIMarckus | 2011-12-21 | 2 | -8/+17 | |
| | | | | | | hg-commit-id: b09b0823f1bc | |||||
| * | Add a weird OT string write. | IIMarckus | 2011-12-21 | 1 | -1/+53 | |
| | | | | | | hg-commit-id: 86260ed8fe9b | |||||
| * | Add Pokedex number ↔ index number conversion functions. | IIMarckus | 2011-12-21 | 1 | -1/+36 | |
| | | | | | | hg-commit-id: 39d1a9be9251 | |||||
| * | Treat apostrophes specially, since they’re combining characters. | IIMarckus | 2011-12-21 | 3 | -22/+37 | |
| | | | | | | | | | | 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 various data from the credits (graphics, displayed mons, text). | IIMarckus | 2011-12-21 | 2 | -1/+274 | |
| | | | | | | hg-commit-id: cb2b41ecc2b2 | |||||
| * | Add move names. | IIMarckus | 2011-12-21 | 1 | -1/+165 | |
| | | | | | | hg-commit-id: 8d2968b72693 | |||||
| * | Add Japanese text entry and Pokédex entries. | IIMarckus | 2011-12-21 | 4 | -4/+2619 | |
| | | | | | | hg-commit-id: 8de61c31d46c | |||||
| * | Add …. | IIMarckus | 2011-12-21 | 2 | -1/+2 | |
| | | | | | | hg-commit-id: 24a16073172d | |||||
| * | Add é and fix a typo when converting text. | IIMarckus | 2011-12-21 | 2 | -7/+8 | |
| | | | | | | hg-commit-id: 2aaa737ef65a | |||||
| * | Add support for Unicode, and use it to put in ♀ and ♂. | IIMarckus | 2011-12-21 | 2 | -6/+18 | |
| | | | | | | hg-commit-id: a482b0ef7a01 | |||||
| * | Replace more byte values with text. | IIMarckus | 2011-12-18 | 2 | -47/+236 | |
| | | | | | | hg-commit-id: aafedf1b0032 | |||||
| * | More text nulls. | IIMarckus | 2011-12-18 | 1 | -146/+146 | |
| | | | | | | hg-commit-id: 5aefc8f9848c | |||||
| * | Use "@" for nulls. This makes fixed‐width text tables easier to read. | IIMarckus | 2011-12-18 | 1 | -200/+200 | |
| | | | | | | hg-commit-id: 96453d82d299 | |||||
| * | More text, and some new characters. Make $50 equal to "@". | IIMarckus | 2011-12-17 | 2 | -2/+14 | |
| | | | | | | hg-commit-id: 5a8e07fda917 | |||||
