Jump to content

BlackShark

Contributor
  • Posts

    1589
  • Joined

  • Days Won

    93

Everything posted by BlackShark

  1. You can get the latest development build of PKHeX from the download below, it's always up to date with the latest commits.
  2. There's nothing to preserve, the data is in the game. The download was just a flag that unlocks them. All the downloadable missions can be unlocked by passwords as well. The Free Spirit's Path - EDw8w2HaRn A Date With Destiny - gauRnak2nR A Fate Born of Beauty - 2aL38Ek2Rx Motochika and Motonari - J2TRZXPUm3 Hideyoshi and Reshiram - 2rz3XFEKxR
  3. What exactly did you do? What kind of edits? You need to give us more information. When I inject any of the Heatran from the Events Gallery without modifying it, it ends up legal for me.
  4. Use Gen 5 Save Tool, it has a medal editor.
  5. @no154meganium here's the code! Emerald (Japanese) Activate TV events immediately (no TV announcement) 3272E62B 27DEC357 9063283E 23D9CF18 D9D97E62 3074789A 326A7646 1A6D3347
  6. Google for them. There's a different code for the Clear-Out-Sale, but idk if that one is available for Japanese Emerald. If you can't find any you will need to wait until someone creates the code. I could do, but not before next week.
  7. If you are referring to a save file that's completely filled with FF or 00, no. The save is empty/uninitialized in that case, there is nothing you could load.
  8. The filename of your save doesn't really matter if it is not for the 3DS Pokemon games or meant to be used on emulators.
  9. In Citra right click your game, then choose "Go to Save Data Location" to open the folder, inside should be a file called main.
  10. Don't use save states, load your regular save file after you saved ingame normally.
  11. PokeGen is very outdated as well as this guide, use PKHeX nowadays. Check the tutorials, most important should be steps 3 and 4 https://projectpokemon.org/home/tutorials/save-editing/using-pkhex/
  12. You are trying to open a save state made by an emulator. You need to save ingame normally and open the regular save file (.sav).
  13. I don't know about the stamps but you can easily check by visiting the Record Corner in any Pokemon Center, if it's called "Corner" you have v1.1, if it's called "Center" instead you have v1.0. Nope, v1.1 has the "represents", v1.0 doesn't have it. 2 different English versions? Than one of them is probably corrupted/modified. There should only be 1 version of Emerald. Gen 3 is somewhat difficult when it comes to item cheats. The item pocket is encrypted, so it's easier to not put them into the pocket directly. DMA = Dynamic Memory Allocation, which basically means that some RAM offsets are always changing randomly. So without disabling the DMA some cheats won't write to the desired offset and won't work. So if a code is not working try using the Anti DMA. If it still doesn't work it could also be a different code format or an issue with your emulator.
  14. The TID is exactly what is shown on your trainer card, yes. Yes, they will remain shiny and will be made shiny if they aren't already. With .PID=$shiny PKHeX calculates a shiny PID for your Pokemon based on their TID/SID, for a legal PID however you would have to take the IVs and nature into account as well. PKHeX doesn't do that so you would need to calculate a PID for each single Pokemon that comes from gen 3 and 4 manually. If the origin is gen 1-2 or 5-7 you don't need to care about that.
  15. To change all Pokemon from gen 7 use this. Like this the PID will be recalculated to make them shiny again after changing their TID and SID. =Generation=7 .TrainerID7= .TrainerSID7= .OT_Name= .PID=$shiny For Pokemon from gen 6 and below change the generation number and use .TID= and .SID= instead. However keep in mind that Pokemon caught in gen 3 and 4 will be made illegal with this because PKHeX will not recalculcate valid PID IV relations. Those would need to be fixed manually (gen 3, gen 4).
  16. This can only be done by ROM hacking. Use pk3DS to edit trainers and more.
  17. A simple conversion doesn't exist as the berry data is only a small part of the actual e-Card file. You would need to go through similar steps as described in my guide for Trainer e-Cards. The only differences should be steps 7 and 8 that need to be changed like this: I haven't checked if it actually works, I will update the guide if it does.
  18. You need Custom Firmware (CFW) installed on your 3DS or at least a way to run homebrew to access your save files. They are encrypted so direct access is impossible. Check the guide below about how to manage your 3DS save files.
  19. No. ROMs are copyrighted material, sharing them is illegal and against the forum rules. https://projectpokemon.org/home/guidelines/ Explain which part of the randomization process you are having trouble with.
  20. Some emulators like VisualBoyAdvance seem to skip this "freeze" while others like mGBA correctly execute the script. But I can confirm that this happens on original hardware for sure. Information about the script from the decompilation: https://github.com/pret/pokeemerald/wiki/Disabling-Union-Room-check-when-entering-Pokémon-Centers. It should be possible to skip this check with Action Replay codes or by ROM hacking.
  21. This is intended behavior. The game checks if there are players in the Union Room each time you enter the Pokemon Center.
×
×
  • Create New...