Jump to content

Kaphotics

Helpful Member
  • Posts

    7216
  • Joined

  • Last visited

  • Days Won

    357

Everything posted by Kaphotics

  1. fixed: https://github.com/kwsch/PKHeX/commit/9af08763528307258d980c8c2710797422024964 thanks for reporting!
  2. thanks, fixed the checksum issue: https://github.com/kwsch/PKHeX/commit/d08bd25b4f8645c78726317a399ab7539bd2e730 will investigate string for eggs.
  3. I think the batch editor can use those indexes for the pkms you need to fix. In the text resource, Memories start at line 39 (memory 0) and are in ascending order if you'd prefer to fix manually. The legality checker is aimed to highlight flaws first, suggesting fixes second. Hooking up descriptive suggestion messages takes time and isn't really worth my time for every single flagged case
  4. works fine on the latest commits, please ignore the illegal message & wait for the next release https://github.com/kwsch/PKHeX/commit/e9cebf933c47bb49b299daa9f19c8b54106b7ce7
  5. Was fixed shortly after the last release; ignore the message until the next update https://github.com/kwsch/PKHeX/commit/5a09cd91220fb0026fc7cfc5c2e237f5b85c7b8a
  6. paging @evandixon , reading with file encoding issue https://github.com/kwsch/PKHeX/blob/b1641772e6354e2d579cf264d40ea512d547f049/PKHeX.Core/Util/DataUtil.cs#L119-L132 (I'll take a look at this later if nobody else does; critical)
  7. your PC has a corrupted font file for Courier New. https://blogs.msdn.microsoft.com/brandonturner/2009/03/31/courier-new-hates-me-font-courier-new-does-not-support-style-regular/ similar resolution: https://www.drivereasy.com/knowledge/fixed-font-verdana-does-not-support-style-regular-in-windows-7/
  8. it works as intended: white & transparent background, you can see PRESS START there. You can toggle a green-screen effect to see transparency areas by clicking in the image area:
  9. The colosseum issue has been fixed since then, was reported near the end of last month.
  10. The interface has changed in the past two years since the reply was posted. To use the values as the user posted, convert from hex then divide by 2 to get the 'new' constant ID in the current UI.
  11. most encounters outside of wild encounters is manually entered now is added: https://github.com/kwsch/PKHeX/commit/d7300ce68fe04cdd83e55fce1130c33188b81728#diff-6af58c129f4b680caa6480467b2051b4R580 thanks for bringing this up
  12. No, it's more of a "Method" like those in the main games.
  13. Took awhile to get all the frames to line up, made a specialized routine to check them. https://github.com/kwsch/PKHeX/commit/495eb26740a52e78ef4e431a49ae8a2dbf3df48a Didn't use the already-made lock-unlock checks as those check to see if the locks pass for any origin seed; since we know the origin seed (derived from TID/SID), we can check directly.
  14. Added, thanks sora10pls https://github.com/kwsch/PKHeX/commit/008605c4ff33b07257c095895ca7a112e3a7efa9
  15. It's gender / shiny locks, the game requires the starters to be male & not shiny. Will have to update the checking routine to be a little more flexible... I didn't want to have to start using the nature lock code yet
  16. https://github.com/kwsch/PKHeX/blob/master/PKHeX.Core/Saves/SAV5.cs Currently un-researched, anyone can find the offset within the save file so that it can be implemented like in other games.
  17. Events that are released after the program is published must be added manually by the user to the mgdb folder, or wait until the next release.
  18. Not with the current features of the program. Item editing only exposes the price property. You'll have to hex edit them at the associated offset to make them Held Items. Should be offset 0x9 within the item data. https://pastebin.com/f3GuVKCs https://github.com/kwsch/pk3DS/blob/2aa06370c08df01ef017e02934d2f416539014ef/pk3DS.Core/Structures/Gen6/Item6.cs#L104
  19. Falls in with Encounter type checking stuff: https://github.com/kwsch/PKHeX/issues/1379 I probably need to refactor a lot of things to make it work as I want...
  20. I haven't done this method so I can't recommend anything. Maybe someone else can chime in.
  21. There's different methods. https://3ds.guide/ntrboot#flashing-ntrboot-3ds-single-system If the flashcart can load NDS games on the system's current firmware, then you don't need any other system.
×
×
  • Create New...