Skip to content

Commit

Permalink
Merge pull request #321 from wraythex/wraythex-patch-13
Browse files Browse the repository at this point in the history
Add new costume, update UBs, add new move (master)
  • Loading branch information
wraythex authored Oct 6, 2023
2 parents 8ee0cfe + 703ffdd commit d854a78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 16 deletions.
10 changes: 5 additions & 5 deletions rocketmad/pogo_protos_pb2.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scripts/protos/vdisplayproto.proto
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ message PokemonDisplayProto {
PI = 69;
FALL_2023 = 70;
FALL_2023_NOEVOLVE = 71;
PI_NOEVOLVE = 72;
}

enum Form {
Expand Down
4 changes: 4 additions & 0 deletions static/data/moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -1322,5 +1322,9 @@
"393": {
"name": "Scorching Sands",
"type": "Ground"
},
"394": {
"name": "Roar of Time",
"type": "Dragon"
}
}
11 changes: 0 additions & 11 deletions static/data/pokemon.json
Original file line number Diff line number Diff line change
Expand Up @@ -21009,7 +21009,6 @@
"793": {
"name": "Nihilego",
"familyId": 793,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21025,7 +21024,6 @@
"794": {
"name": "Buzzwole",
"familyId": 794,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21041,7 +21039,6 @@
"795": {
"name": "Pheromosa",
"familyId": 795,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21057,7 +21054,6 @@
"796": {
"name": "Xurkitree",
"familyId": 796,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21069,7 +21065,6 @@
"797": {
"name": "Celesteela",
"familyId": 797,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21085,7 +21080,6 @@
"798": {
"name": "Kartana",
"familyId": 798,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21101,7 +21095,6 @@
"799": {
"name": "Guzzlord",
"familyId": 799,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand Down Expand Up @@ -21216,7 +21209,6 @@
"803": {
"name": "Poipole",
"familyId": 803,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21228,7 +21220,6 @@
"804": {
"name": "Naganadel",
"familyId": 803,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21244,7 +21235,6 @@
"805": {
"name": "Stakataka",
"familyId": 805,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand All @@ -21260,7 +21250,6 @@
"806": {
"name": "Blacephalon",
"familyId": 806,
"legendary": true,
"ultraBeast": true,
"types": [
{
Expand Down

0 comments on commit d854a78

Please sign in to comment.