• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Dawn, Gloria, Juliana, or Summer - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Other] How to add more Pokemon than the ?s

Haha, don't worry, everybody has a starting point. What I mean is, where did you pasted this numbers:
Code:
21 68 FF 23 1B 01 5B 18 98 88 00 28 09 D0 04 28 0A D0 0D 28 0C D0 0D 2D 1C DD 01 20 08 BC 98 46 F0 BD C4 21 08 4A 06 E0 8E 21 89 00 07 4A 02 E0 BA 21 09 01 06 4A 04 3B 18 68 10 60 04 3A 04 39 00 29 F8 D1 E7 E7 C0 46 C0 D8 03 02 F8 DA 03 02 98 E6 03 02 00 48 00 47 2D 2E 15 08 FF FF FF FF FF 27 3F 01 CF 19 F8 80 BE 88 00 2E 08 D0 04 2E 09 D0 0D 2E 0B D0 00 00 00 48 00 47 53 28 15 08 C4 23 08 4A 06 E0 8E 23 9B 00 07 4A 02 E0 BA 23 1B 01 06 4A 04 3F 10 68 38 60 04 3A 04 3B 00 2B F8 D1 E9 E7 C0 D8 03 02 F8 DA 03 02 98 E6 03 02

(the save block hack)

At a random offset where should i put them?
 
Oh, no, no, no -_-
You must put them in an offset that ends with 0, 4, 8, or C. Please put them in an offset that ends with 0 like E40000, or something like that.

I will right away im sorry I didnt understand what the top numbers meant at first :(
 

Good. Now, what Chaos Rush mean about this:
At 0x152E98, put 00 48 00 47 [XX XX XX 08]. For XX XX XX 08, it's the offset you put the save block routine +0x1.

Open HxD, and then, open your ROM (Emerald) with it. Then, press CTRL + G, and then type 152E98. Copy this:
Code:
00 48 00 47
After you've done that, type in after the 00 48 00 47:
Code:
00 00 E4 01 08
. Voila! Proceed to the following steps!
 
Good. Now, what Chaos Rush mean about this:


Open HxD, and then, open your ROM (Emerald) with it. Then, press CTRL + G, and then type 152E98. Copy this:
Code:
00 48 00 47
After you've done that, type in after the 00 48 00 47:
Code:
00 00 E4 01 08
. Voila! Proceed to the following steps!

K i did srry it took so long for me to reply back thank you :)
 
Wait! I did something wrong! Its not 00 00 E4 01 08, its 01 00 E4 08. Sorry! =D

So wait what about these


At 0x15288C, put [YY YY YY 08]. For YY YY YY 08, it's the offset you put the save block routine +0x61.

At 0x0D9D04, put [YY YY YY 08].
At 0x0DA284, put 00 48 00 47 [XX XX XX 08].
 
So wait what about these


At 0x15288C, put [YY YY YY 08]. For YY YY YY 08, it's the offset you put the save block routine +0x61.

At 0x0D9D04, put [YY YY YY 08].
At 0x0DA284, put 00 48 00 47 [XX XX XX 08].

I'm not entirely sure on what to say.
 
Put the save block routine pointer in all of those spots, and make sure to add 0x61 to the first offset. He uses yy's and xx's and zz's to help seperate different offsets so its not quite as cinfusing so that way you arent looking at it all all it says in the place of offsets is xx's.
 
Put the save block routine pointer in all of those spots, and make sure to add 0x61 to the first offset. He uses yy's and xx's and zz's to help seperate different offsets so its not quite as cinfusing so that way you arent looking at it all all it says in the place of offsets is xx's.

Oh, so, it's like that. I remember now!

im sorry i shouldnt just ask you to just ask you all this stuff at once, so i will ask this question.what does 0x61 mean?

In that offset, put 61 00 E4 08.
Am I right, joexv?
 
Back
Top