| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add Blue’s house map. | IIMarckus | 2011-11-14 | 3 | -1/+115 |
| | | | | | | hg-commit-id: 4f46a3ac0e71 | ||||
| * | Minor cleanup. | IIMarckus | 2011-11-13 | 1 | -7/+6 |
| | | | | | | hg-commit-id: da3b7f586edf | ||||
| * | Add Pallet Town map. | IIMarckus | 2011-11-13 | 2 | -3/+271 |
| | | | | | | hg-commit-id: 53d9e5cf0c1e | ||||
| * | Add constants for direction of connections. | IIMarckus | 2011-11-13 | 1 | -0/+5 |
| | | | | | | hg-commit-id: b7e25e860a9e | ||||
| * | Add Red’s room map. | IIMarckus | 2011-11-13 | 2 | -3/+56 |
| | | | | | | hg-commit-id: 73e8118562b5 | ||||
| * | Fix pointer | IIMarckus | 2011-11-13 | 1 | -3/+3 |
| | | | | | | hg-commit-id: 3aab9ee72906 | ||||
| * | Add Red’s House 1F map. | IIMarckus | 2011-11-13 | 2 | -1/+104 |
| | | | | | | hg-commit-id: 89152a0294e8 | ||||
| * | Add variant pics from other versions. | IIMarckus | 2011-08-28 | 311 | -0/+907 |
| | | | | | | hg-commit-id: 9775b379a90a | ||||
| * | Extract compressed pics into separate files. | IIMarckus | 2011-08-28 | 357 | -9/+1541 |
| | | | | | | | | Pointers to them will come later. hg-commit-id: 51001a669f3c | ||||
| * | Fill out the dictionary some more. | IIMarckus | 2011-07-31 | 1 | -8/+90 |
| | | | | | | hg-commit-id: d1ffa00657b2 | ||||
| * | Add $58 to the dictionary. | IIMarckus | 2011-07-31 | 1 | -3/+21 |
| | | | | | | | | This is a very strange character and should be looked at more closely. hg-commit-id: 11758d86cc50 | ||||
| * | Add missing label in dictionary. | IIMarckus | 2011-07-31 | 1 | -1/+1 |
| | | | | | | hg-commit-id: a6d437e52c1a | ||||
| * | Add Super Rod data. | IIMarckus | 2011-07-31 | 1 | -1/+104 |
| | | | | | | hg-commit-id: 45945e369724 | ||||
| * | Add Good Rod data. | IIMarckus | 2011-07-30 | 1 | -1/+61 |
| | | | | | | hg-commit-id: 14c828bf56a2 | ||||
| * | Fill out the dictionary some more. | IIMarckus | 2011-06-05 | 1 | -27/+107 |
| | | | | | | hg-commit-id: 0b2352698d90 | ||||
| * | Add attack type multipliers (thx Sawakita) | IIMarckus | 2011-06-05 | 1 | -1/+93 |
| | | | | | | hg-commit-id: b0aee07420f2 | ||||
| * | Partially fill out the dictionary. | IIMarckus | 2011-05-30 | 1 | -11/+72 |
| | | | | | | hg-commit-id: 3524be052533 | ||||
| * | Start of the text engine. | IIMarckus | 2011-05-30 | 1 | -4/+85 |
| | | | | | | hg-commit-id: 31967a870912 | ||||
| * | It makes sense for widths to be in decimal. | IIMarckus | 2011-05-30 | 1 | -2/+2 |
| | | | | | | hg-commit-id: 6dad4f222381 | ||||
| * | First part of save file interpretation functions, thx Sawakita. | IIMarckus | 2011-05-30 | 2 | -2/+194 |
| | | | | | | | | Also box‐drawing functions. hg-commit-id: eaa7bd7c7804 | ||||
| * | Basic attack animation functions. | IIMarckus | 2011-04-11 | 2 | -3/+248 |
| | | | | | | hg-commit-id: d5377e1bb8b5 | ||||
| * | Correct misplaced comment. | IIMarckus | 2011-04-11 | 1 | -1/+1 |
| | | | | | | hg-commit-id: 3dbde39efffc | ||||
| * | Function that copies the attack data to memory. | IIMarckus | 2011-04-10 | 1 | -1/+18 |
| | | | | | | hg-commit-id: d2b2f3874e47 | ||||
| * | 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 | ||||
