Skip to content

Commit

Permalink
Merge pull request #330 from wraythex/update-protos-2024-01-31
Browse files Browse the repository at this point in the history
Update protos for new forms
  • Loading branch information
wraythex authored Jan 31, 2024
2 parents d373f57 + be8e3ea commit bba4fa0
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rocketmad/pogo_protos_pb2.py

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions scripts/protos/vdisplayproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2427,6 +2427,16 @@ message PokemonDisplayProto {
DIALGA_ORIGIN = 2829;
PALKIA_ORIGIN = 2830;
ROCKRUFF_NORMAL = 2831;
PIKACHU_TSHIRT_03 = 2832;
PIKACHU_FLYING_04 = 2833;
PIKACHU_TSHIRT_04 = 2834;
PIKACHU_TSHIRT_05 = 2835;
PIKACHU_TSHIRT_06 = 2836;
PIKACHU_TSHIRT_07 = 2837;
PIKACHU_FLYING_05 = 2838;
PIKACHU_FLYING_06 = 2839;
PIKACHU_FLYING_07 = 2840;
PIKACHU_FLYING_08 = 2841;
OINKOLOGNE_NORMAL = 2981;
OINKOLOGNE_FEMALE = 2982;
MAUSHOLD_FAMILY_OF_THREE = 2983;
Expand Down
40 changes: 40 additions & 0 deletions static/data/pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,46 @@
"formName": "Flying 2",
"genderDiff": true
},
"2832": {
"formName": "T-shirt 3",
"genderDiff": true
},
"2833": {
"formName": "Flying 4",
"genderDiff": true
},
"2834": {
"formName": "T-shirt 4",
"genderDiff": true
},
"2835": {
"formName": "T-shirt 5",
"genderDiff": true
},
"2836": {
"formName": "T-shirt 6",
"genderDiff": true
},
"2837": {
"formName": "T-shirt 7",
"genderDiff": true
},
"2838": {
"formName": "Flying 5",
"genderDiff": true
},
"2839": {
"formName": "Flying 6",
"genderDiff": true
},
"2840": {
"formName": "Flying 7",
"genderDiff": true
},
"2841": {
"formName": "Flying 8",
"genderDiff": true
},
"3002": {
"formName": "Summer 2023 A",
"genderDiff": true
Expand Down

0 comments on commit bba4fa0

Please sign in to comment.