Skip to content

Commit

Permalink
Merge pull request #324 from wraythex/update-protos-master
Browse files Browse the repository at this point in the history
Update protos master
  • Loading branch information
wraythex authored Oct 26, 2023
2 parents d854a78 + d12fdc2 commit 192c344
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 6 deletions.
10 changes: 5 additions & 5 deletions rocketmad/pogo_protos_pb2.py

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion scripts/protos/vdisplayproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ message PokemonDisplayProto {
PI = 69;
FALL_2023 = 70;
FALL_2023_NOEVOLVE = 71;
PI_NOEVOLVE = 72;
PI_NOEVOLVE = 72;
HOLIDAY_2023 = 73;
JAN_2024 = 74;
}

enum Form {
Expand Down Expand Up @@ -2418,6 +2420,11 @@ message PokemonDisplayProto {
LATIOS_S = 2822;
ZYGARDE_COMPLETE_TEN_PERCENT = 2823;
ZYGARDE_COMPLETE_FIFTY_PERCENT = 2824;
PIKACHU_GOTOUR_2024_A = 2825;
PIKACHU_GOTOUR_2024_B = 2826;
PIKACHU_GOTOUR_2024_A_02 = 2827;
PIKACHU_GOTOUR_2024_B_02 = 2828;
ROCKRUFF_NORMAL = 2831;
OINKOLOGNE_NORMAL = 2981;
OINKOLOGNE_FEMALE = 2982;
MAUSHOLD_FAMILY_OF_THREE = 2983;
Expand Down
Loading

0 comments on commit 192c344

Please sign in to comment.