Jump to content

Kaphotics

Helpful Member
  • Posts

    7270
  • Joined

  • Last visited

  • Days Won

    362

Everything posted by Kaphotics

  1. Added in latest commit: https://github.com/kwsch/PKHeX/commit/3285ecada9c7dedaca61aaf063f1b45e8950b9f6
  2. pkNX requires a fully dumped ROM as per the images in the main thread. The photo you shared does not show the subfolders or the file count inside the folder.
  3. Stop reloading your game from save states. Import your save file back to your emulator, and soft reset the game.
  4. Your TSV is 0, which is disallowed for HOME TID/SID combinations. TSV of 0 would result in shiny HOME gifts (like Magearna, which has a fixed PID), hence why TSV=0 is flagged.
  5. Recent commits have added PersonalType1, PersonalType2 to accomplish what you are asking. Held Item you can specify the full localized name ("Meadow Plate" in this case -- not "MeadowPlate"). Suggesting held items is way too subjective.
  6. Obligatory reminder/warning about injecting images being bannable, as player photos are shared for PvP battles / etc. It is recommended to never inject images that end up being transmitted from your console, because it's a clear indicator of a hacked console.
  7. Upon (a much later) investigation, Ruby/Sapphire has a "bug" (that was not fixed in 1.1, but was fixed in Emerald) that didn't do the &7 loop for picking a valid strain. Future commits/releases will be adjusted to allow strain 0/8.
  8. If you reference the shuffle state table on Bulbapedia, you'll notice that the operation to shuffle back to the resting state is just another shuffle operation with different positions. The inverse is just the index of this result of the regular shuffle table. A(X) = y B(y) = x Both A and B are the same function, just moving 4 chunks to a spot. Find the index of the reverse shuffle result in the regular shuffle list, then just have the algorithm shuffle regularly. Saves you from code duplication and a separate reverse shuffle block position array.
  9. You can always use the batch editor to set all PP Ups back to 0 and HealPP.
  10. The intent of ALM is to create something legal for fun battles between friends. Having 3 PP Ups is entirely legal, and there is no downside to having that many.
  11. Re-read the first post of this thread. This is not for assisting with generated things. LGP/E only have 5 evaluated sizes: XS, S, AVG, L, XL. Future games added more evaluations.
  12. You'd have to correlate them to how they're used. Oybn is alpha Pokemon Swm is likely swimming water encounters Gmk is gimmick (tree shaking) Mas is mass outbreak They're just internal names for the developer to differentiate things.
  13. Should be in the text dump, but a brief inspection shows many duplicate names (assumed styles / gender-specific variants). dressup_item_name 1,000 lines, have fun dressup_item_name.txt
  14. Again, via a trade bot? Trade bots by default zero out the HOME tracker to prevent duplicate trackers entering HOME. https://github.com/kwsch/SysBot.NET/blob/dbfd397ae9790078fa8bfaec308687bf3774872b/SysBot.Pokemon/Settings/LegalitySettings.cs#L75-L76
  15. Again, boxed Pokémon do not store the current stat values. PKHeX works by loading the Pokémon's data from box, then checks if there's any existing stat values to display. If there are none, it regenerates them based off the game's stat calculations. Then, it shows the stats. If stats were available (eg, read from a Party slot) it would show those instead. Since no stats are stored in the box, the program regenerates them instead of showing nothing/zeroes, hence things differ from what you see in-game. All PKHaX does is just allow you to tick "manual stats", which disables the program from recalculating them when stats already exist (party) or when you change other stat-influencing things like Species/Form/Level/etc.
  16. Boxed Pokemon in generation 5 do not store stats, so the game recalculates them on the fly. Since the stats are not stored in the box, PKHeX has to guess what the stats are, instead of showing zeroes. PKHeX does not support ROM Hacks. Whatever functionality you see is what you get; don't expect perfect behavior.
  17. Check the trainer details tab. If it originated from a different save file, then it cannot be currently handled by the OT. Same for the opposite case; if it originated from the save file, then the OT must be the current handler.
  18. Yes, dump your ROM from your console and use pkNX to view/ dump it.
  19. The database shows Pokemon from all sources; backup save files, box slots, party slots, etc. The order should be irrelevant. You're supposed to use the search functionality on the right
  20. That's not a save file for LGP/E; file is the wrong size and is all zeroes (00 00 00 00...).
  21. SID, Version, and OT Gender matters for the CHANNEL Jirachi's PIDIV correlation.
  22. Save files do not have this. Export the save file not as an sps, but as a sav.
  23. Yes, the next release will have this fixed; eta not yet. You can compile it yourself if you must, or grab it from the Development Build page.
  24. Fixed on latest commit: https://github.com/kwsch/PKHeX/commit/e53ca4b1af0288765998c4dd90acf478b6c835dd
×
×
  • Create New...