Jump to content

Leaderboard

  1. PMArkive

    PMArkive

    New Member


    • Points

      3

    • Posts

      7


  2. Kaphotics

    Kaphotics

    Helpful Member


    • Points

      2

    • Posts

      7340


  3. jojo12100

    jojo12100

    Innovator


    • Points

      2

    • Posts

      1452


  4. InsaneNutter

    InsaneNutter

    Contributor


    • Points

      1

    • Posts

      308


Popular Content

Showing content with the highest reputation on 01/23/19 in all areas

  1. Aye, you're right. I don't know if you found this in the Ruby/Sapphire disassembly, but I didn't think to look there until after your post... I tested with this code in PKHeX (well, a worse version of the code at first): public bool WishmakerJirachiGiven { get => GetFlag(BlockOfs[4] + 0x2B1, 0); set => SetFlag(BlockOfs[4] + 0x2B1, 0, value); } @Kaphotics would you be interested in adding the flag into PKHeX somewhere?
    3 points
  2. RS: https://github.com/pret/pokeruby/blob/51ecf10029f84dd5423cd59582d01eaee9140c0e/include/global.h#L727 E: https://github.com/pret/pokeemerald/blob/master/include/global.h#L885 FRLG: https://github.com/pret/pokefirered/blob/8367b0015fbf99070cc5a5244d8213420419d2c8/include/global.h#L745 seems like it was just an unused byte that was reused by the disc; since it only can be delivered to RS, I added some safeguards: https://github.com/kwsch/PKHeX/commit/7bb3f14e1f5eb3a49330a3b23207523a7783010e no gui support atm; can flip it pretty easily with linqpad: var path = @"savefile full path goes here"; var data = File.ReadAllBytes(path); var sav = new SAV3(data, PKHeX.Core.GameVersion.RS); sav.HasReceivedWishmkrJirachi = false; File.WriteAllBytes(path, sav.Write(false, false));
    2 points
  3. Pretty much this. Just to give some idea about whats been possible to date, during the candy part of the event from 18 Meltan I got 216 candy for catching with a Pinap and another 36 for transferring them. On the December 19th I had a Melmetal with another 226 candy towards the next: Fast forward to today I now have 762 candy and should be able to get around another 108 candy after 9pm tonight, meaning I could have fully evolved 3 Meltan without even putting any rare candies in to them: I could have probably got around 108 candy more, as i took quite a few days to unlock the Go park, then I've waited a day here and there to use the Mystery Box. You could also get another 3x candy a day for a 100km or greater trade, however for most of my Meltan trades the distance has been less than 10k. Anyone who got Melmetal on day one used rare candies, some people in my area are walking about with 500+ candies at the moment.
    1 point
  4. Here's some examples well known. Actually we're still at retro engineering step but it could progress with time and efforts. Now the real question is what for?
    1 point
  5. Technically it could be possible but modifying the Let's Go save is way easier and faster. And Bluetooth hacking is just as its beggining even if I read week ago interesting projects about.
    1 point
×
×
  • Create New...