Gaming SuMo Demo Gateshark Thread

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
The item codes don't work correctly for me. All items show up as N/A and it nukes my Z-Ring/Z-Crystal that I got earlier. Maybe the all item code fills with N/A and that's normal? But the UB Balls code does the same. I tried just that one and ended with a ton of N/A items even though I only wanted the UB balls...

So far, using the Item code for Item 1 and Item 2 takes over the ball slot, which isn't a bad thing.
If you let your pokemon hold it, then use a different item code, you'll eventually artificially create more slots to shift around.

Also the description is N/A cause the original item description was wiped away from the data of the demo itself.

They were named N/A with description N/A to maintain the placeholder, to prevent the game from breaking,
in case people like us hacked it in.

However, the item hacking is a bit wonky.
Trying to hack in Friend ball (I wanted to test) using hexadecimal address gave me thick club instead..
 

Apache Thunder

I have cameras in your head!
Member
Joined
Oct 7, 2007
Messages
4,449
Trophies
3
Age
36
Location
Levelland, Texas
Website
www.mariopc.co.nr
XP
6,831
Country
United States
Apparently I still have the pokeballs I snuck out of the challenge area from when I used the map position code to teleport out of the area. So I guess items do save because I had some pokeballs in the bag when I fired up the game. So it definitely saves items. Of coarse you have to trigger a save point. The mysterious man being the common way if you have a completed storyline for the demo already.

Maybe the UB ball code can be modified to replace the first pokeball slot in my bag? that's currently occupied by my normal pokeballs I had left over. :P
 

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
Apparently I still have the pokeballs I snuck out of the challenge area from when I used the map position code to teleport out of the area. So I guess items do save because I had some pokeballs in the bag when I fired up the game. So it definitely saves items. Of coarse you have to trigger a save point. The mysterious man being the common way if you have a completed storyline for the demo already.

Maybe the UB ball code can be modified to replace the first pokeball slot in my bag? that's currently occupied by my normal pokeballs I had left over. :P

When I used the code, it occupied my first slot.

Though I had no pokeballs at that point.

I used the item offsets from below:

330D5934 ITEMS1
330D5938 ITEMS2
:

330D62CC TMs & HMs1
330D62D0 TMs & HMs2
:

330D647C MEDICINE1
330D6480 MEDICINE2
:

330D657C BERRIES1
330D6580 BERRIES2
:

and wrote the code in this format:

only need 2 lines if you only make 1 item D3000000 330D5934
00000000 000E1001


So right now the codes I have in my gateway:
[Coordinates Modifier]
DD000000 00000010
D3000000 30000000
64183044 00000000
B4183044 00000000
D9000000 00000E6A
D4000000 00000004
D6000000 00000E6A
D2000000 00000000
DD000000 00000020
D3000000 30000000
64183044 00000000
B4183044 00000000
D9000000 00000E6A
D4000000 FFFFFFFC
D6000000 00000E6A
D2000000 00000000
DD000000 00000040
D3000000 30000000
64183044 00000000
B4183044 00000000
D9000000 00000E72
D4000000 00000004
D6000000 00000E72
D2000000 00000000
DD000000 00000080
D3000000 30000000
64183044 00000000
B4183044 00000000
D9000000 00000E72
D4000000 FFFFFFFC
D6000000 00000E72
D2000000 00000000

[ubball first slot]
D3000000 330D5934
00000000 000E1353

[masterball second slot]
D3000000 330D5938
00000000 000E1001

important edit
I got friend balls, which was deactivated in Gen Iv and V,
But now they work again!

Meaning they are probably obtainable from. Johto tents!
 
Last edited by Queno138,

dsrules

Well-Known Member
Member
Joined
Sep 20, 2005
Messages
8,746
Trophies
2
XP
6,312
Country
Are there any wild encounter modifiers, besides Pokefinder mod?
dump ram and look for pokemon IDs in 31Fxxxxx
you probably won't find many pokemons besides those on the demo, only names will show up and fighting Picachus

change pokemon id to
030E Jangmo-o
030F Hakamo-o
 
Last edited by dsrules,

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
dump ram and look for pokemon IDs in 31Fxxxxx
you probably won't find many pokemons besides those on the demo, only names will show up and fighting Picachus

030E Jangmo-o
030F Hakamo-o

I'm with catching pseudo-pikachus. Get the test various item mechanics like mega evolution and whatnot.

How would one implement wild forme change with that code?

Ia it possible to save the Pokemon you catch?

The Pokemon saves, but the demo force reloads the game with only the Lv 37 Greninja.
(which is also why the demo saves the moment you load, to overwrite the party data)
There may be a code to prevent this.

Items, however, are saved.
 
  • Like
Reactions: Blue

Traiver

Developer
Developer
Joined
Aug 1, 2014
Messages
1,326
Trophies
1
Location
???
XP
2,964
Country
United States
Here it is, greets @KazoWAR ;)

[Pokémon Wild Modifier] - Not working in the city!
D3000000 31F0F310
D5000000 0000XXXX - Replace for the Pokémon ID / eg: Dugtrio 0033, Jangmo-o 030E, Hakamo-o 030F
C0000000 00000050
D6000000 00000000
DC000000 FFFFFFFC
D6000000 00000164
DC000000 FFFFFFFC
D6000000 00000300
DC000000 FFFFFFFC
D6000000 00000464
D1000000 00000000
D2000000 00000000
 

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
Here it is, greets @KazoWAR ;)

[Pokémon Wild Modifier] - Not working in the city!
D3000000 31F0F310
D5000000 0000XXXX - Replace for the Pokémon ID / eg: Dugtrio 0033, Jangmo-o 030E, Hakamo-o 030F
C0000000 00000050
D6000000 00000000
DC000000 FFFFFFFC
D6000000 00000164
DC000000 FFFFFFFC
D6000000 00000300
DC000000 FFFFFFFC
D6000000 00000464
D1000000 00000000
D2000000 00000000

thanks thanks!

It's a pity I can't get NTR's real time save to work with the demo.

Everything I caught pretty much gets resets..

edit:
Caught a Diancie (Pikachu), gave it Diancite, mega won't work
Obtained a Mega ring (for god knows what reason), mega also wouldn't work.

Since Primal Reversion works, no reason for the mega mechanic to be removed for the demo.

Probably locked behind a bitflag or something.
OR fake Pikachus can't mega (but it can primal, so once again, no reason not to)
 
Last edited by Queno138,

AecdArmy

Biscuit#0001
Member
Joined
Jan 4, 2016
Messages
505
Trophies
0
Age
21
Location
The Ninty Ninja HQ
Website
mariebot.tech
XP
605
Country
Australia
Here it is, greets @KazoWAR ;)

[Pokémon Wild Modifier] - Not working in the city!
D3000000 31F0F310
D5000000 0000XXXX - Replace for the Pokémon ID / eg: Dugtrio 0033, Jangmo-o 030E, Hakamo-o 030F
C0000000 00000050
D6000000 00000000
DC000000 FFFFFFFC
D6000000 00000164
DC000000 FFFFFFFC
D6000000 00000300
DC000000 FFFFFFFC
D6000000 00000464
D1000000 00000000
D2000000 00000000

Guess its time to convert the plugin again

--------------------- MERGED ---------------------------

Any pokemon you guys want?
Just give me the ID's
 

Blue

Well-Known Member
Member
Joined
Oct 2, 2015
Messages
2,606
Trophies
2
XP
1,060
Country
United Kingdom
It'll look like a pikachu, and won't mega with the diancite, though.

Only Primals worked, so far.
Also, catching another Greninja will yield Torrent, not Battle Bond.
So it is possible to obtain Groudon and Kyogre? Also is it possible to real time save with NTR?
 

Queno138

Ravens
Member
Joined
Sep 18, 2010
Messages
2,425
Trophies
0
Location
Luigi's Dark Mansion
XP
1,070
Country
Senegal
So it is possible to obtain Groudon and Kyogre? Also is it possible to real time save with NTR?

Yes, but it'll look like Pikachu.

Anything that we don't see in the demo, will have Pikachu model replacing it. (and it'll primal into Pikachu, lol).


real time save wasn't working for me.
I save and reload while in home menu, but it will force my N3DS to reboot.


BTW, any of the new Pokemon you caught aren't completely gone.

1. save the game in demo by going to mysterious old man and exit game
(!! Do not reload the demo)
2. use SDF or JKSM to back up your save
3. backup the main on your computer.

When SuMo releases and PKhex is compatible, you'll be able to extract the Pokemon in the demo!

(like I said earlier, the pokemon data is actually saved, just that the demo replaces your party with Greninja when it launches. a code to disable this may help)

I'm mentioning that, in case anyone catches a shiny (not confirmed shiny locked)
 
Last edited by Queno138,
  • Like
Reactions: Blue

aos10

Yuuki chan
Member
Joined
Apr 10, 2012
Messages
4,756
Trophies
2
Age
38
XP
4,030
Country
Saudi Arabia
after i added the master ball and caught one pokemon,that guy immediately told me good on the catch,but i didn't take any ball from it,i went to him and he asked me if i want to end my challenge.

also,is there a great ball code?
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    BigOnYa @ BigOnYa: After watching, that I feel like I'm on them already +1