Pokemon GO 0.119.1 APK analysis – Kecleon sound update, Crabhammer, EX Raid Pass sharing, PokeStop submissions

Pokémon GO APK Mine
Pokémon GO APK Mine

As you were, Trainer. Welcome to GO Hub’s APK analysis of the new Pokemon GO 0.119.1 update. If you’re a regular reader, you know how these go. If you’re new here, you can expect a ton of leaks below this paragraph, together with code excerpts and leaked assets fresh out of our code oven.

In any case, if you want to avoid spoilers and be experience the game as it officially releases, stop reading now, have a walk and forget that you ever saw this post. Otherwise, let’s dive deep into the new APK.

New in 0.119.1

Kecleon sound update

Kecleon’s cry sound was significantly changed, hinting that the elusive chameleon could break stealth mode sooner than later. No code changes tho. The new sound is quite different from the previous sound file, and is a bit lower in pitch.

You can listen to old sound on our Kecleon database page and new sound here.

Crabhammer

Assets for a new Water type move – Crabhammer – are now in the APK, although the code base doesn’t have any references to it yet. Crabhammer is a move that’s exclusively available on the following Generation 1 and 3 Pokemon:

Krabby Kingler
Corphish Crawdaunt

The added assets include the following:

  • Audio file (AudioClip/152-0_crabhammer.wav, you can listen here)
  • Texture file (Texture2D/bubble #16390.png)
  • Particles, animation and MonoBehaviour

Hopefully this doesn’t mean that we’ll get a Krabby, or even worse, Corphish Community Day soon. But then again, Kingler has 240 ATK stat, which means a good move could make him into the Water equivalent of Gengar. Too optimistic? Probably.

New move visual assets and more hints towards Meteor Mash release

A few new icons were added in the 0.119.1 APK, and we believe both are intended to be used as move animations / textures:

  1. Comet
  2. Water Droplets (Scattered)
  3. Bubble variant

We’ve seen this pattern a couple of times in the past, with moves that feature fists and stars in their animation sequences, so we’re quite confident about this. Our speculation is that Bubble and Water Droplets are used for Crabhammer and Comet for Meteor Mash, a Metagross exclusive move that’s secretly being pushed into the APK.

Code changes

  • Around 2.1k code lines were changed from 0.117.x to 0.119.1 (mid sized update)
  • Android AR bug should now be fixed (all hail the new Android Camera App service!)
  • Majority of code changes reference either POI submission system or the EX Pass sharing feature
  • We’re seeing various changes all over the Friend’s list and Trading interface, but clicking around it doesn’t show any huge improvements
  • The translation system has received a light update and now cache’s a part of translated texts

Everything we know about EX Raid pass sharing

Pokémon GO Legendary Raid Boss List

So, as announced, this version brings the new EX raid pass sharing feature into action, as leaked previously in various network traffic bundles. We found a few rules that are applied when trying to share an EX Raid pass, hidden behind errors that can occur.

The following error’s can occur while sharing a raid pass:

.ERROR_FRIEND_ALREADY_INVITED_TO_SAME_RAID
.ERROR_EX_RAID_PASS_ALREADY_SHARED
.ERROR_FRIEND_ALREADY_HAS_SHARED_EX_PASS_IN_INVENTORY
.ERROR_TOO_LOW_FRIENDSHIP_LEVEL
.ERROR_FRIEND_NOT_FOUND
.ERROR_EX_RAID_ALREADY_STARTED
.ERROR_EX_RAID_INVALID
.ERROR_EX_RAID_PASS_NOT_FOUND
.ERROR_UNKNOWN

Additionally, you will get a notification that someone shared an EX raid pass with you, you will be able to accept / decline it and, apparently, Niantic has a feature toggle in place for the sharing feature:

.ShareExRaidFeatureEnabled

What we know about the new POI submission system

Similar to the EX Pass sharing system, the new POI submissions are hidden behind a feature toggle. A few new error types and handlers were added to cover the UI errors:

.POI_SUBMISSION_FAILED_ERROR
.POI_SUBMISISON_IMAGE_TIME_OUT

You can do the following actions to submit a POI:

  • Click on an in-game map to select a location (takes into account location’s S2 cell, latitude and longitude)
  • Add / Edit submission title
  • Add / Edit submission description
  • Add / Edit submission image

A new progress bar will guide you through the process of creating a submission and it should have four steps on it (the APK calls it “pikachu-progress-bar”):

And there’s a tutorial attached to the whole thing:

.PoiSubmissionTutorialPage
.WHAT_IS_POKESTOP
.SUBMIT_FOR_REVIEW
.HOW_TO_CHOOSE_A_LOCATION
.DESCRIBE_A_LOCATION

That’s more or less it on the POI submission system, we’re waiting for a video presenting it in action.

Parting words and conclusions

TLDR: we got a fix for Android’s AR, hints of new moves, Kecleon and two features that will be enabled in the nearby future. A solid update, but nothing ground breaking. This is not the Gen IV update you (or us) are looking for.