You are not logged in.
Pages: 1
Hi, i want to increase the maximum level of a pokémon in pokémon silver (GBC) via Hex, but i dont't now wich offset i must, by poké stats is it not, there a 64 but when i increase to ff, the pokémon becomes no more exp and the level don't going up.
Which offset is the right.
Please help me
Greetings
Ebernacher90
Offline
Hi,
I'm not sure, but I believe the byte value 64 is just unused data for each pokemon and it might have been planned for standing for max. level the pokemon can reach, or similar, but it's value may not be ever used in the game.
But there is indeed some code that sets the level cap to level 100, and it might be even possible to set this higher by modifying a single byte inside the rom. I haven't looked where such code is located though, but checking pokecrystal might help.
Last edited by Miksy91 (2018-05-19 13:25:57)
Offline
ok thanks, but at datacrystal don't stand where the level of pokémon to find.
And I, have no idea where it is.
edit I have find it, but there 2x 64
one times at 3c3c
and second at 3f9a
which is the rigth?
edit
the two are wrong
Another Question, how make i abilitys like pokémon Prism?
I don't have find any tutorial:-(
And english is not my language, I'm german, but english tutorial(s) with pictures in english language can I good.
Can you help me with abilitys
Thanks
Last edited by Ebernacher90 (2018-05-19 17:21:26)
Offline
Hello there, try editing the following offsets:
0x562fa
0x562fd
0x56314
The value of these three offsets is 64, just substitute that value in all three offsets for the new level cap you want (in hex of course).
Offline
Hello there, try editing the following offsets:
0x562fa
0x562fd
0x56314The value of these three offsets is 64, just substitute that value in all three offsets for the new level cap you want (in hex of course).
This ist for Pokémon Red, i need for Pokémon Silver please.
Thanks
Last edited by Ebernacher90 (2018-07-29 15:35:43)
Offline
value chain wrote:Hello there, try editing the following offsets:
0x562fa
0x562fd
0x56314The value of these three offsets is 64, just substitute that value in all three offsets for the new level cap you want (in hex of course).
This ist for Pokémon Red, i need for Pokémon Silver please.
Thanks
Ohh, my bad. You might want to check the following offsets instead:
0x732f
0x7351
As with red, you have to edit them both to the same value.
Offline
OffSet for GOLD
0x7369
0x738B
Question: OffSets for a newly hatched Pokémon, so they start at Lv. 1 instead of 5???
I'm probably directly looking at them, but can't pinpoint them down...
Probably one of the other numbers near this OffSets
Offline
Pages: 1