Jump to content

RickyHill18

Member
  • Posts

    10
  • Joined

  • Last visited

Reputation

10 Good

About RickyHill18

  • Birthday 11/08/1991
  1. Does anyone have a php code to take the "main" file from save manager(3DS Homebrew) and read it to where i tells you how many pokemon caught? Iv'e been trying to develop this but cannot. Need some help with opening the file and finding the right offset like an example of code.
  2. Can you make an app to load the ''main" file and check how many pokemon is caught?
  3. with the php devolpment is there a way to extract all pkms from Pokemon Save then read them all on screen?
  4. I have a spare code i never used. Do you live in the US?
  5. Does anyone have all 721 gifs yet? Not mega's or shiny's just the regular animation.
  6. How would i do that could you give me a start or link. I am a good php programmer i learn stuff quick but never dealt with hex codes.
  7. Nvm that code has no use. I want to decode the .pkm using php nothing more. I created a site and hoping to upload and decode and add to database for personal use only.
  8. I can see the hex codes from this but can't decode them. <?php $handle = @fopen("Emboar.pkm", "r"); if ($handle) { while (!feof($handle)) { $hex = bin2hex(fread ($handle , 4 )); print $hex."\n"; } fclose($handle); } ?>
  9. I am trying to open and read .pkm files with php. But all i can find is visual basic source codes. Anyone know where to get this at?
×
×
  • Create New...