Commit 89697f2
File tree
2 files changed
+2
-2
lines changed- src
- main/java/com/pokegoapi/api/map/pokemon
- resources
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
- .gitignore+4-1
- README.md+11-1
- compile_single.py+5
- src/POGOProtos/Data/AssetDigestEntry.proto+1-1
- src/POGOProtos/Data/Battle/BattleAction.proto+1-1
- src/POGOProtos/Data/Battle/BattleActionType.proto+1-1
- src/POGOProtos/Data/Battle/BattleLog.proto+1-1
- src/POGOProtos/Data/Battle/BattleParticipant.proto+1-1
- src/POGOProtos/Data/Battle/BattlePokemonInfo.proto+1-1
- src/POGOProtos/Data/Battle/BattleResults.proto+1-1
- src/POGOProtos/Data/Battle/BattleState.proto+1-1
- src/POGOProtos/Data/Battle/BattleType.proto+1-1
- src/POGOProtos/Data/Capture/CaptureProbability.proto+2-2
- src/POGOProtos/Data/Gym/GymMembership.proto+1-1
- src/POGOProtos/Data/Gym/GymState.proto+1-1
- src/POGOProtos/Data/Logs/FortSearchLogEntry.proto-1
- src/POGOProtos/Data/Player/PlayerPublicProfile.proto+1-1
- src/POGOProtos/Enums/ItemEffect.proto+1-1
- src/POGOProtos/Inventory/EggIncubator.proto+1-1
- src/POGOProtos/Networking/Envelopes/AuthTicket.proto+1-1
- src/POGOProtos/Networking/Envelopes/Unknown6.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/EncounterTutorialCompleteMessage.proto+2-2
- src/POGOProtos/Networking/Requests/Messages/FortDeployPokemonMessage.proto+2-2
- src/POGOProtos/Networking/Requests/Messages/FortRecallPokemonMessage.proto+2-2
- src/POGOProtos/Networking/Requests/Messages/LevelUpRewardsMessage.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/SetFavoritePokemonMessage.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/UpgradePokemonMessage.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/UseItemCaptureMessage.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/UseItemEggIncubatorMessage.proto+1-1
- src/POGOProtos/Networking/Requests/Messages/UseItemPotionMessage.proto+2-2
- src/POGOProtos/Networking/Requests/Messages/UseItemReviveMessage.proto+2-2
- src/POGOProtos/Networking/Responses/EncounterTutorialCompleteResponse.proto+1-1
- src/POGOProtos/Networking/Responses/FortDeployPokemonResponse.proto+1-1
- src/POGOProtos/Networking/Responses/FortRecallPokemonResponse.proto+1-1
- src/POGOProtos/Networking/Responses/GetHatchedEggsResponse.proto+1-1
- src/POGOProtos/Networking/Responses/GetIncensePokemonResponse.proto+1-1
- src/POGOProtos/Networking/Responses/LevelUpRewardsResponse.proto+1-1
- src/POGOProtos/Networking/Responses/UseItemPotionResponse.proto+1-1
- src/POGOProtos/Networking/Responses/UseItemReviveResponse.proto+1-1
- src/POGOProtos/Networking/Responses/base.proto.txt+1-1
- src/POGOProtos/Settings/Master/Item/BattleAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/EggIncubatorAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/ExperienceBoostAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/FoodAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/FortModifierAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/IncenseAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/InventoryUpgradeAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/PokeballAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/PotionAttributes.proto+1-1
- src/POGOProtos/Settings/Master/Item/ReviveAttributes.proto+1-1
0 commit comments