Simón Oroño
6ff2c0c217
Fix serialization of pokemon sprites
2023-11-26 11:57:16 -04:00
Simón Oroño
fa14336516
Stop encoding sprites when inserting them on the database
...
Since the column is now jsonb, we need to stop encoding it or it gets
inserted as a string rather than a JSON object.
2023-11-26 11:57:16 -04:00
Simón Oroño
218864dfbc
Make the type of the sprites
column in pokemon_v2_pokemonsprites jsonb
...
This is so Hasura automatically transforms the field into an array
instead of a JSON encoded in a string.
Migration was generated by the `makemigrations` command.
2023-11-26 11:57:16 -04:00
Alessandro Pezzè
7f3d32de57
Merge pull request #965 from JulesLetters/typo-minds-eye
...
Fix Mind's Eye ability to have apostrophe
2023-11-26 17:27:01 +09:00
Justin Dowell
571361e26c
Fix Mind's Eye ability to have apostrophe
2023-11-25 00:54:28 -06:00
Alessandro Pezzè
e6ba307c22
Merge pull request #957 from penelopeysm/sinnoh-starters
...
Add SV learnset for Sinnoh starters
2023-11-12 14:33:18 +09:00
Penelope Yong
3ff04231bb
Add SV learnset for Sinnoh starters
...
Closes #956
2023-11-11 14:46:11 +00:00
Alessandro Pezzè
0dfb20d121
Merge pull request #954 from JintoYamanaka/add_stat_changes
2023-11-08 23:53:08 +09:00
Alessandro Pezzè
d88716bacc
Merge branch 'master' into add_stat_changes
2023-11-08 22:46:25 +09:00
JintoYamanaka
49380605ed
Add 'stat_changes' entries for 4 moves
...
Included the missing 'stat_changes' for Stockpile, Memento, Defog, and Shell Smash to accurately reflect their in-game effects.
2023-11-08 20:52:20 +09:00
Alessandro Pezzè
f96e236849
Merge pull request #953 from PokeAPI/format-newblack-serializer
2023-11-08 19:21:01 +09:00
Naramsim
8ba6f94c0c
refactor/fix: format/sprite test
2023-11-08 11:11:56 +01:00
Naramsim
5237c4ccc9
refactor: format with new black
2023-11-08 10:44:55 +01:00
Naramsim
3fa2b6952f
fix: don't add or replace parts of the sprites' URL
2023-11-08 10:22:56 +01:00
Alessandro Pezzè
369d09f390
Merge pull request #951 from 14239/master
2023-11-08 09:11:59 +09:00
14239
5eb8a4e95d
Only rearrange edited move's order
2023-11-06 20:23:55 +09:00
14239
ca8a3a6a07
Merge branch 'master' of https://github.com/14239/pokeapi
2023-11-06 20:19:32 +09:00
14239
73ea615bfb
Revert "Add order for Level 1 moves in Gen 9"
...
This reverts commit 123bae116a
.
2023-11-06 20:14:34 +09:00
Alessandro Pezzè
aad0c8e5fd
Merge branch 'master' into master
2023-11-06 11:49:44 +01:00
Naramsim
e63ce54b80
refactor: run black
2023-11-06 11:38:12 +01:00
Alessandro Pezzè
203f3979cd
Merge branch 'master' into master
2023-11-06 11:20:38 +01:00
Alessandro Pezzè
3e4a710d07
refactor: format
2023-11-06 08:55:57 +01:00
Alessandro Pezzè
ccf4c80198
Merge pull request #949 from LeonEstrak/fix_sprites_url
...
Fix: Sprites URL in GraphQL
2023-11-06 08:25:52 +01:00
14239
123bae116a
Add order for Level 1 moves in Gen 9
...
and resorting moves by order entry
2023-11-04 14:59:19 +09:00
LeonEstrak
c4748f5be9
Fix: Sprites URL in GraphQL
...
Signed-off-by: LeonEstrak <aniket2583@gmail.com>
2023-11-01 14:25:40 +05:30
Alessandro Pezzè
f7e87abc70
Merge pull request #945 from lati111/hisuian-form-index-fix
2023-10-24 12:30:30 +02:00
AnonymousPancakes
df93e024a3
Adjusted form order on hisuian forms
2023-10-23 19:35:57 +02:00
Alessandro Pezzè
b7eb08324c
Merge pull request #848 from revoice1/Add-previous-abilities
2023-10-16 17:12:14 +02:00
Alessandro Pezzè
07c8b5c860
Merge pull request #920 from penelopeysm/sv-dlc
...
Learnset updates for SV DLC1
2023-10-10 15:21:18 +02:00
Alessandro Pezzè
f7367faae5
Merge branch 'master' into Add-previous-abilities
2023-10-09 12:58:37 +02:00
Penelope Yong
5137037562
Remove duplicated Ursaluna moves
2023-10-08 19:18:57 +01:00
Penelope Yong
063a8c5acd
Merge remote-tracking branch 'upstream/master' into sv-dlc
2023-10-08 19:03:32 +01:00
Penelope Yong
e6a52aca06
Remove duplicated lines
2023-10-08 18:58:44 +01:00
Penelope Yong
3988e62575
Add new TMs in SV
2023-10-08 18:56:33 +01:00
Penelope Yong
d678be937a
Add Trick Room to Indeedee-F
2023-10-08 16:38:14 +01:00
Penelope Yong
d861c2d64f
Add Alolan Grimer egg moves
2023-10-08 01:29:27 +01:00
Penelope Yong
5a066c6a9a
Remove duplicated moves with game_id = 26
2023-10-08 01:03:58 +01:00
Penelope Yong
20c4d68d61
Re-add Teal Mask learnsets
...
This time, including EMs for evolutions, and also newly introduced
Pokemon.
2023-10-08 01:03:57 +01:00
Penelope Yong
2df349441f
Revert "Add learnsets for returning mons in SV DLC1"
...
This reverts commit 64cad05558
.
2023-10-07 23:59:00 +01:00
Alessandro Pezzè
793ff3442f
Merge pull request #939 from giginet/dlc-forms
...
Add Teal Mask forms
2023-10-07 12:11:30 +02:00
Alessandro Pezzè
85189cd55b
Merge branch 'master' into dlc-forms
2023-10-06 10:38:29 +02:00
Alessandro Pezzè
f38122a09f
Merge pull request #938 from giginet/teal-mask-abilities
2023-10-06 07:13:03 +02:00
giginet
08589810fc
Add localizes
2023-10-05 23:27:55 +09:00
giginet
535aa9fda6
Add missing column
2023-10-05 23:20:31 +09:00
giginet
2be7b56ae2
Add localizations
2023-10-05 23:11:57 +09:00
giginet
540a136df4
Add form names for DLC forms
2023-10-05 22:48:05 +09:00
giginet
e375881fdc
Add default forms of DLC pokemon
2023-10-05 22:47:58 +09:00
giginet
def8474dc0
Add Embody Aspect
2023-10-05 21:42:57 +09:00
giginet
0594e1f7f8
Add names for new abilities
2023-10-05 21:34:45 +09:00
Alessandro Pezzè
adda7118f8
Merge pull request #937 from sharkwouter/patch-1
...
Fix Okidogi's hidden ability
2023-10-05 07:09:39 +02:00