Commit Graph

1400 Commits

Author SHA1 Message Date
Seii 6978771321 Fix ID duplication in Encounters table 2016-07-19 14:02:09 -05:00
Seii 1e09243b39 Fix location_names 2016-07-19 13:28:12 -05:00
Seii 48bf32299c Merge all separate FR/LG locations back into existing locations 2016-07-19 12:01:04 -05:00
Seii 9ff5609890 Merge victory-road-3 into victory-road-2 2016-07-19 10:04:00 -05:00
Seii 52f5b94a67 Fix Pokemon Mansion encounters in FR/LG 2016-07-19 09:29:48 -05:00
Seii a9cc46585b Remove redundant FR/LG prose 2016-07-18 15:44:38 -05:00
Seii be251eb308 Merge FR/LG safari zone entries into existing entries 2016-07-18 15:41:54 -05:00
Seii 5e87d46edd Remove separate Kanto Safari Zone location areas for FR/LG 2016-07-18 15:35:50 -05:00
Seii f33531aff0 Merge separate FR/LG encounters on Victory Road, merge FR/LG "sea routes"
into existing R/B/Y equivalent routes
2016-07-18 15:30:33 -05:00
Seii 377ad27e3b Merge unique FR/LG references into existing R/B/Y locations 2016-07-18 14:07:24 -05:00
Seii d1a953399b Remove obsolete Location Area from Location Area Prose 2016-07-18 13:42:14 -05:00
Seii c21817a3f5 Remove obsolete Locations from Location Areas 2016-07-18 13:37:31 -05:00
Seii 2ebaa0b656 Remove obsolete Locations from Location Names 2016-07-18 13:21:42 -05:00
Seii d56e04ce0d Remove duplicate locations 2016-07-18 12:52:42 -05:00
Eevee 22bfacb590 Merge pull request #177 from seii/veekun-issue-172
Fix forms_switchable flag for new Mega evolutions in ORAS
2016-07-06 13:48:30 -07:00
Eevee 74af211224 Merge pull request #178 from seii/veekun-issue-176
Correct 'is_battle_only' flag for Primal Kyogre and Groudon
2016-07-06 13:48:22 -07:00
Seii 8fb46983b8 Correct 'is_battle_only' flag for Primal Kyogre and Groudon 2016-07-05 21:57:01 -05:00
Seii b40727821e Fix forms_switchable flag for new Mega evolutions in ORAS 2016-07-05 15:59:18 -05:00
Eevee 11523de36d Merge pull request #167 from AxeBane/patch-1
Fix terrifyingly wrong heights.
2016-03-27 15:10:57 -07:00
Alexander Lazenby-Catherwood b5e4038f2d Fix terrifyingly wrong heights.
I have no clue how these went under the radar for so long. .-.'
2016-03-06 22:31:30 +08:00
Eevee (Lexy Munroe) dd6630368d Allow common CLI arguments to work both before and after the subcommand 2016-02-02 11:01:45 -08:00
Eevee (Lexy Munroe) 59d8a790d1 Stub out a CLI search interface, which can also work with JSON and strings 2016-02-02 10:13:38 -08:00
Eevee (Lexy Munroe) 2dcc3c1aab Port the CLI to argparse 2016-02-02 10:13:38 -08:00
Eevee (Lexy Munroe) ef03259e0f Little better CLI handling of Unicode in Py2 2016-02-02 10:12:56 -08:00
Andrew Ekstedt abf8e6372a Add a missing French translation for move meta.
Courtesy of megadrifter-pt.
2015-11-16 17:40:40 -08:00
Konrad Borowski cae59b2447 Update Brick Break for its BW effect. 2015-11-11 23:13:05 -08:00
megadrifter-pt c5b0aa8bc7 Add some more French text 2015-11-11 23:06:25 -08:00
megadrifter-pt 20c4a0b792 RSE/BW2 French locations 2015-11-11 23:06:10 -08:00
megadrifter-pt 01f3261e34 HGSS French locations 2015-11-11 23:05:33 -08:00
megadrifter-pt 85317a28d2 Add some more French text 2015-11-11 23:05:02 -08:00
megadrifter-pt 2b6542c2ce Add French prose for both Hoenn Dexes 2015-11-11 22:11:02 -08:00
Andrew Ekstedt 20e24dbbd7 setup.py: List supported Python versions.
Based on the versions that Travis tests.
2015-11-05 12:54:16 -08:00
Andrew Ekstedt cf5ea6a434 setup.py: Don't require importlib
Was a hack to keep markdown working on 2.6.
2015-11-05 12:45:58 -08:00
Andrew Ekstedt 6e9db09442 Travis: Drop Python 2.6
Markdown keeps breaking the 2.6 build. We could pin an earlier version,
or we can simply drop 2.6 support. The Python world is moving on; time
for us to do the same.
2015-11-05 12:39:01 -08:00
Andrew Ekstedt 0fb92f33d4 Merge pull request #155 from ncorgan/locations/kanto_fix
Fix region_id for Kanto locations listed as being in Johto
2015-11-04 22:16:56 -08:00
Eevee (Lexy Munroe) 54ea67a804 Fix `pokedex dump` under Python 2 AND 3, at the same time even 2015-11-04 20:10:27 -08:00
Eevee (Lexy Munroe) b581c5205a Remove some bogus ORAS egg moves 2015-11-04 20:03:17 -08:00
Eevee (Lexy Munroe) e0f4d3be7a Fix `pokedex dump` under Python 2 2015-11-04 20:03:08 -08:00
Nicholas Corgan c19c818694 locations: Pewter City, Lavender Town, Indigo Plateau, and Saffron City are in Kanto, not Johto 2015-10-29 15:01:27 -07:00
Eevee (Alex Munroe) 0ff24b4dc8 Fix the CLI in py3 2015-10-05 16:29:21 -07:00
Eevee (Alex Munroe) 17999c5b1a Try to fix Python 2.6 build
Apparently the latest markdown no longer works against py2.6; Travis
fails on trying to import importlib.  I added a dependency on the PyPI
backport to see if that helps for now.
2015-10-05 08:23:42 -07:00
Eevee (Alex Munroe) 43db6a5337 That day is today -- run Travis on Python 3! 2015-10-05 08:15:25 -07:00
Eevee (Alex Munroe) b76b74e7a6 Compat with Python 3.3+ 2015-10-05 08:12:23 -07:00
Eevee (Alex Munroe) d0e8f503b8 Eerie Impulse lowers Special Attack, not Attack 2015-10-05 05:27:22 -07:00
Eevee (Alex Munroe) 74c779efe6 Add a missing period to Flower Shield's short effect 2015-10-05 05:09:37 -07:00
Eevee (Alex Munroe) 8fc636a3e6 Shadow Blast is physical
According to Bulbapedia and an email I got, anyway.
2015-10-05 05:04:17 -07:00
Andrew Ekstedt 4e675e7143 Merge pull request #154 from RichardGottschalk/master
Some translations for version names, region names, encounter method prose and a type.
Also fixed the german translation of AS version name.
2015-09-24 14:01:41 -07:00
Richard Gottschalk e798d18c4e fixed id for german encounter method prose 2015-09-24 22:08:23 +02:00
Richard Gottschalk adfbf7514b added german translation for "Walking on rough terrain" 2015-09-24 22:05:24 +02:00
Richard Gottschalk 6ef2e0182e added german translations for encounter method proses 2015-09-24 19:52:56 +02:00