Jump to content

foohyfooh

Member
  • Posts

    214
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by foohyfooh

  1. From looking at the code it looks like that plugin was original made with PKHeX Core 20.10.10 which had that property FileName as part of the SaveFile class found here. But, at some point it appears that was removed or moved to somewhere else between 20.11.28 and 20.12.30. So it appears to be incompatibility with the versions of PKHeX and the plugin. Solutions are to use an earlier version of PKHeX with the plugin or try to submit an update the plugin to get it working with the latest PKHeX.
  2. Is the downloadable content for Pokémon Conquest preserved and is there any way inject it into a new save?
  3. Is there any way in PKHeX to edit which Medals you have in Pokémon Black 2 and White 2?
  4. Raising this issue since the rule sets preserved are still only up to Series 3. Note that the rules have been moved to their own repo here.
  5. I am new to modifying roms and want to add a new area to the game without changing the data for the existing routes? Is there a way to add new map headers either with SDSME or by some other tool?
  6. @ZeArk, In the Error Log I see the line In my experience, you would usually get that when the Plugin is compiled with a different version from the PKHeX you are using. So it might be useful to make sure that PKHeX and the plugin state the same PKHeX version.
  7. During the Players Cup 3 Finals stream, there was a code for a free Weakness Policy: WPF1NALSPC3 It is valid until April 26th 2021 Source: https://twitter.com/SerebiiNet/status/1385658732688912387
  8. Can't give you exactly what you need but there is a set of contributed Pokémon Emerald saves located at https://projectpokemon.org/home/files/file/3834-pokémon-emerald/ where can try to move forward from their save 5 to get back to the league and with PKHeX you should be able to make your Pokémon yourself. Hopefully this is helpful.
  9. During the Players Cup 3 stream, there was a code for a free Dream Ball: DREAMB1GPC3 It is valid until April 12th 2021. Source: https://twitter.com/SerebiiNet/status/1380947171567099905
  10. It is becuase there are no 0IV bottle caps is the reason I had to change the IVs, but thanks for reminding me that the PID is related to the IVs.
  11. I don't know if this will help but these are some cheat codes I had for Black and White for the daycare. Pokemon White Instant Egg in Daycare (Press Select): Makes an egg appear at the Daycare instantly. 94000130 FFFB0000 B2000024 00000000 20021884 00000001 D2000000 00000000 Fast Egg Hatch This code will set the hatch counter to zero. 9218AB16 00004281 1218AB18 000046C0 D2000000 00000000 Pokemon Black Instant Egg in Daycare (Press Select): Makes an egg appear at the Daycare instantly. 94000130 FFFB0000 B2000024 00000000 20021884 00000001 D2000000 00000000 Fast Egg Hatch This code will set the hatch counter to zero. 9218AAF6 00004281 1218AAF8 000046C0 D2000000 00000000 Also, @theSLAYER do you have suggestions on how to do this?
  12. Not sure if it an actual issue or just that the legality checker is just better, but I am just mentioning it just incase. I was using PKHeX to modify a Galarian Moltres 146-01 - Moltres - B61B5E5EEB9C Original.pk8 from ROC-PC This is the spread I am trying to change it to Moltres-Galar @ Safety Goggles Ability: Berserk Level: 100 EVs: 92 HP / 52 Def / 108 SpA / 4 SpD / 252 Spe Timid Nature IVs: 0 Atk - Fiery Wrath - Air Slash - Taunt - Protect When using 210130, it is showing as valid and here is the resulting Pokemon 146-01 - Moltres - B9EE5E5EEB9C 20210130.pk8 When using 210406, it is showing as invalid and here is the resulting Pokemon 146-01 - Moltres - ECADEE5210B1 20210406.pk8 Also, know that the 210130 one is showing up as invalid in the 210406 PKHeX and the 210406 one is showing up as legal in 210130 PKHeX . So I at least believe it is limited to the legality check rather than any other changes PKHeX may be doing that I am not aware of.
  13. Oh I didn't notice the smiley face. And, it is true, you did answer the question.
  14. While I agree that someone shouldn't think that uncatchable Pokémon would be legal, in their defence, you may not see the section header since you can directly get to this post via the "What's New" carousel on the Downloads page.
  15. Using the code ADVENTUREB9F you can get 12 Exp. Candy XL and 12 Big Nuggets until April 3rd 2021 14:59 UTC. Source: https://twitter.com/SerebiiNet/status/1375714219040063492
  16. You might have better luck going to OaksLab since people may be apprehensive to trading their legendary Pokémon.
  17. I don't believe PKHeX supports importing events other than those containing Pokémon.
  18. You can checkout https://projectpokemon.org/home/files/file/2326-project-807153543662-multi-gen-saves-with-every-legal-species/?changelog=4394. The White 2 save in that has all 8 badges. The only problem is that the Pokéemon are at various levels. But, you can fix that with using the batch editor in PKHeX with this line .CurrentLevel=100 Hopefully this is helpful for you.
  19. Thanks theSLAYER I used these codes for myself U100BPWHV7YGX8KC U100BPWP8GPM4YAF and my brother used this code U100BPWLJSS9XA8D
  20. The Event Gallery only up to Series 3 for Pokémon Sword and Shield and there are two issues open requesting the files: here and here. Does anyone have files that they can contribute to fill in the missing ones?
  21. I did forget about localisation. I guess that would be one of the more difficult tasks as well.
  22. While I mostly agree with you, I do have some concerns While I agree that genning would be easier, modifying the blocks via a GUI builtin to PKHeX to recatch Legendary Pokémon for competitive would be preferable so as to not violate the constraint of not using hacked significantly hacked Pokémon against others who wouldn't be aware. I would say that overwriting your clothes block just to get some of the gift clothes isn't an ideal solution for someone who just wants to toggle a flag. (Note that I am not aware of if the way that gift clothes are distributed requires updating the whole block or just toggling a flag, but I am willing to assume that it just a flag since the game wouldn't want to have to send that extra data when you battle someone who didn't unlock those clothes.)
  23. I figured making a pull request would be the way to get it in, but I was just wondering if there is anything regarding the requirements of documentation and maintenance since the PKHeX Team would have to take over for any issues down the line. I knew it wasn't a plugin. I had said plugins and tools in the above message, sorry that you missed that part of my question. As an aside, where is the source code for this tool so that someone can try to integrate it?
  24. I was looking at the source code and say that there is a check when you try to add edit notes to put Pokémon from the other version. You can join adventures from other games and save the Pokémon in your notes so unless I missing something about how adding notes works, this warning would be wrong. If I am missing something can you tell me what it is?
×
×
  • Create New...