• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • 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✓] Edit intro of BPRD (German fire red)

  • 12
    Posts
    9
    Years
    So, I just looked far and wide for some intro-editing tools. I found quite a lot of them, but: Surprise surprise, none of them worked with the german version of Pokémon fire red (BPRD). I just want to skip the gender choice and maybe the button explanation stuff at the very beginning of the game. There are patches out there, that do exactely that, but again: They're english version only. :|

    Please, can somebody please help me with this? I'm kind of lost here... :(
     
    The German ROMs aren't really all that different from the English ROMs. What you can do is apply the patches to an English ROM, compare what changes are made (in this case it will be ASM modifications), and then you can try and find the matching places to make the changes to in the German ROM. Since the ROMs are close enough, you'll probably just be apply the exact same changes but at a different offset.
     
    The German ROMs aren't really all that different from the English ROMs. What you can do is apply the patches to an English ROM, compare what changes are made (in this case it will be ASM modifications), and then you can try and find the matching places to make the changes to in the German ROM. Since the ROMs are close enough, you'll probably just be apply the exact same changes but at a different offset.
    That sounds pretty logical, thanks. :) But I'm not enough into hacking to do so. I just can't find the right offsets, I don't really know how to compare the changes, etc. And google isn't helping at all, because everything revolves around the english verson of the game... I really really hate asking for something like this, but can someone please figure this out for me? ;-; Pretty please with sugar and a cherry on top?
     
    So here's what I would do:
    • Apply the patch(es) to the English ROM.
    • Open that patched ROM and the original English ROM in a hex editor like HxD.
    • Find the File Compare option under the menu (can't remember the exact naming).
    • Mark down offsets that have been changed as indicated by the hex editor.
    • Open the German ROM in the hex editor.
    • Navigate to the offsets from the English ROM, and look at the data nearby in the German ROM. The code will be the same as in the English ROM, but it will be at a slightly different offset (a bit above or below the English offset), which you can try and find by looking at the German ROM.
    • Once you've found relevant offsets, use your emulator or disassembler of choice to examine the code in the German and English ROMs to ensure you've found the right offsets.
    • Apply the changes from the English ROM to the ones in the German ROM.

    I don't want to put it this way, but the majority of users won't or aren't capable of finding this for you. Those that are able to aren't willing, as most members are English speaking and wouldn't even know how to get a copy of the German ROM. You'll have to do this one on your own.

    But think of it this way: by doing so you'll be able to get a better understanding of just what it is your changing and how you can do this process for other hacks in the future! :]
     
    *sigh* Yeah.. I guess you're right.. Thanks for your help, guess I'll try it. :) I'm just putting together a little hack for my friends right now. I don't mind using an english rom or playing the english version of the game, but the majority of my friends prefers the german version... -.-
     
    But think of it this way: by doing so you'll be able to get a better understanding of just what it is your changing and how you can do this process for other hacks in the future! :]

    I did it, I did it! I was able to create a patch, which removes the gender choice in the german version of Pokémon fire red! ^^

    But I'm pretty much stuck at creating a patch, that skips the button explanations. It's a bit more tricky than I thought and I've got no idea what I'm doing. :|
     
    Last edited:
    Back
    Top