Commit graph

987 commits

Author SHA1 Message Date
Simply BLG
2dd520e13d Add missing gift Pokémon in Crystal
+ Dratini in Dragon's Den
2022-07-24 13:07:51 -03:00
Simply BLG
7c1f2cffd1 Add missing gift Pokémon in HG/SS
+ Dratini in Dragon's Den
+ Tentacool in Cianwood Pokémon Center
2022-07-24 13:06:23 -03:00
Simply BLG
85664210db Move gift Hoenn starters from 7f to silph co. HG/SS 2022-07-24 12:59:54 -03:00
Simply BLG
fe15740f85 Add missing conditions gift Pokémon HG/SS
+ Passwords for Mareep, Wooper, Slugma Eggs
+ Zephyr Badge Togepi Egg
+ Defeat Red Bulbasaur, Charmander, Squirtle, Treecko, Torchic, Mudkip
+ Receive Kanto starter Treecko, Torchic, Mudkip
2022-07-24 12:58:21 -03:00
Simply BLG
0496b6d33a Add missing conditions gift Pokémon D/P/Pt, remove wrong encounters
+ National Dex requirement for Hearthome Eeevee D/P
+ Defeat Jupiter Eterna City Togepi Egg
+ Remove Togepi Egg from D/P (was incorrect)
+ Clear Team Galactic Iron Island Riolu Egg
2022-07-24 12:36:21 -03:00
Simply BLG
8d6f339d09 Add Missing gift Pokémon in FR/LG
+ Magikarp in Route 3
+ Fossils in Cinnabar Lab
2022-07-24 12:18:54 -03:00
Simply BLG
c344cc8a07 Add Missing gift Pokémon in R/S/E
+ Fossils in Rustboro city
2022-07-24 12:14:27 -03:00
Simply BLG
bd00fca16f Add Missing gift Pokémon in R/B/Y
+ Magikarp in Route 3
+ Fossil Pokémon in Cinnabar Lab
2022-07-24 12:05:31 -03:00
Simply BLG
f5d5b2cb53 Add missing legendary encounters for D/P/Pt
And necessary dependencies
2022-07-23 23:38:36 -03:00
Simply BLG
df8488dce4 Add HG/SS Groudon, Kyogre and Rayquaza encounters 2022-07-23 23:16:37 -03:00
Simply BLG
699f0a530b Add missing legendary encounters in HG/SS 2022-07-23 23:10:35 -03:00
Simply BLG
143aaecc35 Add Roaming Pokémon in D/P/Pt 2022-07-23 22:50:32 -03:00
Simply BLG
104c13da02 Replace Roaming Pokémon encounter method
Roaming Pokémon can be encountered exclusively on grass or water in different situations in different games and at different encounter rates, which is something that wasn't reflected in the previous encounter method (which used to be only one).

+ Added Roaming grass encounter method
+ Added Roaming water encounter method
+ Moved Crystal, Firered, Leafgreen, Ruby, Sapphire and Emerald roaming Pokémon to the new encounter methods
2022-07-23 22:35:17 -03:00
Simply BLG
c7795d7b7d Add missing encounters to Mt. Ember summit
Rock smash encounters at Mt. Ember summit FR/LG
2022-07-23 22:06:55 -03:00
Simply BLG
fa68edb09d Add Missing FR/LG Legendary encounters
+ Moltres at Mt. Ember Summit
2022-07-23 21:57:28 -03:00
Simply BLG
8d437926b7 Add Celebi encounter to VC Crystal 2022-07-23 21:47:39 -03:00
Simply BLG
7dfdd85521 Add encounter slots for Johto Safari Zone 2022-07-23 21:14:38 -03:00
Simply BLG
16cd2be4a2 Add National Dex requirements to appropriate HGSS safari encounters 2022-07-23 20:43:28 -03:00
Simply BLG
4b5e21f589 Add encounter conditions to crystal route 13
For some reason the conditions on this specific area where missing in crystal, despite the data being present in encounters the conditions were not attached to them
2022-07-23 20:25:31 -03:00
Simply BLG
39c7bf7a6b Johto Safari Zone, encounters, methods location and location areas
After much research I was able to find out some mechanics from the johto safari zone, it uses completely different encounter slots in walking, surfing, old rod, good rod and super rod, I was able to determine that it's 10 walk slots all have a 10% chance but wasn't so lucky in finding the chance for the surfing, old rod, good rod and super rod 12 slots, I have -some- confidence that it has 10 10% chance slots and 2 0% chance slots, if more info comes to light about these slots I'll update this info at another time.

+ Added Johto Safari Zone location
+ Added all 12 Safari Zone areas
+ Added all 2880 encounters from the safari zone (For both HG and SS)
2022-07-23 19:54:42 -03:00
Alessandro Pezzè
88603b36ca
chore: pull submodules 2022-07-21 12:01:06 +02:00
Alessandro Pezzè
3d9ad78a12 sync:
https://github.com/PokeAPI/pokedex/pull/108
https://github.com/PokeAPI/pokedex/pull/110
https://github.com/PokeAPI/pokedex/pull/111
https://github.com/PokeAPI/pokedex/pull/112
2022-07-21 11:46:20 +02:00
Alessandro Pezzè
635eb57352
Merge pull request #727 from LeonEstrak/enhancement_sprites_uri 2022-07-20 15:45:33 +02:00
Alessandro Pezzè
0f44954bda
Merge branch 'master' into enhancement_sprites_uri 2022-07-20 10:25:56 +02:00
Alessandro Pezzè
638e896870
Merge pull request #723 from LaufenderBaum/update_central_kalos_pokedex 2022-07-19 14:48:37 +02:00
Alessandro Pezzè
abd32cc397
Merge branch 'master' into update_central_kalos_pokedex 2022-07-19 14:42:02 +02:00
Alessandro Pezzè
f4fef1ae36
Merge pull request #730 from juliano/master 2022-07-08 16:35:01 +02:00
Juliano Alves
33f029c466 Add pokeapi-scala to wrappers 2022-07-08 09:40:51 +01:00
Aniket Chakraborty
c7dd432bbf Linting changes on auto-generated files
Signed-off-by: Aniket Chakraborty <aniket2583@gmail.com>
2022-06-26 19:20:07 +05:30
Aniket Chakraborty
28354a973c Updated Sprite URL
Previously the sprite endpoint returned the relative path of
the image with a /media/ prefix which was not useful for API consumer.
Now it returns a URL pointing to the image present in github.com/PokeApi/Sprites.

Signed-off-by: Aniket Chakraborty <aniket2583@gmail.com>
2022-06-26 19:01:55 +05:30
LaufenderBaum
877db14657
Merge branch 'master' into update_central_kalos_pokedex 2022-06-24 12:52:34 +02:00
Alessandro Pezzè
d94f760216
Merge pull request #721 from PokeAPI/staging
Add Hisui data
2022-06-22 16:17:48 +02:00
Alessandro Pezzè
e5f647735c sync:
6cb752f8d7
https://github.com/PokeAPI/pokedex/pull/104
https://github.com/PokeAPI/pokedex/pull/95
2022-06-22 15:23:13 +02:00
Alessandro Pezzè
010cecaa71 sync: Hisui 2022-06-22 11:04:28 +02:00
Alessandro Pezzè
3ca38c66c0 sync: Hisui 2022-06-22 09:44:30 +02:00
Nina Erkelenz
c243ba4a1e added entries 151-153 in central kalos pokedex 2022-06-12 21:42:18 +02:00
Alessandro Pezzè
e5fac8ce43 sync: Hisui 2022-06-08 17:53:51 +02:00
Alessandro Pezzè
4de4583ea0 sync: https://github.com/PokeAPI/pokedex/pull/95 2022-05-25 18:45:12 +02:00
Alessandro Pezzè
556720abc5 sync: https://github.com/PokeAPI/pokedex/pull/95 2022-05-24 22:08:31 +02:00
Alessandro Pezzè
12be924a25 chore: add target
skip ci
2022-05-13 22:17:43 +02:00
Alessandro Pezzè
985096d697 sync: https://github.com/PokeAPI/pokedex/pull/100 2022-05-06 15:21:17 +02:00
Alessandro Pezzè
aad6b7cbd0 sync:
https://github.com/PokeAPI/pokedex/pull/96
https://github.com/PokeAPI/pokedex/pull/94
2022-05-05 20:59:53 +02:00
Alessandro Pezzè
0dd1c2f16a
Merge pull request #707 from PokeAPI/staging 2022-04-05 14:32:47 +02:00
Alessandro Pezzè
3748fef0bf data: add missing '2' 2022-04-04 20:56:28 +02:00
Alessandro Pezzè
4fe9073569 data: update shape for some species 2022-04-04 20:54:34 +02:00
Alessandro Pezzè
694ca00785 data: fix 0 2022-03-29 19:50:04 +02:00
Alessandro Pezzè
5ed6571569 data: fix shape 2022-03-29 19:32:52 +02:00
Alessandro Pezzè
5c4d53d896 data: restore shape_id for 8xx species 2022-03-29 18:51:40 +02:00
Alessandro Pezzè
66c9db4f0c data: update ID 2022-03-29 18:40:38 +02:00
Alessandro Pezzè
8bfe24962e chore: bump black 2022-03-29 18:40:22 +02:00