Jump to content

Kaphotics

Helpful Member
  • Posts

    7028
  • Joined

  • Last visited

  • Days Won

    336

Everything posted by Kaphotics

  1. 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.
  2. 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.
  3. 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.
  4. You can always use the batch editor to set all PP Ups back to 0 and HealPP.
  5. 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.
  6. 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.
  7. 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.
  8. 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
  9. 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
  10. 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.
  11. 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.
  12. 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.
  13. Yes, dump your ROM from your console and use pkNX to view/ dump it.
  14. 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
  15. That's not a save file for LGP/E; file is the wrong size and is all zeroes (00 00 00 00...).
  16. SID, Version, and OT Gender matters for the CHANNEL Jirachi's PIDIV correlation.
  17. Save files do not have this. Export the save file not as an sps, but as a sav.
  18. 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.
  19. Fixed on latest commit: https://github.com/kwsch/PKHeX/commit/e53ca4b1af0288765998c4dd90acf478b6c835dd
  20. This is not a PKHeX error. Plugins issues should be directed to the plugin author, not the main program.
  21. Underneath that popup is the list of flags that were changed; there's more than 1 that was changed.
  22. Clean your cartridge and ensure the save data is correctly written back to the cart.
  23. VC save files are ALWAYS called "sav.dat". Besides filename, the file data is the same as it would be for a cartridge dump. The filename differentiation is used in order to permit certain mechanics/encounters from the GB Era like Pokémon Stadium, or disallow them (unavailable in VC).
×
×
  • Create New...