Jump to content

Guardna

Member
  • Posts

    251
  • Joined

  • Last visited

Everything posted by Guardna

  1. Make sure to specify the number of Party pokemon in Pokesav (6 in this case), this is very important.
  2. You don't have that file because No$GBA has never created it, the .INI file is only created to store the emulator's custom settings. You have to launch No$GBA, edit its settings by pressing F11 and No$GBA.INI will immediately be created in the same folder of the emulator.
  3. Weird, try comparing Darkrai's and Jirachi data. Also, it's possible Jirachi can only be obtained from an event, so ticking the event flag could also work.
  4. If the SID is the same as yours, it should work. Maybe it won't accept shiny legendaries.
  5. AceKard 2i, it's backward compatible with DS, DS lite and most commercial ROMs.
  6. Long time no see UnderXray, thank you for reviving the thread. @reyesdelexceso go here for the TRU arceus.
  7. Here they are, enjoy Dratini: Umbreon : Umbreon: Squirtle: Blissey
  8. Try this one, hope it works. jirachi.pkm
  9. I think you're only allowed to Copy Pokemon to 1 Save File from 1 DS Game. i.e. I Copy Pokemon from Pokemon Diamond to my Save File (on Battle Revolution), but from now on I can only Copy Pokemon (to that Save File) from Diamond, and not from another DS Pokemon Game (Pearl or Platinum). If you want to Copy anymore Pokemon from Platinum, you'll have to Create a new Save File This should be why it's not working, but if it's not I'm stumped....
  10. I love my pokemons. Binary files are so easy to manipulate...
  11. It's on top of the main window of Pokesav, under ID.
  12. The Pal Park editing button is disabled in Pokesav Platinum, unless the author releases a new version that supports it.
  13. Hmm there might be a way to solve this, try changing your own SID to 31037.
  14. Oui tous les objets sont traduits en anglais
  15. I've checked them and they're all fine, the hex values are correct too so there is nothing wrong with them, well the PPs are all 0 but that's not a big deal .
  16. That's right, 7E is indeed the correct hex value for New Bark Town, and no those aren't newbie style questions most of people don't even know what a hex value is .
  17. The 86h value is fine, There are two options for Link trade when you scroll down the menu for "Location met" : Link trade (arrived) and Link trade (met). The second one is probably used for when your egg hatches after the trade, i'm not sure though. Just one thing to note : when you choose Daycare Couple (2000) for when your egg was received, the game reads it as if you received the egg from the Daycare couple of HGSS, not Platinum.
  18. You can thank the people who discovered how shineness is determined , this manual method maybe long but it's very powerful, since it gives you the choice of choosing whatever IVs you want, and gives you a 100% legal Poke .
  19. All right. First we take the PID and convert it to hexadecimal : 746961030 = 2C85 B886 2C85 is called the high ID or the upper ID, we'll call it UID B886 is the lower ID, so we'll call it LID Next we convert the UID, LID and TID to 16 bit binary numbers: UID = 2C85 = 0010110010000101 (since 2C85 fills only 14 digits, i added two 0's to make it 16 digits) LID = B886 = 1011100010000110 TID = 61197 =1110111100001101 Now we align all three of them and exclude the last three digits like this : UID: 0010110010000|101 LID: 1011100010000|110 TID: 1110111100001|101 The game will look at the 13 first bits of each of these ID, and add the numbers column by column, if at least one of the results is odd, the pokemon will NOT be shiny. All of those results would need to be either 0,2 or 4 (even numbers) for the Pokemon to be shiny. A probability of one in 8192 (2 to the power of 13) chance of happening. UID: 0010110010000|101 LID: 1011100010000|110 TID: 1110111100001|101 Total: 2131321120001|ddd (d for don't care) Now all we need to do is find a SID that will give us all even numbers on our total. Total : 2131321120001|ddd + SID : 0111101100001|ddd Total2 :2242422220002|ddd Now all numbers on the new total are even, making the Pokemon shiny! Finally we convert the SID we've used to decimal (i turned the 3 d's into 0's but any value is fine) SID = 0111101100001000 = 31496 Write this SID into the Secret ID field in pokesav, and your Cresselia will automatically become shiny.
  20. Here you go : lapras.pkm turtwig.pkm chimchar.pkm piplup.pkm bulbasaur.pkm charmander.pkm squirtle.pkm treecko.pkm torchic.pkm mudkip.pkm
  21. Give me the PID you generated for your Cresselia (before ticking the shiny box) along with your TID and SID, and i'll show you a full example of the process.
  22. What do you mean with picking Random IVs? Is it choosing which IV you'd like your PKMN to have ?
  23. Done, all passed legality checker. Swampert: Sceptile: Blaziken : Rayquaza : Blastoise :
×
×
  • Create New...