Jump to content

BlackShark

Contributor
  • Posts

    1580
  • Joined

  • Days Won

    93

Everything posted by BlackShark

  1. It seems things have changed over the years. Actually it is possible now to delete your account. Create a deletion request in the following subforum https://projectpokemon.org/home/forums/forum/145-private-feedback-account-services/
  2. Sorry for jumping in but you could try to use the 3DS Link (Dream Radar) editior in suloku's Gen 5 Save Tool to receive Landorus.
  3. The file you got from Checkpoint should already be a main file. Don't rename files or change their extension. What kind of file did you get instead?
  4. It was removed in February 2016. I have not tested it, but here's a version from 9/20/2015 on the web archive. The changelog suggests this version. Direct Link Original Post I would recommend to just export the Pokemon from the ramsav.bin and import them into a main savefile instead of injecting the ramsav.bin directly back into the game.
  5. 64KB is too small, that's only half of the save file. In your emulator settings there should be an option to set the size to Flash 128KB, that's the proper size. Also make sure you are using the latest version of VisualBoyAdvance as it should auto-detect the correct save size.
  6. You can't. There's no official way to transfer Pokemon from previous generations until Pokemon Home is released sometime next year. So anything from previous generations is illegal currently.
  7. The news doesn't mention the distribution, but you will get a notification once you logged in. It links to this page https://3ds.pokemon-gl.com/information/user/597b2278-652d-435b-8827-e32cbbdd283c/ By the way if anyone needs a code, I have 1 to share!
  8. BlackShark

    Eon Ticket

    No, Eon Ticket was not distributed to Emerald, but you can get it by mixing records with Ruby/Sapphire that recieved the ticket from the wondercard.
  9. Double-Click the box tab to open a Box Viewer window. See About PKHeX > Shortcuts.
  10. If by "Pokemon of Cups" you mean those from online competitions, they were distributed by serial codes that were send to all attendees. Only the Bank events were not distributed by wondercards. They were transfered to your party (or box?) directly after you accessed Pokemon Bank. Internally (what Pokemon Bank downloads from the servers) there were wondercards for Bank events as well, that's where the data in the Events Gallery comes from, but they can't be injected into Bank. Though you can inject these wondercards into SM/USUM and the received Pokemon should look identical to one you actually got from Pokemon Bank.
  11. Gen 3 save files are split into a current save and a backup save (0 - 0xDFFF and 0xE000 - 0x1BFFF), which is which changes everytime you save your game. These saves are each split again into 14 blocks with 4096 (0x1000) bytes each, these blocks are not static, there offsets change. Each time you save, all the blocks get moved up by 1. To find the correct offset now we first need to find out where our current save is. Therefore we are going to check the save counters. I compare the value at 0xFFC - 0xFFF with the one at 0xEFFC - 0xEFFF. The second one is higher in my case so the current save is between 0xE000 and 0x1BFFF. Next we have to find the block with ID 0. This Block ID is at 0xFF4 in each block, so I would check 0xEFF4, 0xFFF4 ... 0x1BFF4 until I find ID 0. In my case I found ID 0 at 0x17FF4, so I know block 0 is a 0x17000 - 0x17FFF which means the final offset for the battle tower stats would be 0x17572 and 0x17570.
  12. Make sure you have the latest VC runtimes installed https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
  13. That's bit flags for which option is unlocked and which is marked new. If every bit is 1 you will have all the options unlocked and not marked as new. The uneven bits are for unlocking while the even bits are for the "new" mark. 7 - Relocator unlocked 6 - Relocator used 5 - Gamesync unlocked 4 - Gamesync used 3 - Battle Competition unlocked 2 - Battle Competition used 1 - unused? seems to be always 0 0 - unused? seems to be always 1 So if you set this byte to C1 you will get rid of Battle Competition and Game Sync or even set it to 01 to get rid of the Relocator as well. Nice find, thanks. It definitely makes my games tidier without those options!
  14. Battle Tower Best Streaks can already be edited in PKHeX under misc edits. Unfortunately this change does not reflect on the trainers card. They can also be found at 0x572 while the Total Battle Tower Wins are right in front of it at 0x570, in block 0. @Kaphotics it would be great if you could update PKHeX to be able to change the mentioned values.
  15. There's an Action Replay code to get all the medals from that guy in the Pokemon Center. Maybe it can be changed to only give the unobtainable medals. Get all Medals from Medal Guy (Select) 94000130 FFFB0000 B2000024 00000000 C0000000 000000F6 00025C3C 00030000 DC000000 00000004 D1000000 00000000 D2000000 00000000 Edit: Receive Good Night Medal in any Pokemon Center (Select) 94000130 FFFB0000 B2000024 00000000 00025FC0 00030000 D2000000 00000000 Replace 25FC0 in this code with any value from the list below to receive a specific medal.
  16. You can't use PKHeX for Gen 3 wondercards. You have to use Mystery Gift tool
  17. Why can't you edit your save on the latest version?
  18. There was a file attached to my post that contained some data, but this is obsolete anyway so use suloku's tool instead (it's easier to use as well)
  19. Why not just use PKHeX instead? Almost every feature of Pokestock has been implemented by now and it has a much more user friendly GUI as well.
  20. The card will probably be added to PKHeX's internal database with the next update. Until then you can build your own database. Create a folder in your PKHeX directory and call it mgdb. PKHeX will check legality against the data of wondercards inside this folder.
  21. Check the Events Gallery. No need to hack the card. (other languages are there as well)
×
×
  • Create New...