Jump to content

Leaderboard

  1. Kaphotics

    Kaphotics

    Helpful Member


    • Points

      3

    • Posts

      7325


  2. theSLAYER

    theSLAYER

    Administrator


    • Points

      1

    • Posts

      22526


  3. iriomote

    iriomote

    New Member


    • Points

      1

    • Posts

      3


  4. bigdom8

    bigdom8

    Member


    • Points

      1

    • Posts

      62


Popular Content

Showing content with the highest reputation on 01/04/24 in all areas

  1. Version 24.11.11

    9456570 downloads

    Pokémon core series save editor, programmed in C#. Supports the following files: Save files ("main", *.sav, *.dsv, *.dat, *.gci) GameCube Memory Card files (.raw, .bin) containing GC Pokémon savegames. Individual Pokémon entity files (.pk*) Mystery Gift files (.pgt, .pcd, .pgf, .wc*) including conversion to .pk* Importing teams from Battle Videos Transferring from one generation to another, converting formats along the way. Data is displayed in a view which can be edited and saved. The interface can be translated with resource/external text files so that different languages can be supported. Pokémon Showdown sets and QR codes can be imported/exported to assist in sharing. We do not support or condone cheating at the expense of others. Do not use significantly hacked Pokémon in battle or in trades with those who are unaware hacked Pokémon are in use. FAQ Support Forum <-- Post here if you have questions or found bugs
    1 point
  2. I would assume the unlock flags are these: private const uint KUnlockedBallThrowSet01 = 0x9BC0F251; // FSYS_CLUB_ROOM_BALL_THROW_FORM_01 private const uint KUnlockedBallThrowSet02 = 0x9BC0ED38; // FSYS_CLUB_ROOM_BALL_THROW_FORM_02 private const uint KUnlockedBallThrowSet03 = 0x9BC0EEEB; // FSYS_CLUB_ROOM_BALL_THROW_FORM_03
    1 point
  3. This guide to resolve any issues users get when they try to change their stats of a Pokémon from Gen 8. DO NOT USE ANY SIGNIFICANTLY HACKED POKéMON ONLINE! Foreword One reason why people get various PID-Mismatch or Invalid Encounter type of messages for Pokémon that originate from SWSH, is because they did not modify the Pokémon correctly. (Remember: if your encounter details are invalid, then doing this won't work. This assumes your other encounter details are valid.) In Generations 8, due to an in-depth understanding of how the game mechanics call stats for (mostly) Overworld Pokémon, the Personality Value (PID) is tied to various other values related to the Pokémon generation procedure in-game, such as Individual Values (IVs), Height, Weight, and Encryption constant. This method of correlation is known as overworld8. You can read more about it here: https://projectpokemon.org/home/forums/topic/58824-swsh-overworld8-pid-type/ Basic Preparation 1. Gen 8 OW PID Genner will be the tool we use to find correct information (PID/IVs etc) 2. PKHeX Plugin for OVerworld8 IV Searcher for searching by IVs (it would have similar UI as the one above, for the most part) 3. Time and patience. I cannot stress this enough. 4. Knowing whether your encounter can have any guaranteed IVs. 5. (Optional) For beginners, I recommend Searching for particular IVs, then Shinification (Keeps PID, changes TID/SID). Other options for beginners: If you want to search for IVs I recommend Searching for particular IVs. If you want to make any given legal overworld8 PID shiny I recommend Shinification (Keeps PID, changes TID/SID). If you don't care about IVs, and just want a shiny with your TID/SID combo I recommend Shinification (Keeps TID/SID, changes PID). If you want a Pokémon with a certain PID, TID and SID to be shiny I recommend Shinification (Keeps TID, SID, and PID). If you've become accustomed to how the tool works you can play around with other options, but all at your own risk. Searching for particular IVs Shinification (Keeps PID, changes TID/SID) Shinification (Keeps TID/SID, changes PID) Shinification (Keeps TID, SID, and PID)
    1 point
  4. Apologies for resurrecting an old thread, but there is now an answer to this! I wish I could take credit, but I just did a random search for it recently & found this - https://github.com/zaksabeast/XY-All-Friend-Safaris-Patch. This project essentially fakes out a bunch of FS entries that, if added as a patch, would give someone every possible Pokemon. This project also includes some Javascript that shows how the FS is actually determined. GF certainly went to a lot of trouble to obfuscate this, especially given how relatively insignificant the FS is. The main thing is that it doesn't actually use the 12-digit friend code, but instead uses a hidden local friend code. I actually found that this local friend code is stored in the Pokemon X & Y save file, and since I have a backup of my save file on my computer I grabbed a few friend codes to test it out. I then went into the Friend Safari in-game & confirmed that the entries matched up with the results of the code. Anyway, I realize it's a very small thing, but it's something that's been kind of bugging me off & on for years, so I'm glad I got some closure. And if someone else looks this up & stumbles upon this post, perhaps they'll find it interesting as well.
    1 point
  5. My apologies! I was able to get the birds into home after re-creating them in BDSP so now I only have to work on gumshoos so thank you guys for your help!
    1 point
×
×
  • Create New...