Hello Trainers! Pokémon GO 0.193.0 is slowly rolling out, and it includes a new icon, a hint that Mr. Rime might be ready to make an appearance, a select all Pokébox feature, and more!
Read the official release notes here, spoiler alert, there’s not much there.
🚨⚠️ Disclaimer ⚠️🚨
Please be aware data miners have publicly reported everything in this article (PokéMiners). Information shared through these channels is not affiliated nor approved by Niantic, and is always subject to change. Do not take it for granted, features change and get scrapped all the time. It is very important that you are aware that these things CAN and WILL CHANGE.
Additionally, this article contains my thoughts and opinions in regards to the code that was shared online – all of these should be treated as conjecture, not as hard statements. If you’re OK with that, feel free to read further. Potential spoilers ahead.
New App Icon
Pokémon GO is getting a new icon, live in the new update. The icon looks fairly similar to before: a PokéBall, but this time it’s covered in confetti.

Mr. Rime is coming to town
Galarian Mr. Mime | Mr. Rime |
---|---|
![]() |
![]() |
MR_RIME_NORMAL MR_RIME_SHADOW MR_RIME_PURIFIED .V0866_POKEMON_MR_RIME
It appears that Mr. Rime is getting ready to make his grand entrance into Pokémon Go. For those that don’t know, Mr. Rime is the Galarian evolution of Mr. Mime.
New Costumes – Those are new, right?
You said you loved Costumed Pokémon… yeah you did, no going back now. Two new Pikachu, Delibird and Cubchoo costumes are coming this winter. Also, what kind of costume are they going to put on Delibird? A beard?
PIKACHU_ADVENTURE_HAT_2020 PIKACHU_WINTER_2020 DELIBIRD_WINTER_2020 CUBCHOO_WINTER_2020
Purchasing a Remote Raid pass
OnRemoteRaidShopButtonPressed
As advertised in the release notes, you’ll soon be able to purchase earlier. Theoretically, this button should be available from the raid screen, but let’s see if the bugs get it down.
Select All Button on Pokémon Search
It’s here! It’s finally here!! Perform a search, select one Pokémon and the select all button will appear. This is massive, and a long time coming, and it’s finally here.

ClickSelectAllButton pokemonIconWidget oldRatingLabel IsDisabledForMassTransferSelection
Tagging Pokémon
We briefly mentioned Pokémon tags in our 0.191.1 APK Teardown: XL Candy and Pokémon HOME discoveries article, and honestly, forgot about it. Well 0.193 has much more information on it, including two new icons and code fragments that describe the capabilities of tags:
Tag Icon | Add a Tag Icon |
---|---|
![]() |
![]() |
tagDetailHeader tagTitle tagColorDot tagPokemonCount editTagButton editTagButtonObject titleUnderliner tagDetailHeaderRoot tagPageTitle tagTabRoot createTagButton tagButton tagButtonText ClickTagButton
Create, Edit, Delete… fairly standard stuff. There’s quite a bit more on this, but this is the more exciting stuff.
CREATE_TAG EDIT_TAG deleteTagButton
Inventory Updates
regularTransferButton regularTransferBackground regularTransferText activeTransferButtonColor inactiveTransferButtonColor activeTransferBackgroundColor inactiveTransferBackgroundColor activeTransferTextColor inactiveTransferTextColor
Not sure what inactive transfer means… Apparently, there are also references to Let’s Go transfers and Home transfers.
Recent and Favourite Searches
ManageFavoriteSearchGuiController allSearchIconsGuiControllerPrefab recommendedSearchIconsGuiControllerPrefab manageFavoriteSearchGuiControllerPrefab
It appears that the GUI’s for recent and favourite searches has been added.
Add and Remove favourite searches
AddRecentSearch AddFavoriteSearch RemoveFavoriteSearch SetFavoriteSearchTitle .get_RecentAndFavoriteSearchesBase64 .get_RecentSearches .get_FavoriteSearches RecentSearches FavoriteSearches
We’ll be able to add and remove favourite searches as well.
POI Contributions
Camera Plus Icon | POI Device Icon |
---|---|
![]() |
![]() |
poi_contrib_limit_photo poi_contrib_limit_ar poi_contrib_unavailable_disabled POI_CONTRIB__MIN_PLAYER_LEVEL_KEY POI_CONTRIB__DISTANCE_LIMIT_KEY POI_CONTRIB__ADD_PHOTO_LIMIT_KEY POI_CONTRIB__ADD_SCAN_LIMIT_KEY POI_CONTRIB__N_LIMIT_RESET_KEY
A couple of new icons for POI Contributions, which is an interesting name considering it’s not used anywhere else previously.
Image Gallery and Voting
ImageGallery.dll
Niantic has previously announced that PokéStops will have more than one image, much like how Portals work in Ingress. This appears like they might be using Ingress’s actual image Gallery. Which makes sense, the images are already there.
Full-Screen Access
GET_IMAGE_GALLERY_SETTINGS OnScanPoiClicked OnGalleryClicked scanPoiButton galleryButtonObject scanPoiImage galleryButtonImage
These were added to the full-screen view of a POI image. It appears that you’ll be able to access these from that screen.
Image Load Limit
.get_IsPoiImageGalleryEnabled .get_MaxPeriodicImageLoadedCount .set_MaxPeriodicImageLoadedCount
It appears that only a certain number of images can be loaded at a time.
Image Scrolling
GalleryImageSelected imageGalleryRowPrefab GALLERY_IMAGES_PER_ROW IImageGalleryScrollerCell ImageGalleryScrollerCell imageDataList imageIndex OnDragSendMainImageIndex ImageDetailsScroller currentImageIndex OnScrollCellInitialized WhenScrollerIsMoving ResizeAndPosition
We’ll be able to scroll through the images, which will be formatted to fit your screen.
Image Voting
imagesToVoteFor imagesToUnvoteFor .get_UpVoted .set_UpVoted .get_VoteCount .set_VoteCount .get_HasBeenVotedOnInThisSession .set_HasBeenVotedOnInThisSession notUpVotedTexture upVotedTexture voteButtonImage voteButton
We’ll be able to vote for the images, and the top-rated picture will become the image displayed on the Photo Disc.
Adding a Photo
As expected, there will be a button for adding photos:
addPhotoButtonImage addPhotoButtonEnableSprite addPhotoButtonDisabledSprite addPhotoButtonEnabledColor addPhotoButtonDisabledColor PoiImageSubmitter PoiImageSubmissionTime PoiImageId PoiImageUrl PoiImageIndexNumber
Scrolling Improvements
keepPosition _Resize _UpdateSpacing _AddCellViewSizes _RecycleAllCells _RecycleCell listPosition
A lot was added to improve scrolling, from what I can see it seems better.
Ad Targeting
.get_AdTargetingInfo .set_AdTargetingInfo AdTargetingInfoFieldNumber
It appears we’ll be getting targeted ads. Most likely to a nearby sponsored PokéStop or Gym.
AR Mapping
Error Messages
TOO_BLUR TOO_LITTLE_MOTION
Too Blurry and too Slow.
Can you even quest?
.get_IsPlayerEligibleForGeotargetedQuest .set_IsPlayerEligibleForGeotargetedQuest
A check to see if you can get the Pokéstop scanning quest.
Upload in Progress
UploadsInProgress CancelSubmissionUpload doUploadNowMessaging NotifyUploadNowStarted NotifyUploadLaterSelected UploadNowStartedHasSubscribers UploadLaterSelectedHasSubscribers add_OnUploadNowStarted remove_OnUploadNowStarted add_OnUploadLaterSelected remove_OnUploadLaterSelected OnUploadNowStarted OnUploadLaterSelected
A lot was added for uploads in progress, including a cancel option, and some other notifications.
File service
originalFile CopyFileForSubmission MoveFileForSubmission GetSubmissionType WasSubmissionFound GetExtensionForType IsCorrectExtensionForType EditImage FILE_EXTENSION_JPG FILE_EXTENSION_JPEG ArScanV1 ArScanV2 ImageNomination ImageEdit
This appears to be a new file service for the upload, it looks like the file is moved before uploaded as well. Not sure why that is, but there it is.
Event Ticket Grey
ITEM_EVENT_TICKET_GRAY
Not really sure what this is for, perhaps the subscription thing that’s been hinted at previously? Maybe Niantic plans to sell two event ticket’s at a time.
Player Save Data
SaveBattleParties SaveRecentAndFavoriteSearches
A couple of new values saved to your player data, battle parties, and recent and favourite searches.
Excluding Badges
.get_BadgeTypesToExclude BadgeTypesToExcludeFieldNumber
…but why?
That’s all for now Trainers. Stay safe out there.