Andrew Ekstedt
3ace3d8aa3
Split pokemon_moves into three tables.
...
The idea here is to split each pokemon's moveset into sub-movesets which can be
re-used across versions.
Thanks to some mapper magic, this should be more or less transparent to users
of pokedex. Although i'm sure inserting new moves will be a pain.
Before:
pokemon_moves: 312,305 rows
After:
pokemon_movesets: 11,268 rows
pokemon_moveset_moves: 123,645 rows
pokemon_moveset_version_groups: 23,597 rows
total: 158,510 rows
2015-05-25 18:08:42 -07:00
Lynn "Zhorken" Vaughan
2bf44191da
Rerip all the Gen IV tutors. :D #27 #82
...
LOOK AT THAT DIFF :D
2012-12-01 05:17:31 -05:00
Lynn "Zhorken" Vaughan
119bfcbf33
Add my tutor-ripping script.
2012-11-12 17:49:27 -05:00
Lynn "Zhorken" Vaughan
13e2709668
Merge branch 'generated-order'
2012-06-21 14:07:22 -04:00
Lynn "Zhorken" Vaughan
cc3d0b60d3
Simplify the explanation of species order.
2012-06-07 02:01:44 -04:00
Lynn "Zhorken" Vaughan
b30974cd43
Clarify a comment.
2012-06-07 01:00:51 -04:00
Lynn "Zhorken" Vaughan
57c71a86f4
Uh... actually add the script.
2012-06-07 00:54:17 -04:00
Andrew Ekstedt
6e2f7af7b2
Add Pal Park data.
2012-06-01 18:14:23 -07:00
Eevee
75287587a2
Merge pull request #66 from encukou/internal-ids
...
Add internal IDs to forms
2012-02-28 17:14:43 -08:00
Petr Viktorin
5b7e13892a
Add pokemon_form_generations, with internal game indices
...
Fixes #63
2012-02-11 13:08:54 +01:00
Petr Viktorin
48f3957aab
Add the VersionGroupPokemonMoveMethod table
2012-02-06 00:43:47 +01:00
Petr Viktorin
d4b7a29182
XD fix: Add order for the level-up moves
2012-01-30 20:25:13 +01:00
Petr Viktorin
144ff0a58e
Add Colosseum and XD as versions. Prepare to add XD tutors from ete's list. #588
2011-10-29 17:01:06 +03:00
Petr Viktorin
750a5c1ae4
Pokemon species split: Script for automatic changes. See #579
2011-05-02 01:11:56 +03:00
Petr Viktorin
8fdd91ecc1
Change the markdown-link-rewriting script to remove explicit labels
2011-04-28 23:42:56 +03:00
Petr Viktorin
7d1f5ada12
Add a README to scripts/, indicating that these are not for general use.
2011-04-28 23:31:38 +03:00
Petr Viktorin
90ee23662d
Add script that changes Markdown links to use identifiers
2011-04-12 09:51:52 +03:00
Petr Viktorin
ae5225c932
Automatically disambiguate location identifiers
...
See the script docstring for what was done
Victory Roads and Halls of Origin should probably be hand-tuned later
2011-04-12 07:23:11 +03:00
a_magical_me
03813bd765
Add script for adding B/W locations
...
in the hope that it will be useful in future generations.
2011-04-04 17:47:57 -07:00
a_magical_me
2e7fdf7d10
Re-add scripts/migration-i18n.py.
...
Believe it or not, i actually needed to refer to this.
And it was an *absolute pain* to find.
2011-04-03 15:21:35 -07:00
a_magical_me
c56b012547
Add a script for setting pokemon.order
2010-12-20 20:58:51 -08:00