mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
No description
dcf9ef23e7
This commit originally included Basculin, too, but then magical dealt with that before I pushed. Anyway, the query I used should have caught any other similar cases, too: insert into pokemon_moves select p.id, 14, pm.move_id, 2, 0, null from pokemon_moves pm join pokemon p on pm.pokemon_id=p.species_id and p.is_default=false where pm.version_group_id=14 and pm.pokemon_move_method_id=2; The join condition is cheating a little, but it does happen to work; it joins a pokemon_move to all non-default forms of the same Pokémon. If being default and having id=species_id didn't go hand-in-hand, I'm pretty sure it'd require two joins to pokemon. |
||
---|---|---|
bin | ||
doc | ||
pokedex | ||
scripts | ||
.gitignore | ||
conftest.py | ||
item-questions | ||
LICENSE | ||
README | ||
setup.py |
This software is copyrighted and licensed under the MIT license. See the file entitled LICENSE for full copyright and license text. This software comes bundled with data, sprites, and sounds extracted from the Pokémon series of video games. Some terminology from the Pokémon franchise is also necessarily used within the software itself. This is all the intellectual property of Nintendo, Creatures, inc., and GAME FREAK, inc. and is protected by various copyrights and trademarks. The author believes that the use of this intellectual property for a fan reference is covered by fair use and that the software is significantly impaired without said property included. Any use of this copyrighted property is at your own legal risk. A complete revision history of this software is available from https://github.com/veekun/pokedex. Contributors: Alex Munroe (Eevee): git@veekun.com