| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add attack characteristics data. | IIMarckus | 2011-04-10 | 2 | -20/+204 | |
| | | | | | | hg-commit-id: 2dbe132df9b8 | |||||
| * | Use Unicode characters, because they look nicer | IIMarckus | 2011-04-09 | 1 | -6/+6 | |
| | | | | | | hg-commit-id: a90f2037f921 | |||||
| * | expand interrupts and vectors | IIMarckus | 2011-04-09 | 1 | -2/+32 | |
| | | | | | | hg-commit-id: 9cd191243c8c | |||||
| * | Use human-readable names instead of memory addresses. | IIMarckus | 2011-04-09 | 2 | -11/+16 | |
| | | | | | | hg-commit-id: da67afc569e2 | |||||
| * | Remove unnecessary comments. | IIMarckus | 2011-04-09 | 1 | -190/+190 | |
| | | | | | | hg-commit-id: f093750985ee | |||||
| * | Fade-in / fade-out functions (thx Sawakita) | IIMarckus | 2011-04-09 | 1 | -7/+106 | |
| | | | | | | hg-commit-id: fe4c5e88689d | |||||
| * | Filled out Oak's speech a bit more. | IIMarckus | 2011-04-09 | 1 | -11/+65 | |
| | | | | | | hg-commit-id: 8d8a71cabb01 | |||||
| * | Let's not call things sprites when they aren't. | IIMarckus | 2011-04-09 | 1 | -11/+11 | |
| | | | | | | hg-commit-id: 47c127c1d1b6 | |||||
| * | Add the function that moves pics left in Oak's speech | IIMarckus | 2011-04-09 | 1 | -4/+28 | |
| | | | | | | hg-commit-id: 1c2ca8f29fbd | |||||
| * | This function waits for a Vblank to go by. | IIMarckus | 2011-04-09 | 1 | -15/+16 | |
| | | | | | | | | Rename ConserveBattery to DelayFrame, and Delay to DelayFrames. hg-commit-id: 66b020480494 | |||||
| * | add in a function from Oak's speech | IIMarckus | 2011-04-09 | 1 | -3/+16 | |
| | | | | | | hg-commit-id: 393c2c38d860 | |||||
| * | Add Hide/Show data for maps. | IIMarckus | 2011-03-20 | 1 | -1/+581 | |
| | | | | | | | | Thx Sawakita hg-commit-id: 6d39560c8958 | |||||
| * | Remove redrle on clean | IIMarckus | 2011-03-16 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: e2bee0026767 | |||||
| * | $0 is a valid tile in maps, even though $00 is the terminating byte. | IIMarckus | 2011-03-16 | 1 | -8/+2 | |
| | | | | | | | | Pointed out by Sawakita. hg-commit-id: 27881f5e6bd4 | |||||
| * | Add trade monsters | IIMarckus | 2011-03-13 | 1 | -1/+26 | |
| | | | | | | hg-commit-id: 0e216fc33c42 | |||||
| * | Add evolutions / learned attacks. Thx Sawakita | IIMarckus | 2011-02-19 | 2 | -1/+2180 | |
| | | | | | | hg-commit-id: ae6415b2d6b3 | |||||
| * | Split compressed town map into a separate include, and give it a label | IIMarckus | 2011-02-19 | 1 | -1/+7 | |
| | | | | | | hg-commit-id: 80533e98e95a | |||||
| * | Add a makefile rule for redrle | IIMarckus | 2011-02-19 | 1 | -0/+3 | |
| | | | | | | hg-commit-id: 0555d242eac5 | |||||
| * | Add redrle, a program to compress and decompress Town Map tilemaps | IIMarckus | 2011-02-19 | 1 | -0/+134 | |
| | | | | | | hg-commit-id: 42f97a056ab6 | |||||
| * | Add town map locations. Thanks once again to Sawakita. | IIMarckus | 2010-12-27 | 2 | -1/+235 | |
| | | | | | | hg-commit-id: 294cd2e30768 | |||||
| * | Add map ID constants | IIMarckus | 2010-12-26 | 1 | -0/+39 | |
| | | | | | | hg-commit-id: 73591e9194ac | |||||
| * | Sync with latest RGBDS | IIMarckus | 2010-12-22 | 2 | -3/+4 | |
| | | | | | | hg-commit-id: 6812720c7a31 | |||||
| * | pokered.gbc should depend on constants.asm | IIMarckus | 2010-12-20 | 1 | -1/+1 | |
| | | | | | | hg-commit-id: 640e32269727 | |||||
| * | Add tileset headers (thx Sawakita) | IIMarckus | 2010-12-20 | 2 | -5/+153 | |
| | | | | | | hg-commit-id: 3a63e0677ec3 | |||||
| * | fix typo, thx Sawakita | IIMarckus | 2010-12-03 | 1 | -1/+0 | |
| | | | | | | hg-commit-id: 6d5855c95eb8 | |||||
| * | minor comment improvements | IIMarckus | 2010-11-19 | 1 | -4/+5 | |
| | | | | | | hg-commit-id: 391e80aabed8 | |||||
| * | add oak's speech | IIMarckus | 2010-11-19 | 1 | -1/+134 | |
| | | | | | | hg-commit-id: 5054b6222332 | |||||
| * | add ClearScreen function | IIMarckus | 2010-11-19 | 1 | -1/+18 | |
| | | | | | | hg-commit-id: 4f32cac305e9 | |||||
| * | add some delay-related functions | IIMarckus | 2010-11-19 | 1 | -2/+17 | |
| | | | | | | hg-commit-id: de967f59fa61 | |||||
| * | add the conserve battery delay function | IIMarckus | 2010-11-19 | 1 | -1/+18 | |
| | | | | | | hg-commit-id: db4f8980a3ec | |||||
| * | create a new macro to make byte–word pairs more readable | IIMarckus | 2010-11-19 | 2 | -339/+152 | |
| | | | | | | hg-commit-id: 24c0b06fa1c3 | |||||
| * | Minor address→label replacement | IIMarckus | 2010-11-19 | 1 | -5/+5 | |
| | | | | | | hg-commit-id: 5cd6b3b2f243 | |||||
| * | won't be getting to this for a while, so mark it with XXX | IIMarckus | 2010-11-19 | 1 | -0/+1 | |
| | | | | | | hg-commit-id: 120ba4d6af85 | |||||
| * | Mention the predefined pointers used in map scripts. thx Sawakita | IIMarckus | 2010-11-16 | 1 | -2/+294 | |
| | | | | | | | | | These need to be documented. Could be the RBY equivalent of G/S’s scripting engine. hg-commit-id: 1da502fdda91 | |||||
| * | split constants into their own file | IIMarckus | 2010-11-12 | 2 | -774/+775 | |
| | | | | | | hg-commit-id: c66973629bf6 | |||||
| * | Minor address→label replacement | IIMarckus | 2010-10-30 | 1 | -5/+5 | |
| | | | | | | hg-commit-id: da374fe7f094 | |||||
| * | Expand enemy withdraw routine. Needs cleanup! | IIMarckus | 2010-10-30 | 1 | -10/+197 | |
| | | | | | | hg-commit-id: 763da09f0b08 | |||||
| * | misc. label improvements | IIMarckus | 2010-10-29 | 1 | -16/+24 | |
| | | | | | | hg-commit-id: fc108848b348 | |||||
| * | Expand some bankswitch routines in the home bank | IIMarckus | 2010-10-29 | 1 | -3/+40 | |
| | | | | | | hg-commit-id: 01edc4778cee | |||||
| * | Replace a couple addresses with existing labels | IIMarckus | 2010-10-29 | 1 | -2/+2 | |
| | | | | | | hg-commit-id: 146738f842e3 | |||||
| * | add some useful text macros | IIMarckus | 2010-10-29 | 1 | -11/+25 | |
| | | | | | | hg-commit-id: ee1364b43984 | |||||
| * | Expand routine that gets item name given item id | IIMarckus | 2010-10-29 | 1 | -2/+85 | |
| | | | | | | hg-commit-id: 1a57150ac99a | |||||
| * | decompose PrintText | IIMarckus | 2010-10-29 | 1 | -3/+17 | |
| | | | | | | hg-commit-id: 2541bb953956 | |||||
| * | More trainer AI: status healing items, stat-raising items | IIMarckus | 2010-10-29 | 1 | -14/+211 | |
| | | | | | | hg-commit-id: dd1cceb189ec | |||||
| * | These trainers use potions of various kinds | IIMarckus | 2010-10-28 | 1 | -9/+116 | |
| | | | | | | hg-commit-id: d42dfe58f257 | |||||
| * | Expand each trainer's AI function | IIMarckus | 2010-10-28 | 1 | -48/+170 | |
| | | | | | | hg-commit-id: 6ee95d526091 | |||||
| * | Add pointers to trainer AI | IIMarckus | 2010-10-28 | 1 | -1/+179 | |
| | | | | | | hg-commit-id: ed75152bf10f | |||||
| * | Add mart data. Still need to find the pointer/routine for it. | IIMarckus | 2010-10-26 | 1 | -1/+48 | |
| | | | | | | hg-commit-id: a2daae171caa | |||||
| * | add item name constants | IIMarckus | 2010-10-26 | 1 | -0/+142 | |
| | | | | | | hg-commit-id: c3f10cdcff75 | |||||
| * | whitespace changes | IIMarckus | 2010-10-26 | 1 | -66/+66 | |
| | | | | | | hg-commit-id: b1a92aa2875c | |||||
