Jump to content

BlackShark

Contributor
  • Posts

    1704
  • Joined

  • Days Won

    102

Everything posted by BlackShark

  1. Ok, I think there is a misunderstanding of that feature. It's not meant to give the item to you. The item you can choose here is given to other players that you mix records with ingame. You have two options to get the Eon Ticket into your Emerald: open any other RSE save, to use it as a distributor use my plugin to set the Eon Ticket for Record Mixing go ingame and mix records between that edited RSE save and your Emerald save or: directly put the Eon Ticket into your key pocket set flag 2227
  2. The Eon Ticket was never distributed to Emerald. So which file did you try to import? You can not use the ME3 that was made for RS in Emerald. In Emerald the Eon Ticket is only obtainable by mixing records. This would just put the Eon Ticket in your pocket and set flag 2227 "Can Travel to Southern Island". That's all you need.
  3. PKHeX is a Windows application. Follow one of these tutorials to get your save from your 3DS to your PC and back: https://projectpokemon.org/home/tutorials/save-editing/managing-nds-saves/
  4. You didn't dump the update from your Switch, Poplio didn't exist in SV v1.0.
  5. You are looking at the individual PKM file of that raid. What you want is this. A tutorial about how to use it and more information are linked on that page. You can find more of them in the SwSh Event Gallery: https://projectpokemon.org/home/files/category/225-sword-shield/
  6. BlackShark

    MEW

    The origin game is always set to Diamond even if you received it on Pearl.
  7. They are not "broken", it's like they were erased or there never was any data inside.
  8. Those files are empty, there is no data that could be recovered.
  9. Depends on what exactly you are trying to change. However, since that Pokemon already touched HOME you should not change any immutable values. Doing so would invalidate the tracker and HOME will block it.
  10. Read this The HOME tracker is assigned when a Pokemon enters HOME from it's origin game. So a Pokemon caught in Sword needs to enter from SwSh. A Pokemon from Gen 3 - 7 needs to enter through Bank, for which you need to have an ongoing subscription since it's no longer available for purchase. HOME will block your Gen 3 - 7 mons if you have moved them to Gen 8/9 though PKHeX.
  11. Opens without issues on the latest PKHeX.
  12. Don't use save states, save ingame normally as you would on your console. Save states don't write back to the save file.
  13. Read this: https://projectpokemon.org/home/tutorials/save-editing/managing-nds-saves/
  14. There are different methods to get your save files. Read these guides: https://projectpokemon.org/home/tutorials/save-editing/managing-gb-gbc-saves/ https://projectpokemon.org/home/tutorials/save-editing/managing-gba-saves/
  15. No. The offspring get its own PID, it's not connected to its parents.
  16. @Marie Shiomi @theSLAYER Stupid me already updated the plugin to NET9 ... sorry! Use the previous version (2.2.2), it still works fine on PKHeX 24.11.11. Update to v2.3 once PKHeX is on NET9. WC3Plugin-2.2.2.zip
  17. These are the relevant function: https://github.com/pret/pokeemerald/blob/master/src/field_specials.c#L1555 u16 GetDaysUntilPacifidlogTMAvailable(void) { u16 tmReceivedDay = VarGet(VAR_PACIFIDLOG_TM_RECEIVED_DAY); if (gLocalTime.days - tmReceivedDay >= 7) return 0; else if (gLocalTime.days < 0) return 8; return 7 - (gLocalTime.days - tmReceivedDay); } u16 SetPacifidlogTMReceivedDay(void) { VarSet(VAR_PACIFIDLOG_TM_RECEIVED_DAY, gLocalTime.days); return gLocalTime.days; } gLocalTime.days returns the current days from the RTC. In the Get function the last line "gLocalTime.days - tmReceivedDay" can result in a negative value if tmReceivedDay is greater gLocalTime.days, which can then result in high numbers. But it shouldn't be as high as 65,227.
  18. In PKHeX you can set constant 194 in the event flags research to the current number of elapsed days, or any lower number. That should fix it.
  19. It needs to enter HOME through Bank from any Gen 7 game or the Gen 1/2 VC games to get a valid tracker. Or it will stay illegal, there's no other way to get a valid tracker.
  20. Right.
  21. You have to use Pokefinder to find a valid PID for your Groudon. Just follow this guide.
  22. Just remove the .bak from the file name.
  23. Sky Editor can change the genders. Here is the latest version.
×
×
  • Create New...