Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added hold items | Kelly Rauchenberger | 2017-09-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | An items model was created, but the seed only contains items that can be held, which excludes key items and HMs. Berry Juice, while unobtainable, is still included. The item model contains three description fields: one for Ruby/Sapphire, one for FireRed/LeafGreen, and one for Emerald. This is because the descriptions for items are different between the games. In a lot of cases, the Emerald description is the same as the Ruby/Sapphire one, so in those cases, the Emerald description is nil. The purpose of having the different descriptions is so that when a Pokémon holds an item, the website can display the description that is accurate to the game that that Pokémon is currently in. In order to fully support TMs, the move model was improved to additionally contain type and also the three description fields which operate similarly to those of the item model. For TMs, the description fields on the item are usually nil. However, some TMs in Ruby/Sapphire, as well as Emerald, have different descriptions than the moves that they correspond with. In these cases, those descriptions are in the item model, and override the move descriptions when the move is looked at as a TM. | ||||
* | Added ribbons | Kelly Rauchenberger | 2017-09-29 | 1 | -16/+30 |
| | | | | | | Gift ribbons currently partially work: the correct ribbon image and name is shown, but the ribbon description is not yet extracted from the game and thus is just blank. | ||||
* | Added axes to condition diagram | Kelly Rauchenberger | 2017-09-29 | 1 | -0/+6 |
| | |||||
* | Added contest diagram | Kelly Rauchenberger | 2017-09-28 | 1 | -2/+51 |
| | |||||
* | Continued working on design, added moves | Kelly Rauchenberger | 2017-09-27 | 1 | -10/+89 |
| | | | | | | | | Still a very early design Also, for Pokémon that have Natures that don't benefit and hinder the same stat, there is now a + next to the stat that the Nature benefits, and a - next to the stat it hinders. | ||||
* | Added section on homepage for Pokémon not in any game | Kelly Rauchenberger | 2017-09-26 | 1 | -18/+36 |
| | |||||
* | Added met location data | Kelly Rauchenberger | 2017-09-25 | 1 | -7/+43 |
| | | | | | Note that the met location for Pokémon from Orre is completely incorrect. | ||||
* | Fixed leading spaces in Pokémon names | Kelly Rauchenberger | 2017-09-24 | 1 | -0/+3 |
| | |||||
* | Added space to empty box slots | Kelly Rauchenberger | 2017-09-24 | 1 | -0/+6 |
| | |||||
* | Worked on PC display page | Kelly Rauchenberger | 2017-09-24 | 1 | -3/+129 |
| | |||||
* | Started working on UI | Kelly Rauchenberger | 2017-09-24 | 2 | -1/+47 |
| | | | | | This commit imports a lot of assets from veekun, as well as a font from http://www.victoryroad.net/showthread.php?t=1507 | ||||
* | Initial commit | Kelly Rauchenberger | 2017-09-16 | 1 | -0/+15 |