Jump to content

ILOVEPIE

Member
  • Posts

    43
  • Joined

  • Last visited

Reputation

10 Good

About ILOVEPIE

  • Birthday 06/29/1994
  1. The Normal PRNG: class pkmgen4prng(object): def __init__(self,seed): self.seed =(seed * 0x41C64E6D + 0x6073) if self._bitLen(self.seed)>32: self.seed = self.seed>>self._bitLen(self.seed)-32 object.__init__(self) def prngenerate16(self): seed = self.seed self.seed = (self.seed * 0x41C64E6D + 0x6073) if self._bitLen(self.seed)>32: self.seed = self.seed>>self._bitLen(self.seed)-32 return seed>>self._bitLen(seed)-16 def prngenerate32(self): firstrandom16 = self.prngenerate16() secondrandom16 = self.prngenerate16() return ((firstrandom16<<16)|secondrandom16) def _bitLen(self,int_type): length = 0 while (int_type): int_type >>= 1 length += 1 return(length) The GTS PRNG: class pkmgen4gtsprng(object): def __init__(self,seed): self.seed =(seed * 0x45 + 0x1111) if self._bitLen(self.seed)>31: self.seed = self.seed>>self._bitLen(self.seed)-31 object.__init__(self) def prngenerate16(self): seed = self.seed self.seed = (self.seed * 0x41C64E6D + 0x6073) if self._bitLen(self.seed)>31: self.seed = self.seed>>self._bitLen(self.seed)-31 return seed>>self._bitLen(seed)-16 def prngenerate32(self): firstrandom16 = self.prngenerate16() secondrandom16 = self.prngenerate16() return ((firstrandom16<<16)|secondrandom16) def _bitLen(self,int_type): length = 0 while (int_type): int_type >>= 1 length += 1 return(length) Credits: LexyEvee/Evee (veekun.com) - for helping me fix my code and providing the gts prng constants
  2. ILOVEPIE

    IR-GTS problem!

    PEBKAC- problem exists between keyboard and chair in other words YOUR DOING IT WRONG.
  3. fine then write your own driver. I did not know that this is a no flashcard thread.
  4. A proxy that receives data over wifi and transmits it over NIFI
  5. It is possible, try a Wifi->NIFI proxy rom for the ds
  6. Indigo Plateau: The tweak location is debatable (the pink line may be wrong) because this is just an educated guess at the location of the vertical load line, hence the pink (I made this tweak map too).
  7. I am working on a wondercard injector rom for flashcarts that injects wondercards into your retail game cart... it will probably be working in a year.
  8. IN ALL MAPS TWEAKING LOCATIONS ARE MARKED BY WHERE THE BLUE LOAD LINES CROSS Azalea Town: map The Left tweaking location allows for access to the void, The right one lets you skip slowpoke well team rocket battles entirely. New Bark Town: Only reason to do this is to get HM waterfall early by walking to the dragon's den, you can't enter the void here. Violet City: [url="http://www.halloforigin.com/w/images/2/29/HGSS_Violet_City_Tweaking_Map.png'>map All tweaks here are blocked except the one in the water, and you can't ride your bike there, so no need to look for them. Cherrygrove City: map All tweaks here are blocked except the one in the water, and you can't ride your bike there, so no need to look for them. Saffron City: This tweak map I made myself. The unblocked tweak locations are highlighted in red. Both locations give access to the void. More to come! :biggrin:
  9. it seems to me someone should write a nifi library for the pc... if only there was good documentation of nifi... hmm I will look on the ds homebrew forums
  10.  

    <p><p><p><p><p><p>Ok. Just making sure you're still alive. lol</p></p></p></p></p></p>

    <p><p><p><p><p><p>BTW, I'm using ShinyDTS now to distribute to both Generation IV and V. Take this into consideration when working on PYE-GTS, if you can.</p></p></p></p></p></p>

     

  11. <p><p><p><p><p><p>as a response to your post on my profile no i have not been able too work on it due to schoolwork but i will be able to after December</p></p></p></p></p></p>

  12. <p><p><p><p><p><p>in response to your post on the closed signature thread take a look at the feature-list of pyegts (it is still a work in progress) <a href="<a href="<a href="<a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a>" rel="external nofollow"><a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a></a>" rel="external nofollow"><a href="<a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a>" rel="external nofollow"><a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a></a></a>" rel="external nofollow"><a href="<a href="<a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a>" rel="external nofollow"><a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a></a>" rel="external nofollow"><a href="<a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a>" rel="external nofollow"><a href="<a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a>" rel="external nofollow"><a href="<a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a>" rel="external nofollow"><a href="http://code.google.com/p/pye-gts/" rel="external nofollow">http://code.google.com/p/pye-gts/</a></a></a></a></a></a></p></p></p></p></p></p>

  13. This program makes pokemon shiny! Download Here! BEWARE THIS CHANGES YOUR POKEMON'S IVS Simply start the program and type in the file that you want to make shiny and presto! instant shiny! Non IV changing version coming soon.
  14.  

    <p><p><p><p><p><p>Hi.</p></p></p></p></p></p>

    <p><p><p><p><p><p>Have you made anymore progress on your PYE-GTS project?</p></p></p></p></p></p>

    <p><p><p><p><p><p>When I use ShinyGTS, I have to go tweak my router's settings every time just to get the server to work properly.</p></p></p></p></p></p>

     

×
×
  • Create New...