Skip to content

Commit

Permalink
proto bump & form fix for unreleased pokes
Browse files Browse the repository at this point in the history
  • Loading branch information
TurtIeSocks committed Jan 25, 2023
1 parent 4f05668 commit 92e688e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pogo-data-generator",
"version": "1.10.1",
"version": "1.10.2",
"description": "Pokemon GO project data generator",
"author": "TurtIeSocks",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions src/classes/Pokemon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,10 @@ export default class Pokemon extends Masterfile {
pokemonName: this.pokemonName(+id),
pokedexId: +id,
defaultFormId: 0,
forms:
this.options.includeUnset && !this.options.noFormPlaceholders
? [0]
: [],
types: [],
quickMoves: [],
chargedMoves: [],
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2149,8 +2149,8 @@ pkg-dir@^4.2.0:
find-up "^4.0.0"

"pogo-protos@github:Furtif/pogo-protos":
version "2.57.6"
resolved "https://codeload.github.com/Furtif/pogo-protos/tar.gz/f15608cec00b18be8f59b44c47707bedaf2da7b7"
version "2.57.7"
resolved "https://codeload.github.com/Furtif/pogo-protos/tar.gz/03fffb2580f8379df46382408ec9ae7cae01e8a1"
dependencies:
protobufjs "^6.11.3"

Expand Down

0 comments on commit 92e688e

Please sign in to comment.