Search the Community
Showing results for tags 'modification'.
-
A while ago, I lost half of all of my Pokemon from every Pokemon game that I had played until Pokemon X. After that sad event, I tried to retrieve my lost Pokemon via countless methods, that usually failed. However, after retrieving some of my lost Pokemon from Pokemon White, I realized that the 4th gen games held impartial copies of every Pokemon that successfully beats the elite 4. So, I extracted my Heart Gold save file from my cartridge from my cartridge and searched numerous times. Nonetheless, I had came to the realization that I had no idea where the hallof fame data was stored... So, where's the Hall of Fame data for Pokemon Heart Gold located? It was the first Pokemon game that I played, So I beat the elite 4 seven times (Just for kicks), so it should be easy to identify...
- 36 replies
-
- pkm extraction
- heartgold
-
(and 2 more)
Tagged with:
-
Wondering if anyone could change a couple of Pokemon's Natures for me. Please and thank you. Post here or send me a message. Again, thank you.
- 2 replies
-
- modification
- nature
-
(and 1 more)
Tagged with:
-
Ok so I am beginning to understand how to use pokesav, however I can't figure out how to make codes that only effect the first or first few slots of your bag and not replace the whole thing. Can anyone explain this to me? (ex: I make a code for rare candies or something and instead of first slot being those it erases all but the first slot and makes it rare candies)
-
(This is how i set up my super tropius distribution server.) Open pokehaxlib.py Add the following code to the top of the file: Note: this goes below the imports import urllib def get_my_ip_address(): whatismyip = 'http://automation.whatismyip.com/n09230945.asp' return urllib.urlopen(whatismyip).readlines()[0] Head down until you get to "def dnsspoof():" Replace the line two lines below with this line of code: me="".join(chr(int(x)) for x in get_my_ip_address().split(".")) Replace the line below that one with this code: print "Please set your DS's DNS server to",get_my_ip_address() Congrats IR-GTS now can be port forwarded through your NAT/router! :cool: Stop saying this is unnecessary to open a public GTS, it is nessesary! IR-GTS uses pokehaxlib.py which spoofs the DNS, however pokehaxlib.py does not work through a NAT... Go to classes about TCP/IP and Python before you tell me how IR-GTS works. A Local IP is different from a Remote IP a Local IP will not work when other people try to connect through the internet.