• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Tool: PokéModifier! 1.0

24
Posts
15
Years
  • Age 27
  • Seen Nov 26, 2023
Hello Comminity, today i'm going to show you my newest Tool!
The PokéModifier! 1.0!
Sorry for my english, i'm from germany!
About the tool
The PokéModifier is a little tool to hack the team members. Changing Stats etc.
At the moment the PokeModifier is working both on german and US Pokemon Firered and Leafgreen.
Abilities atm:
- PokéStealer: This little Script can steal/delete Team members!
- PokéStats: This litte Script can increase/decrease the Stats of a specific team member
- PokéShine: This Script can make a teammember to a shiny pokemon!
Screen http://www.bilder-upload.eu/upload/1fbf3f-1346087243.png
1fbf3f-1346087243.png


[FONT=Chicago, Impact, Compacta, sans-serif]A short tutorial[/FONT]
Schritt 1:
Click the Open button and choose your ROM

Schritt 2:
Choose the Hacks you wanna insert.

Schritt 3:
In most cases the given Offset has free space. If not, put some other free offset in the textbox.

Schritt 4:
Click on the insert button.
The log should look something like this:
912988-1346088254.png

You can see here the Offsets for the ASM Scripts in Brackets.
You should note down these Offsets.

[FONT=Chicago, Impact, Compacta, sans-serif]PokéStealer[/FONT]
The use of the PokéStealer is quite easy:
Code:
#dynamic 0x800000

#org @start
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xPOKESTEALEROFFSET+1
release
end
also z.B.:
Code:
#dynamic 0x800000

#org @start
setvar LASTRESULT 0x1
callasm 0x720001
release
end
[FONT=Chicago, Impact, Compacta, sans-serif]PokéStats[/FONT]
This will be a bit more trickier.
The scriptstructure looks like this:
Code:
#dynamic 0x800000

#org @start
writebytetooffset 0xXX 0x02022010 ' XX = 0 or 1. 0 = increase value, 1 = decrease value.
writebytetooffset 0xYY 0x02022012 ' YY = Increasing/Decreasing Value
writebytetooffset 0xZZ 0x02022014 ' ZZ = The Value to change. Take a look on the list below.
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xOFFSET_POKESTATS+1
release
end
List:
Code:
0x0 KP
0x1 Max. KP
0x2 Attack
0x3 Defense
0x4 Init
0x5 SP. Attack
0x6 SP. Defense
[FONT=Chicago, Impact, Compacta, sans-serif][SIZE=14]PokéShine
[/SIZE][/FONT]This is really easy:
[code]
#dynamic 0x800000

#org @start
setvar LASTRESULT 0xNUMBER_OF_TEAMMEMBER
callasm 0xOFFSET_OF_POKESHINE+1
[/code][FONT=Chicago, Impact, Compacta, sans-serif]Download[/FONT]
http://www.4shared.com/zip/PKWIxVyB/PokModifier.html?refurl=d1urlhttp://board.romresources.net/index...30&h=13648b16db5aa4815ad519c865d75e2bd08a273e

[FONT=Chicago, Impact, Compacta, sans-serif]Conclusion[/FONT]
Download it!!
 
Last edited:

PikaSaiyan

Gen III master race.
9
Posts
12
Years
Honestly, I'd have to say you did a pretty awesome job man.

For one, the concept of changing the stats of party Pokemon seems to be rarely seen. It could be used to include "training dojos" where you pay money to power up your Pokemon, and increasing stats based on decisions you make, etc. All three of those functions give many possibilities to what could happen in a rom. With the shiny trigger, it would be possible to even make formes. The stealer is pretty nice too. Well, the UI could use a bit more work, but it's alright for now.

I will definitely use this during the making of my hack.

If I ever find any bugs I'll post them when I have time.

Once again, great job on this tool :]
 
24
Posts
15
Years
  • Age 27
  • Seen Nov 26, 2023
Thx ;)
Atm the PokeStats has a litte Bug. If the Pokemon level ups, the stats will be resetted.
But i'll fix that soon with a update!

Greetz
 
1
Posts
12
Years
  • Seen Sep 28, 2012
What am I doing wrong?

I tells me it is done, but I don't see any changes. I have a screen snip if it helps.
 
40
Posts
12
Years
OMG, if this works I will definitly use this in my hack(I haven't tested it out yet). Also is there a way to modify the stats of a trainers pokemon?
 

itman

Back to ROM hacking. :D
98
Posts
16
Years
  • Age 30
  • Seen Feb 5, 2014
Amazing work, I tried out the Stat Change and it worked quite well. The level up thing is a bummer, but I can wait for that to be fixed. :)

Can the Pokestealer be used to return that pokemon later on?
 
24
Posts
15
Years
  • Age 27
  • Seen Nov 26, 2023
Thx ^^
Yeah, i hope ,too!
To your pokéstealer question:
I've already thought about that. I'll have to look, where I can find free space, that will be written into the savegame ^^
 
Back
Top