Jump to content

theSLAYER

Administrator
  • Posts

    22461
  • Joined

  • Last visited

  • Days Won

    925

Everything posted by theSLAYER

  1. @Dunsparce erm.. ?? Look below: Vanilla, non-strawberry, legal. Make sure: 1. Your PKHeX is the latest version 2. The event raids all have set levels. If the met level doesn't match those set levels, it's obviously illegal. If you still have issue, upload the files for us to see, thanks.
  2. To understand this, you gonna need at least some understanding of what hex editing is. Today, we are going to look at converting the Clothing Set wonder card to bytes on a Fashion block. For this example, we'll be looking at the hex of 0105 - Casual Tee (Pokémon Quest). To the left, is the hex for the wonder card (only front few bytes relevant, the rest all zeros), and the right is a table for converting certain values we'll encounter along the way later on. For starters, the byte addresses for the Fashion block is rather different between Male and Female copies of the save. As such, the developers partitioned it so that row 0x20 to row 0x40 is the male portion, and row 0x50 to row 0x70 is for the female portion. Do note that the Male or Female portion is written to Wonder Card Records, depending on the save's gender. Now, let us look at the male portion. The index we see at byte 0x20 of the hex, is 0x9. With that, we can look at the the left side of the table, and determine that the general offset is 0x480. (Alternatively you can calculate this way: 0x09 [index] x 0x80 [block size] = 0x480 [general offset]. The table is just convenient). The data comes in pairs: general offset & binary spot. They are paired side by side, as can be seen above. [Example, 0x20 is paired with 0x24, and, 0x28 is paired with 0x2C.] The binary spot associated with that index is 0x68. Convert that to decimal, and you'll get 104. Meaning, starting from Spot 0, with it being the right most binary, position 104 of the chain of binaries for 0x480 gets flipped to 1. If you want to narrow it down, position 104 (on the right side of the table) will flow into byte 0xD. (cause each byte is 8 binaries long) With that in mind, you can now combine the results: Spot 0 in 0x48D (0x480 [general offset] + 0xD [cell based on binary spot] = 0x48D) gets written 1. So whatever value is in the cell 0x48D, add binary 00000001 to that value. [remember, left most is 7th slot, and right most is 0th slot] In the above example, for the male portion, we see the indexes of 0x8, 0xA, 0xB, 0xC and 0xD have the binary spot of "FFs". When this happens, it means take no action/ no action required. Each wonder card can have up to 6 edits per portion. Given that Quest T-shirt gift only does 1 unlock, it makes sense the remaining 5 goes unused. That pretty much is all of it. a. Know how to read a clothing set wonder card b. Know where to write the value to in fashion block I'm detailing this down here in case I forget Update: this tool was made in order to specify the offsets and values to add, for the fashion block. Fashion Card Reader.exe
  3. There's no files to dump, if you never gone online. However, you can use the files dumped by us, provided here.
  4. I can only surmise you've never connected to Mystery Gift servers or connected online before?
  5. Legitimately, you can make a Power Construct Zygarde from an Aura Break one in the games. Anyhow, you can get more cells by breaking down Aura Break ones received in trades. So it doesn't really matter... TLDR, the answers are Yes and Yes.
  6. The original nature (not the stat nature) may be illegal. So far I don't know for sure, cause I was under the assumption that nature is dependent on the seed it was generated from, however none of my G-Tox have Original Natures that don't match the forms.
  7. Clothes editing aren't documented (until now). I don't think it'll be a thing. You could get clothes by importing the Fashion block from a donor, or learn editing those values from here. edit: I've prepared male and female blocks, those can be obtained here.
  8. Before you can edit them, you need to export them from their save. It would be the Export Current Block, provided you're at the right block. Then to import them, it is as per the tutorial.
  9. Don't understand what you're talking about. Are you getting your own PKHeX from the git or something. Every release of PKHeX.exe thus far has been "merged": they've all just been PKHeX.exe Anyway I am using the Raid plugin, and it's presently not working. It'll probably update in due time. Anyway, an older version can be downloaded here: https://projectpokemon.org/home/files/file/1-pkhex/?do=download&version=2999&csrfKey=85990c5bfd17bcd630b8fcc88e01a390 Else, just wait for the plugins to update.
  10. PKHeX didn't merge with your previous copy, it replaced it thoroughly. (assuming you copy-pasted the PKHeX from the zip over the existing PKHeX) In any case, download the older PKHeX version. Alternatively, report issues on the github of those plugins, wait for them to update.
  11. Using PKHeX to increase shiny chance? Only for wild encounters: adding in the shiny charm. For the fossils? Not possible. That'll require a ROM hack, not a SAV hack. Just hack a shiny one in. (and before you ask, no, I do not know how to do so with a ROM hack. Done it one previous games, just not SWSH. Maybe try pkNX.)
  12. @Kaphotics same error appear when I try.
  13. Not sure it nitroexplorer can be used to export and import arm9.bin. We have NitroExplorer here.
  14. @kaytee you left a review, when it's inappropriate, since it is more of a question and less of a review. We have a comments section, for such one-off questions. I've read that some browsers may throw you to a garbled text page, as opposed to downloading the file. When clicking the Download or selecting the file to download (depends on whether it's a single file or multiple file), try to right click, then select something akin to "Save Target as" or "Save link as". (option may change depending on browser too)
  15. Download ROMs is and talking about so is against our rules on our forum. If you don't want to use files from a 3DS SD card, you're likely talking about piracy, and that is a no-no here. Don't create a thread about this again.
  16. Only to change them all to one name, not to random names. Check OT_Name spoiler in first post.
  17. I've never used Crystaltile2 to extract my stuff before. Only used NitroExplorer. Also, don't multipost. Just edit in the information to your latest unanswered post.
  18. I’m guessing you’re using a translator? “Sun and Moon” didn’t translate right. Anyway we have saves for download in our downloads section, just go there.
  19. Which one? Did you extract the .rar. Did you rename then to only main (for gen 6-8 files) before importing?
  20. My Switch’s date appears to be incorrect, as I was RNGing shiny for my own saves. Incorrect date isn’t and issue, since anyone can change their Switch’s date then perform a capture. Also the location is correct. It’ll specify the part of the wild area, unless you weren’t the host, which in that case it’ll only say in Wild Area den. I definitely caught these in a den (picture above), and I was the host (thus specific wild area in location).
  21. @Robwake$8 please don’t multi-post. Any new info, edit into your latest post, thanks.
  22. Zygarde with Power construct can be traded, so doesn’t matter if it’s sent to you before you collect all 100. Also the 100 you didn’t collect are still there. Trades don’t effect the event flags.
  23. The new main you sent me won't even open in PKHeX. This is reminiscent of the issue PKHeX had when this update was released. It's been fixed ever since. To fix this issue, redownload the latest PKHeX, then try again with a copy of your unedited save.
  24. I've imported the 4 files into your save, and the game loads up just fine. Also, here's a look at your save: So I've shown you that the save does work. From what I can see, you've imported the files correctly too. Can you show me a screenshot of the folder on your SD card, before you restore it into the game. (after editing via PKHeX) The folder with "backup" and "main" Yeah, send me the save after you edited it.
  25. can you a screenshot of the importing, preferably the window that shows the selecting of the files?
×
×
  • Create New...