Jump to content

BlackShark

Contributor
  • Posts

    1753
  • Joined

  • Days Won

    109

Everything posted by BlackShark

  1. I have no idea why you would need this but this site is still available: http://lunarcookies.github.io/loadcode.html#rsavin.bin http://lunarcookies.github.io/loadcode.html#rsavout.bin
  2. ExtData is used store Battle Videos and downloaded rulesets for wireless battles.
  3. With a modified siskin.tsd the missions will show up ingame. Idk where the data comes from, it probably gets written there during the download process. Now I need to find a save file that doesn't have any missions yet to test if the injected misiions are properly playable. Pokemon Ranger (JP).sav
  4. @ajxpk nice work! Thank you very much! Ok, forget what I wrote previously. Only the first two chunks are static they contain the information about the other chunks. Save Info Chunk (512 bytes) 0x000-0x00B PKR-059 a00 0x00C seed 0x010 CRC16 over the next 492 bytes 0x014 time stamp 0x018 time stamp (see https://projectpokemon.org/home/forums/topic/45846-pokemon-ranger-save-file-encryption/?tab=comments#comment-265265) 0x01C always 0x000000A0 0x020-0x1FF chunk info entries Chunk Info Entry (48 bytes) 0x00 file name 0x1E number of copies 0x20 offset 0x24 data size 0x28 reserved space Each of the other chunks has a 24 byte header. Chunk 0x00 seed 0x04 CRC16 over the chunk data starting at 0x18 0x08 unknown 0x0C unknown 0x10 save counter 0x14 always 0x00000001 0x18-0x?? chunk data A small tool to decrypt/encrypt and fix checksums for Ranger saves (use with caution!): https://github.com/Bl4ckSh4rk/rangercrypt/releases/latest
  5. Make sure your ROM is unmodified and turn off any cheats.
  6. If you mean .gba files, no. PKHeX is a Save Editor, not a ROM Editor. It can edit save files (.sav) from GBA games though. Actually every Pokemon game from the main series from the 1st gen to the 8th gen is supported.
  7. The issue is probably that your ExeFS folder is not named correctly. The expected name is just exefs, not ExtractedExeFS or anything else. To avoid any issues like this you should use the build-in tools in pk3DS to extract and rebuild your decrypted ROMs.
  8. Sounds like you didn't update your checksums before saving the edited save file.
  9. In that case you better use this
  10. Is there any reason why you need to use PikaEdit? It is recommended to use PKHeX instead. 1.9.3 is the latest version.
  11. Get the patch from the google drive link from the first post (RenegadePlatinumv130.zip). Then follow the instructions in the HowToPatch.pdf inside the .zip file.
  12. I can confirm this. @Kaphotics Yancy and Curtis OTs should be swapped. The Pokemon for male players should get the female TradeOT while the ones for female players should get the male TradeOT.
  13. Legality checks for Colosseum and XD are working just fine on the latest release. So why do you need a version that's over two years old? The legality checks might be inaccurate as that version is missing a lot of improvements/fixes that have been made since then.
  14. You can get the latest development build of PKHeX which includes the latest commits from github from here. If you still want to build it from source, first make sure you have .NET desktop development installed in Visual Studio Installer. If you don't have it, install it then redownload the source.
  15. SNA files are "snapshots" made by No$GBA, other emulators call them "save states", they save the current state of the game and are no valid save files. Your save file isn't proper as well. The proper size is 128KB. Yours seems to be compressed. To get proper save files in No$GBA there is an option called GBA Cartridge Backup Media, set this to FLASH 128KB Sanyo. Then open No$GBA.ini with a text editor, find SAV/SNA File Format and set this to Raw it is probably set to Compressed or something like that. Make a backup of your save file before doing any changes!
  16. The item alone is not enough, you also need to set the Event Constant for Victini to either "Event" or "Battleable" (I don't know which one is correct but one of those should work). For event items it's always recommended to no inject them directly but instead get them via wondercards.
  17. Check the readme in the download from the first post. It explains how to apply this patch to your ROM.
  18. Because PKHeX doesn't have it in its database.
  19. Check step 4 "To restore an edited save back to the cartridge, click "R" until the "Save Backup" section changes to "Save Restore"", you should then be able to select the save file you want to restore to the cart from the SD card.
  20. PKHeX has an Entralink Forest Editor, it's in the Misc Edits.
  21. Ok, I got confused because you mentioned the Ez Flash. I only know one way to get a save file from an actual game cart. It requires an NDS Lite and an NDS Flashcard, or a Retron 5. Check the tutorial below.
  22. The save file is created by the game, it's where your games progress gets stored. If you are playing on your Ez Flash the save file should be somewhere on its SD card. Usually the file ends with .sav and has a size of 128KB.
  23. What are you trying to do? Why are you choosing that empty folder? You need to open your save file.
  24. .NET desktop development is all you need. You can just get the latest development build from here.
×
×
  • Create New...