Jump to content

Kaphotics

Helpful Member
  • Posts

    7216
  • Joined

  • Last visited

  • Days Won

    357

Everything posted by Kaphotics

  1. Kaphotics

    bug in last update

    Yes, it's indirectly saying that the pkm must have the ribbon, and if you give it the ribbon, it'll say you can't have the ribbon, hence you have to change the invalid memory.
  2. Kaphotics

    bug in last update

    https://bulbapedia.bulbagarden.net/wiki/Battle_Maison#Restrictions Can't bring Arceus to the Maison, thus can never vs the Chatelaine and receive the ribbon.
  3. Kaphotics

    bug in last update

    Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/83e61923f7ff61448f3230e2c4ad9beb8227008b
  4. Kaphotics

    bug in last update

    new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.B2, Gender = 0,}, // HA Jellicent @ Undella Bay Mon Only new EncounterStatic { Species = 593, Level = 40, Location = 71, Ability = 4, Version = GameVersion.W2, Gender = 1,}, // HA Jellicent @ Undella Bay Thurs Only Needs to have its hidden ability if it's the static encounter. However... there is a wild encounter with the same level. Boooooo. PKHeX finds a best-match by checking moves & evolutions, with the assumption that all other details should be compatible with this best-match. This is the only case known where two different encounter types share all details except for the ability ?
  5. Will be fixed in the next release, has previously been reported by others
  6. Nothing wrong with them; the last release had a few issues which have been resolved internally. The next release will be posted once the amount of changes slows down again.
  7. Thanks for reporting, will be fixed in the next release https://github.com/kwsch/PKHeX/commit/6816c2de432f4d970d59bc591efd761192f92410
  8. Post PKM and double check that you have at most 1 master contest ribbon.
  9. Kaphotics

    bug in last update

    It's there, there's just no encounter slot for a level 25 variant. https://www.smogon.com/forums/threads/headbutting-safari-zone-great-marsh-rng-abuse-guide.3460739/ encounter slots 6 and 7 are replaced by the Binocular Pokémon of the Day. Data from Pearl: Unless the community knowledge for this is wrong, slots 6&7 are the same level (not 21-26).
  10. Kaphotics

    bug in last update

    Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/027d898f3d745ffbe8779d0fc765aea6f3553142
  11. Working as intended. Met data says it was transferred from Gen4->5 at level 1, thus it could only exist in Gen4 as Totodile.
  12. The label below the property dropdown lists the current value for the pkm currently loaded to tabs, if it has that property.
  13. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/c8897161b72a5cf69009d2ab09417f6c80526661
  14. Thanks, fixed in latest commit https://github.com/kwsch/PKHeX/commit/93876d98eba32c02f530dc44a30697cc701c9a9e
  15. Kaphotics

    bug in last update

    I know that. It checks the pkm's OT gender, not the save file gender. You can't change the OT gender after you receive the trade from Yancy/Curtis.
  16. Part 1: Fixed in https://github.com/kwsch/PKHeX/commit/d70990f9cc6b3d4a48f71d349343cfd210349196
  17. Kaphotics

    bug in last update

    Part 1: Fixed in https://github.com/kwsch/PKHeX/commit/d70990f9cc6b3d4a48f71d349343cfd210349196 Second one: Curtis will trade the female player a different Pokémon each day Yancy will trade the male player a different Pokémon each day -- You can't receive anything from Curtis if your OT is male. if (EncounterMatch is EncounterTrade t && t.TID == Encounters5.YancyCurtisTID) VerifyTradeOTOnly(data, pkm.OT_Gender == 0 ? Encounters5.TradeOT_B2W2_M : Encounters5.TradeOT_B2W2_F);
  18. Works fine on latest commits, will be available in next release. I'm assuming it is freezing trying to get a valid PID for it.
  19. Extract the save file from your legitimate copy before trying to edit the file.
  20. Updated in latest commit https://github.com/kwsch/PKHeX/commit/0c2d3029975423b41ffdff1b175fc868e47afbf6 You can still convert the current values to the gen7 style as follows: tid + sid*65536 = id tid7 = rightmost 6 digits of id sid7 = remaining digits on left side
  21. You'd need to edit the active save file instead of a fixed offset. PKHeX detects the active save file by looking at block0's update counter; the higher of the two is the most recently updated save (ie active). The active save is what is edited by PKHeX, and is the save that is loaded when the game boots.
  22. you likely edited the backup save file, not the active one (the sav stores two files in the event one is corrupt).
×
×
  • Create New...