Game Problem: Is there a way to convert Wii savegames from another region?

Turaltay

New member
Hello everyone,

i am from germany and would like to convert a savegame for Pokemon Battle revolution to my region.
The savegame which i found needs to change the system language to english.
I need to change it to german and additionally to my own profile name.
Is there a way to edit the profile name and the region with a converter or Hex-Editor?
Thanks in advance!:)
 

ulaoulao

Controller Man
Staff member

Turaltay

New member
I found the solution for my problem here:

https://projectpokemon.org/home/for...attle-revolution-save-research-thread/page/3/

Code:
Apparently if you take a PBR Save file with any language, get the following tool for decompression: https://projectpokemon.org/home/forums/topic/36582-pok%C3%A9mon-battle-revolution-save-research-thread/page/2/?tab=comments#comment-219653

Decrypt the save and edit the following lines in a hex editor:

0x000380-0x00039F to: 80 00 00 00 01 00 00 00 40 72 05 75 D3 5B 08 00 00 42 00 65 00 6E 00 65 00 00 00 00 00 00 00 00

and 0x0003C1 to: 4D

Encrypt it and it changes the name to "Bene", the save timer value is changed and the language is German!

Thank you for your help!
 
Top