Jump to content

BlackShark

Contributor
  • Posts

    1759
  • Joined

  • Days Won

    109

Everything posted by BlackShark

  1. Save block 4 offset 0x2B1 is set to 1 when Wishmaker Jirachi was received. That's at 0x82B1 in your Post Jirachi save file.
  2. First of all many thanks for all the new features and fixes that were added over the past months! So, I tried the recently added blank save selection. So far it works good, but selecting any gen 3 save file will bring up the FRLG version selection window. When you select either FR or LG PKHeX starts throwing multiple exception. Starting with the following And while I'm already talking about it, just a minor suggestion: Currently there are 2 windows popping up when opening FRLG saves. First an alert telling you that such a save was detected and next the actual selection window. I'm ok with how it currently is, but can't they be merged into a single window by putting the text from the alert window above the dropdown of the selection window? Thanks for reading
  3. The phonebook is in the save file at 0xC0EC - 0xC136. An empty book is filled with 0xFF, a full book can be filled with the following values 0x4B and any higher value results into a duplicated entry of the mother. If the first entry is empty (0xFF) the game will crash. A trainer will get added again when you battle him after he was removed. Fill Phonebook with non-Trainer numbers only (Press L+R) 94000130 FCFF0000 62111880 00000000 B2111880 00000000 D5000000 00000000 2000C0FC 00000000 2000C0FD 00000001 2000C0FE 00000002 2000C0FF 00000005 2000C100 00000006 2000C101 00000007 2000C102 00000009 2000C103 0000000F 2000C104 00000018 D5000000 000000FF C0000000 00000041 D8000000 0000C105 D2000000 00000000 Edit: if any important person is missing or if any person that isn't useful gets added with my code, let me know and I will fix it!
  4. Maybe I should have searched before, haha, @suloku did great research on Ranch save files! Nothing about the event trades but still interesting.
  5. The most interesting file is probably mii.arc.ash, that's where I think all the NPC data (Miis) is stored. So if the trades are really inside the game, there should be evidence in this file. It is actually bigger in the Japanese version than in the European version. Though this could be just because the Platinum update added 3 additional Miis to the game. Another interesting file is rodata.arc.ash, which is only in the Japanese version. But just like the other file this one could just be part of the Platinum update. Those ash files are compressed and should be extractable with ASH Extractor (which seems to be the only tool available to handle ash files), but while it works well for some ash files it fails to decompress these two files. So the content remains a mystery.
  6. This wondercard doesn't differ between PAL and NA, so yes the order of the moveset is the same.
  7. Did you open your save file first? If not PKHeX always defaults to NA region. You can just change the region, the PAL and NA Poipole are identical.
  8. The ads here were not annoying or distracting in any way, you could easily ignore them, but I don't miss them though. Thanks to all the Patrons for making this possible! Also thanks to the team of course and anyone else who contributes to make this site better!
  9. I would like to help, but what exactly do you mean here? Transfering Pokemon with short nicknames to see as much trash as possible?
  10. I'm not sure about the flags.
  11. You need CFW for Checkpoint unfortunately, it's not compatible with the old homebrew payloads which you don't need anymore on the latest CFW. The 3dsx is for launching with Rosalina (Luma3DS) if you don't like to install the CIA.
  12. Well this problem is not only limited to the Italian Ho-Oh. The German and French ones are also affected. The full German OT "DUELLBERG", the full French OT is "MT BATAILL". I don't have any CK3 file of them unfortunately, but I found several videos showing people catching the Ho-Oh with the long OT. Like these: German: https://youtu.be/xNQvE1vBUnk?t=1541 French: https://youtu.be/12qmSBy43g8?t=15411 Regular Pokemon shouldn't have an OT with more than 7 characters though.
  13. This post explains what has to be done to make PBR think it has been connected to a DS game. Just writing your TID/SID to the offsets mentioned there should work .
  14. Serial code events are easier to collect. But I somehow feel they might have finally secured their servers ??
  15. Starting with Gen 4 Pokemon nicknames and OT names are not allowed to contain more than a certain amount of numbers. In Gen 4 and 5 names can have up to 4 numbers while in Gen 6 and 7 they can have up to 5 numbers. Any higher amount is illegal. Palpark doesn't block such Pokemon from Gen 3, but I'm not sure about Poke Transfer or Bank and I can't test that currently unfortunately.
  16. I'm pretty sure Kaphotics is looking for a list in this format private static byte[] LegalChars_G1ENG = { 0x7F, 0x80, 0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88, 0x89, 0x8A, 0x8B, 0x8C, 0x8D, 0x8E, 0x8F, 0x90, 0x91, 0x92, 0x93, 0x94, 0x95, 0x96, 0x97, 0x98, 0x99, 0x9A, 0x9B, 0x9C, 0x9D, 0x9E, 0x9F, 0xA0, 0xA1, 0xA2, 0xA3, 0xA4, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xAB, 0xAC, 0xAD, 0xAE, 0xAF, 0xB0, 0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6, 0xB7, 0xB8, 0xB9, 0xE1, 0xE2, 0xE3, 0xE6, 0xE7, 0xEF, 0xF1, 0xF2, 0xF3, 0xF4, 0xF5 }; I will see if I will be bored enough someday and find some time. Just give me a few months or maybe a year. At least Gen 1 can be dumped from the ROM.
  17. Just use PKHeX to do that, it's easier than doing this by cheats.
  18. The OT is different. For the released wondercard it's "2018 Legends" (matching the other events) while it's "Legends 2018" for the unreleased card.
  19. As written in the first post: Here is the direct link to the archive: https://github.com/projectpokemon/EventsGallery/archive/master.zip
  20. That's realy great news! I hope Nintendo still cycles through the templates. Though according to the last modified date of the files on the server (there is only Rayquaza unfortunately) they haven't been modified since November 2015. The Rayquaza templates don't differ between regions, so I assume it's the same case for the others as well. Anyway let's hope someone shows up with the last missing files.
  21. Which region/language was this received in?
  22. Nobody got an idea?
  23. I would suggest using the latest release of either VBA-M or mGBA, I never had any problem with those. No$GBA should also be fine.
  24. What exactly did you edit and which tools did you use to do those edits?
×
×
  • Create New...