Jump to content

Ruby Genseki

Helpful Member
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    7

Ruby Genseki last won the day on January 20 2018

Ruby Genseki had the most liked content!

Reputation

163 Excellent

2 Followers

About Ruby Genseki

  • Birthday 05/27/1997

Game Network IDs

  • NNID (Wii U)
    RubyGenseki

Recent Profile Visitors

26626 profile views

Single Status Update

See all updates by Ruby Genseki

  1. 599cb7de465ab_Sinttulo.png.f67086528efbe0d7558c229b8e7bfa20.png

    "Owww, what a sweet little g-- wait, what?!"

    Spoiler

    599cb7ea3025a_Sinttulo1.png.cc5b58cfdfdb87ca0fa4b03b8b753d5b.png

    Spoiler

    It's the illegal Kommo-o, too. The one with Shell Smash wich was changed to Drago Meteor in an update, but since I don't have said update I had to deal with the Shell Smash thing.

     

    Spoiler

    Now, she was a real hassle, but...

    599cb7ed19a9e_Sinttulo2.png.b795d803b8d772c6e8b5c8acd2c34eec.png

    Here, I have the illegal Kommo-o on my side now! And a decent Azelf set (for an AI) as a bonus:

    599cb9a055e5b_Sinttulo3.png.2317a99295e414d3066ca28705f447f6.png

    ...Tbh, I knew from the start there were preschoolers with legendaries in the Battle Tree and I was looking forward to find one. On that note, this same girl has got a neat Mega-Latios set I'd have liked to scout her with.

     

    1. Show previous comments  4 more
    2. BlackShark

      BlackShark

      I'm not sure but I think the partner Pokemon are loaded from the ROM rather than from the save, just like enemy Pokemon. I don't know what is written to the save when saving between battles though.

      Getting them out of Citra's RAM might be the only way.

      Be sure to use an older build of Citra (I use a January build) since you can't access Citra's RAM with HxD in current builds.

      For questions just ask.

    3. Ruby Genseki

      Ruby Genseki

      Well, I'm currently using a recent Citra build to play PSMD, but until a few days ago I was using a December 2016 build, I can switch back to that one if necessary.

      I do have HxD, but all I've used it for was removing the outlines, so, if you could tell me how to find that specific Kommo-o's data on it, I'd gladly look for it.

      Though, if trying to explain it is too much of a hassle, I could upload the ROM I'm using to Mega for you.

    4. BlackShark

      BlackShark

      Please don't upload ROMs (I already have it anyway), I try to explain. I'm just bad at explaining.... xD

      First of all you have to know the PID of the first Pokemon you registered for the battle.

      Once you are in the battle against Kommo-o open Citra's RAM in HxD by going to Extras > Open RAM and select Citra from the list that pops up.

      Now you have to search for your Pokemon's PID (I still haven't found an easier way to find the offset). Press Ctrl + F, set the datatype to Hex values and enter the PID in reversed byte order. So if it is 12345678 in PKHeX you have to search for 78563412 in HxD.

      You will find it multiple times in the RAM. Go to the second hit.
      At this offset you will see your first Pokemon in encrypted format. Right click in front of the PID choose Select block and set the length to 1600. Now you have marked your's and your oponent's party. Copy this into a new file.

      Now from this new file you can extract the Pokemon from you oponent's party. The exact location of Kommo-o is depending on where it is in the party. Your oponent's first Pokemon is at offset 0xBA4, the second is at 0xD88 and the third at 0xF6C. Anything that looks like "00 00 00 00 00 00 ?? ?? 00 00 7E E9 71 52 B0 31" is just a placeholder/empty party slot. They are used for partner Pokemon in double battles iirc.

      Now right click on the byte at 0xBA4, 0xD88 or 0xF6C, select block, set the length to E8 and save it to a new file.

    5. Show next comments  6 more
×
×
  • Create New...