Jump to content

RubenPikachu

Member
  • Posts

    133
  • Joined

  • Last visited

Everything posted by RubenPikachu

  1. All pokemon were obtained ingame, the Pikachu was obtained with PokeRadar chain, Magikarp with Consecutive Fishing, all pokemon are unmodified... It will be difficult to obtain pkx files with current patch encryption... good luck finding some on the internet
  2. I got a pkx of a shiny Alakazam that has 11 as the result, so the (id^sid^s1^s2) % 2 == 0 cannot be part of the formula shinyalakazam..zip
  3. Are you sure it has 4 at offset 0x15? do you have the pkx file to check it out since all my HA pokemon have the value of 4 and all other have between 1 and 2 About shiny threshold, it would be needed a shiny pokemon with 15 as the result of XORing the data, and one with 16 to demostrate it...
  4. I got a shiny pkx with the formula equal to 12 it is possible that the formula is (id^sid^s1^s2)< 16 but I'm not sure of it... Also found out how ability number (offset 0x15) works, seems it works through bits, bit 0 indicates the pkx has the ability 0 of its species, bit 1 is ability 1 and bit 2 is for Hidden Ability (values are 1 (0), 2 (1) and 4 (HA))
  5. Found out how a pkx is shiny, it uses offset 0x18-0x1B (I'm not sure how the game generates it but acts as a unsigned integer for shiny check), ID and SID Like the PID in Gen 5, divide this seed into 16 bit parts, let s1 be the upper part and s2 the lower part If (id^sid^s1^s2)<16 then the pokemon is shiny
  6. I would like to contribute my pkx files, I have only extracted these pkx files... however some of them have hidden ability and two of them are shiny so it could help with research :smile: PKX Collection..zip
  7. Obtained Mega stones IDs, they are between Mulchs and the new berries
  8. You can put 255 in all stats EV's, however I'm not sure if the game will limit them to 510 EV's... Also Hack editor is only for the pkm editor
  9. Thanks a lot, I didn't have the offsets for difficulty, I have checked more PWT files to check out this and these are the offsets for AI I have updated Pikaedit's DTE and the standalone version of DTE with AI difficulty editor on the trainer tab
  10.  

    <p><p><p><p><p><p>PikaEdit 3.0 is up! PikaEdit has become one of the best editors, offering a lot of tools, options and is easy to use, using the legal editor is the best way to keep legality</p></p></p></p></p></p>

    <p><p><p><p><p><p>Thanks to everyone who has supported the project <img src="<fileStore.core_Emoticons>/emoticons/biggrin.png" alt=":D" srcset="<fileStore.core_Emoticons>/emoticons/biggrin@2x.png 2x" width="20" height="20" /></p></p></p></p></p></p>

     

  11. Seems interesting... I'm wondering about mystery gifts, are you planning a wonder card editor and/or injector?
  12. Nice... seems that you have everything needed for pkm editing and wonder cards, and some save file editing (trainer name, ID, SID, adventure started, badges, boxes,...) and some interesting stuff, keep up the good work!
  13. <p><p><p><p><p><p>PikaEdit Gen 4 beta version released!</p></p></p></p></p></p>

  14. How do you get that name and what do you mean by important trainers (trainers of the tournament or special trainers)? If it is displayed on the trainers tab, that's one of the trainer's name of the tournament... On special trainers on the Bracket tab that name doesn't exist at all...
  15. Then there is a bug on DTE... it is missing a special trainer before the gym leaders... I will be checking the source code to find the bug and fix it...
  16. Ok, I'm back... First of all, have you finished inserting all 4 trainers? DTE has some problems saving if you have only 3 trainers, if that's not the case then change the slots to match this... use slots 1-4 for trainers to battle and slots 5-7 select filler trainers Also I downloaded your pwt file and it load some weird stuff like the pkm data is incomplete and there are only two trainers :confused: Well... DTE doesn't fix the checksum when saving a pwt file... the checksum is calculated when injecting a pwt file on the save file...
  17. <p><p><p><p><p><p>I have added Pokemon Musical injection :biggrin:</p></p></p></p></p></p>

  18. <p><p><p><p><p><p>I have added Pokedex skin injecting (sorry for the delay, seems that I was missing some stuff and until I got a save file with a dex skin I could see what I was missing :tongue:) I'm starting the research to inject Musical data :smile:</p></p></p></p></p></p>

  19. It would be nice to share and try other's custom download tournaments, I will make some and upload them :biggrin: Also I fixed the banned move bug, so it will show Sky Drop or any other move selected...
  20. I have found out that Studio Pokemon (check here for more info http://projectpokemon.org/forums/showthread.php?26325-Studio-Pokemon-Injector.) can be inserted on a pwt file and battle against them. I will add them later to DTE Edit: Added!
  21. <p><p><p><p><p><p>Thanks, I will make a C-Gear and Pokedex skin inject/extract tool for the next version, I wanted to make an editor but I don't understand a lot about images and how to convert them to psk, cgb or psd files. I will be researching Pokemon Musical data to create an inject/extract tool</p></p></p></p></p></p>

  22. The sprites were given by Kaphotics in this post http://projectpokemon.org/forums/showthread.php?25121-PWT-Download-Tournaments&p=156607&viewfull=1#post156607 I have updated DTE to contain the list :biggrin:
  23. I found out the 2 offsets I needed, seems that those are the default form is that is shown in the Pokedex With this I tried to hex edit the pokedex and it worked... Thanks! :biggrin:
  24. Well I'm trying to edit a save file Pokedex through Hex editing, I have tested through various save files and got the following offsets, the first 6 have a length of 0x52 bytes with 2 extra bytes that are zeros. 0x21408 Caught 0x2145C Seen male 0x214B0 Seen female 0x21504 Seen Shiny male 0x21558 Seen Shiny Female 0x215AC ???????? 0x21601 ??????? 0x216FC Seen Forms 0x21728 Languages Every Pokemon is given by a bit, however I'm having a problem while editing it when I open the Pokedex and scroll it to a Pokemon I have added seems that the game crashes or the pokemon sprite is grayed out, I think that the offset 0x215AC ???????? is the cause, but I don't know what it is, I know that it is similar to caught and seen offsets however it has different values Any help?
  25. <p><p><p><p><p><p>Everyone, PDC will be changed to PikaEdit because a lot of features came and the main objective was expanded, I hope you like it</p></p></p></p></p></p>

×
×
  • Create New...