-
Posts
22934 -
Joined
-
Last visited
-
Days Won
1010
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Events
Downloads
Gallery
Blogs
Everything posted by theSLAYER
-
Yes. It is known that some immutable values are incorrectly set to mutable on HOME’s end. Due to the inherent risk from performing such research, and the potential abuse that can arise from this discussion, further research and discussion has been deemed to be not necessary. cheers.
- 1 reply
-
- 1
-
-
Question about "Relearn Moves" under "Moves" section of PKHex.
theSLAYER replied to Zadekian's topic in Pokémon Legality
At the very least, Egg moves or whatever moves get thrown onto the Mon during an event. Some games have wild mons that you catch that would have these moves populated. So they’re not just restricted to egg moves, but most commonly seen there. -
Pokemon Champions event mons preservation?
theSLAYER replied to SwagKey's topic in Events Help and Questions
Yeah cause the mons are directly sent into Champions, and can’t be sent out of Champions. There’s also no publicly known way to directly hack champions (and even if there was it wouldn’t be recommended) Even if you somehow hack a mon in a main series game to appear as tho it was made in Champions, a quick glance at the data would show it came entered HOME, meaning hacked. -
The information is all collated over various sites. The problem is that it needs to be in a format that is easily parsable and applied by the program. So for example, every event (which is currently a wc6) could be custom made as a wc6full to bypass this problem. Or alternatively, the data would need to be stored as a csv. I believe it'll be implemented as long as the file/data is created.
-
-
theSLAYER's PKHeX Plugins General Support
theSLAYER replied to theSLAYER's topic in Saves - Editing Help
Oh it’s definitely possible, but I reckon such usage is rife for abuse so I’ve not enabled it. https://discord.com/channels/343093766477053953/354645386746527745/1158727784420618290 (Example of it being possible; Video if you’re part of our discord) what’s your plans for this? -
As it stands, this point below in itself is sufficient to prove that the save itself isn't clean. Everything else was just a really sweet and juicy cherry on top. You cannot legitimately trigger those flags in the wrong order. I am sorry to say that the save is definitely not clean and the story about receiving the ticket on this save is patently false, full stop. Nothing they can say will change that >< Not part of the main point, but rather just adding on:
-
I got an error. Overqwil caught in Legends:Z-A -> Legal Went into HOME and got a tracker -> Illegal. Behaviour reproducible by simply adding/removing tracker. On current Dev Build. 0904 - Overqwil - BF60D10F0C1E.pa9
-
As far as I can tell, no geolocation data is written onto the mon's data, be it from Go Park or sent directly to HOME. Yeah, direct to HOME location would be "Pokemon GO", whereas GO to LGPE would be "GO Park complex". Because of this difference, stuff from LGPE will not have the hovering "G" flag in the boxes when viewed in HOME.
-
So in general, using encounter database should be good enough as 1) encounter database replicates known algorithms for stats calculation and 2) everything else is said to be sufficiently random. Thing is I am slightly paranoid hence what I've said prior. For regular usage either option should be fine, really depends on you. As for Go trainer name, as far as I can tell no such information is written on the mon itself for GO -> LGPE (Go Park). While GO -> HOME also doesn't write the information to the mon itself, it is stored using the tracker on the server side. So even if the app eventually stops showing you to Go trainer (it used to show me for some pokemon caught earlier, but stopped displaying it after an update), that information will likely continue to be stored by the server.
-
So there’s a few layers to this question, and I’ll provide answers slightly away from your question, to provide context: 1. GO to LGPE’s Go Park GO entries and GO to HOME’s GO entries are slightly different, due to met location being different (and that excludes the fact that you’re also species limited), so you should take that into account 2. Regarding genning GP1 data VS Go park entry itself, while the end results currently seems identical (and I believe that I’ve been told stat generation is sufficiently random), there could always be breakthroughs into recognising RNG determination (stat correlations) in the future. I might be overly conservative (and also not caught up in generation subs), however personally, I will opt for the game to generate details where possible. Whether is that a sufficient enough benefit, is up to you.
-
Could be a custom plugin. Check here:
-
A legal one does not exist, as Zygarde currently cannot be transferred out of GO. also unclear if they plan for it to ever be possible.
-
If you want to be able to send it back to home, then it cannot be shiny. use this copy instead, and don’t modify any details. 0384 ★ - レックウザ - 0E546D30027F.pa9
-
theSLAYER's PKHeX Plugins General Support
theSLAYER replied to theSLAYER's topic in Saves - Editing Help
As an update, I'm still looking into this. Edit: they've been updated Fixed. The plugin also should flag any invalid slots red. Good idea, thanks for pitching it. Implemented. -
Version 1.0.0
135 downloads
In Pokémon Ruby, Sapphire, and Emerald, other trainers involved in the Record Mixing will get their party that was used in the Battle Tower conquest saved into the player's save. The recorded trainers can occasionally be found and challenged at the spot where their Battle Tower streak ended. This tool was developed in part to extract and recreate long lost data, as per described in this thread. Please note that data isn't completely stored in the save, and it attempts to recreate the Pokémon as best as it can. It will also attempt to legalize the extracted Pokémon, but sucess isn't guaranteed. User intervention is more than likely required. Examples of what you can use this for Extracting and recreating long lost Pokémon, whether is it from a Record Mixed alt, or from sibling or friend (only do so if you have permission!) How it works and what it is implemented Record mixing stores data in the save. Plugin users those bits and pieces to attempt to recreate a Pokémon (you can read about it in the linked thread above). Plugin also attempts to legalize the Pokémon. There are a few rounds of legalization attempts (not listed in any order; it is done via nested loops): 1. Rotates between Poké Ball and Safari Ball (checks bred vs met in Safari Zone) [allows for color based ball matching, if legal and not Safari] 2. Rotates between Version Met (also toggles/rotates between Fateful Encounter Flag and National Ribbon, because of CXD origin) 3. Rotates based on PID type (CXD, eggs, attempts to force PID None to Method 1 using PID>Seed) How to use Put the plugin into the plugins folder in your PKHeX directory, then access it from the Tools menu. Note: Win 10 might block DLL files downloaded from the internet. In that case right click the plugin file, go to properties and check "unblock" (as seen here). [You may have to unblock, reblock, then unblock again to get it to work] Example of how to unblock: Usages Load a RSE save, then go to the plugin. You can view the recorded entries, and send a Pokémon to viewer. The plugin will attempt to legalize the Pokémon, but success isn't guaranteed. Support As Japanese saves, as well as some Emerald saves, have not been fully tested, issues are to be expected. For help and bug reporting, go here (providing a description and a save, as per the first post, is greatly appreciated). Credits Kaphotics for PKHeX. BlackShark for pointing me towards RSE disasembly for the various trainer classes. Admiral_Fish for RNGReporter and Pokefinder. -
theSLAYER's PKHeX Plugins General Support
theSLAYER replied to theSLAYER's topic in Saves - Editing Help
Didn't think anyone is using these. I'll need to check if I still have the project files for these, and would need to adopt them for the new working environment I'm on. Thanks for this. -
Requirement for “legal” is that the Mon is indistinguishable from one obtained via legitimate means. In this case, as VC RSE isn’t released, and the mons you’re thinking of could not be caught nor received in VC FRLG, that means that there’s no legitimate way for you to get it. Which in turn means there’s currently no legal copy you could make. Something can be in the National Dex, but there being no legitimate way to obtain it; being in the National Dex isn’t a metric that “it must exist right now”. Example 1: In Gen 3, RS launched first, prior to FRLG ColoXD release, thus one was stuck with only what was available in Hoenn Dex, with no hopes of getting Kanto starters. Example 2: At the start of every Gen, Mythicals can’t be obtained despite being programmed into the National Dex, because the event isn’t released. We’re at the start of the era of VC Gen 3. So not everything is obtainable at the moment. Hope that clears things up. edit: also if you cannot wait, hack one in now and breed it (for mons that can breed). The one that was bred and hatched, while would still be illegal now, would likely be legal down the line.
-
[PKHeX Plugin] Dynamax Adventure Reset Issues/Requests/Discussion
theSLAYER replied to Darkfiggy's topic in Saves - Tools
Go to their github to install the latest copy -
Shiny Volcanion Home event for Scarlet/Violet?
theSLAYER replied to pkmfan's topic in Event Pokémon News
Yeah, as per described earlier, every HOME’s Dex completion reward is tagged to the dex’s game. SV Dex completion: SV Shiny Meloetta ZA Dex completion: ZA Shiny Volcanion people only notice it because.. ZA has the added caveat of not being able to transfer down. I admit, I’m disappointed too, but not just for the gift, but rather for them not finding ways around officially implementing transferring down (cause there are definitely ways they could have implemented it). No worries, was happy to put it up. I think I made the shiny Volcanion coloration artwork like.. maybe 7 years ago Glad I could finally use it. -
Shiny Volcanion Home event for Scarlet/Violet?
theSLAYER replied to pkmfan's topic in Event Pokémon News
To be clear, the event was distributed with the last visited already being tagged as ZA (ZA’s block has been populated), hence why it won’t go down to previous games (as per what Kaphotics shared). Aside from Keldeo, having the associated game’s block prefilled has been HOME’s standard for Dex completion rewards (Keldeo has SWSH block filled, but that’s the default for all HOME mons..) Shiny Meltan: last visited LGPE Shiny Manaphy: last visited BDSP Shiny Enamorus: last visited PLA Shiny Meloetta: last visited SV -
1405 downloads
This gift was awarded to players for completing the Lumiose Pokédex, Hyperspace Lumiose Pokédex, and the Mega Evolution Pokédex, within Pokémon HOME. This requires players to have captured every possible species from Legends: Z-A, with their origin data being Legends: Z-A, and subsequently transferred into HOME. It also requires players to use a save that has all Mega forms (including DLC) included in Legends: Z-A. As with any other Pokémon that has the origin set to Legends: Z-A: this entry cannot be transferred to other Switch titles aside of Z-A and HOME. Game Pokédex Completion Commemoration No. 6! Species Volcanion TID 260427 Distribution Online Location Pokémon HOME Dates 27th April, 2026 onwards PID (xor0 forced) F944000C (Shiny) Games Origin Game: Legends: Z-A Met Game: Pokémon HOME Nature Modest Ability Water Absorb (1) Item None IVs EVs HP 20 ALL 0 ATK 31 DEF 20 SPA 31 SPD 20 SPE 31 Lv. 50 Moves (ITALIC means Relearnable) Steam Eruption Flare Blitz Hydro Pump Heavy Slam Souvenir Ribbon (Ribbons not shown in game) Lang Slot Mon's Lang Nickname OT Name OT's Lang JPN (lang' tag default) HOME - ENG (lang' tag default) HOME - FRA (lang' tag default) HOME - ITA (lang' tag default) HOME - DEU (lang' tag default) HOME - ES-ES (lang' tag default) HOME - KOR (lang' tag default) HOME - CHS (lang' tag default) HOME - CHT (lang' tag default) HOME - ES-LA (lang' tag default) HOME - Only One Redemption Allowed Format Ver.4.0.0-8, Post Updated Date:20260427_2248 -
Try santacrab’s fork https://github.com/santacrab2/JKSV/releases