Leaderboard
-
in Tutorials
- All areas
- Blog Entries
- Blog Comments
- Images
- Image Comments
- Image Reviews
- Albums
- Album Comments
- Album Reviews
- Files
- File Comments
- File Reviews
- Events
- Event Comments
- Event Reviews
- Topics
- Posts
- Pokédex Entries
- Articles
- Article Comments
- Technical Documents
- Technical Document Comments
- Pages
- Tutorials
- Tutorial Comments
- Status Updates
- Status Replies
-
Month
-
All time
November 30 2016 - April 6 2025
-
Year
April 6 2024 - April 6 2025
-
Month
March 6 2025 - April 6 2025
-
Week
March 30 2025 - April 6 2025
-
Today
April 6 2025
- Custom Date
-
All time
Popular Content
Showing content with the highest reputation since 03/06/25 in Tutorials
-
This guide to resolve any issues users get when they try to change nature or PID of a Pokémon from Gen 3 or Gen 4. DO NOT USE ANY POKéMON WITH MODIFIED PID ONLINE! Foreword The reason why people get various PID-Mismatch or Invalid Encounter type of messages, is because they did not modify the Pokémon correctly. In Generations 3 and 4, due to an in-depth understanding of how the Pseudo-Random Number Generator works (as well as game mechanics), the Personality Value (PID) is tied to various other values related to the Pokémon generation procedure in-game, such as Individual Values (IVs), Gender, Ability slot, Nature, and Encounter Slot. (Encounter slot refers to the programmed data in a table, that hosts a list of level and species that can be encountered in a map) TL;DR: Due to how RNG is called, PID, IVs, Nature, Gender, Ability, Encounter slot are related and can be derived. Basic Preparation 1. Pokefinder will be the tool we use to find correct information (PID/IVs etc) 2. Time and patience. I cannot stress this enough. 3. Know whether the specific Pokémon is Stationary/Gift or Grass/Cave/Surfing/Fishing/Rock Smash wild encounters. 4. Begin with 'priority of information' in mind. Which is more important: PID or IVs? That will be your starting point. This will be basis for choosing Search via PID or Search via IVs below. Note: Do know that there are scenarios where the PID or IVs you want would be impossible. Learn to adapt to such scenarios. 5. If you're trying to make a shiny, and TID/SID isn't all that important to you, ignore shininess for now. (There's a Shinification portion further down. Run through the regular steps first) Search via PID - Stationary/Gift Search via PID - Wild Encounters Search via IVs - Stationary/Gift Search via IVs - Wild Encounters Shinification1 point
-
Images above are from XY, ORAS, SM and USUM, respectively. Disclaimer This guide requires a hacked 3DS, and will use Luma3DS LayeredFS to achieve the desired result. For non-shiny locked entries, this shiny patch will shinify wild encounters, static encounters, gifts, fishing, eggs when received from breeder, and wonder card redemptions. Note: this ROM patch may affect some event redemptions that were not meant to be shiny. Wonder cards that have preset/fixed PID may get their PID overwritten and end up being shiny. Those specific cases will be illegal. (I experienced this with Ash-Greninja) Unlike shiny patches of previous generation games, these Pokémon retain their shininess even when transferred to games that do not have the shiny patch. While PK3DS does have a shiny rate editor, this guide is for people who somehow can't get it to work (maybe computer compatibility issues, unable to extract all the necessary files from the games, etc), or simply doesn't like to use it. We will not be providing any exefs.bin or code.bin, as linking to or providing data files extracted from ROMs are against our forum's rules. However do not fear, as the steps regarding how to extract them from your own purchases, are included in this guide. Additional Misc. Info While it is possible to compile the edited code.bin into a .3DS/.cia, that is not the focus of this tutorial. Do note that if you're running a version of the game that is updated (i.e you have the update patch installed), you'll have to dump the exefs.bin of the update patch instead. Instructions for this step is included below as well. If you have the update patch installed, and you use the exefs.bin/code.bin from the main game (instead of the one in the update patch), it will definitely result in a crash when the game is being loaded. Additionally, this patch will not work on any entries that's shiny locked, and it also won't work on entries that use a different method of generating their PIDs, such as non-legends/non-UB wild Wormhole encounters, Partner Cap Pikachu, Poké Pelago etc. The 4 easy steps: 1. Extracting the exefs.bin 2. Decompressing exefs.bin to obtain the decompressed code.bin 3. Performing the edit 4. Pasting the code.bin into Luma Extracting the exefs.bin Decompressing exefs.bin to obtain the decompressed code.bin Performing the edit Pasting the code.bin into Luma Congratulations, shinies await you! Original source of this method is from our one and only, @SciresM. This method was adopted from his tweet back during Pokémon Sun & Moon's release. It took me a while, but I've come to realize the leading bytes were exactly the same across the 3DS Pokémon games, making this method work for Gen 6 and 7 3DS games. POST TUTORIAL EDIT: It appears extracting the .code.bin directly from the exefs folder in GodMode9 works, bypassing the entire requirement of ctrtools1 point