Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pokemon Proto #4

Closed
Grover-c13 opened this issue Jul 17, 2016 · 1 comment
Closed

Pokemon Proto #4

Grover-c13 opened this issue Jul 17, 2016 · 1 comment

Comments

@Grover-c13
Copy link
Owner

Grover-c13 commented Jul 17, 2016

Java is not reading in the proto properly, all fields except one are fine (the important one too :|), the main ID for that pokemon. Its appearing as unrecognized field 1.

If anyone has any ideas, please let me know

Pokemon {
  PokemonId: 41
  Cp: 10
  Stamina: 10
  MaxStamina: 10
  Move1: 202
  Move2: 50
  HeightM: 0.7697427
  WeightKg: 6.7737203
  IndividualAttack: 12
  IndividualDefense: 1
  IndividualStamina: 9
  CpMultiplier: 0.094
  Pokeball: 1
  CapturedS2CellId: 3040700506126155776
  CreationTimeMs: 1468583377444
  FromFort: true
  1: 0x455da2ba068ba149
}
@Grover-c13
Copy link
Owner Author

Finally! needed to be a fixed int64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant