• 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.

[Other] Please help

1
Posts
3
Years
    • Seen May 4, 2021
    Someone help i want to make my first romhack ever but I do not know how to do it 😔. Its been my dream since I was a little kid
     
    247
    Posts
    6
    Years
    • Seen May 2, 2024
    Someone help i want to make my first romhack ever but I do not know how to do it 😔.
    Well, there are many many tutorials on this site that can help you with this. An important decision you'll need to make is deciding whether to make your ROM hack via binary hacking or a decompilation/disassembly project.

    Binary Hacking: This is a process where you have a .gba or .gbc file, and then edit the hex values of these files to make the changes that you want. This is easy to get into, but you can fairly quickly start running into ideas that are very difficult to implement with this process. There are a ton of tools that you'll need to work with this style of hacking. This part of the forum has all sorts of tutorials and tools to help you with binary hacking, and this part is full of people coming up with new ideas for binary hacks.

    Decomp/Disassembly: This is a process where you have the source code/assembly code of the game that you are hacking, and then you make changes to the code to apply the changes you want to see in the game. This style is harder to get into, as you need to learn how to compile the code into a playable ROM, as well as possibly using Github so as to back up your code and use other people's projects as a base, but the limits of what you can do with this method are effectively endless. This part of the forum has plenty of tutorials on how to work with this method of ROM hacking, especially this tutorial on how to start with the most common base projects that already implement Pokemon from later generations, updated battle mechanics, and more. There's also this area of the forum that is designed for people to ask questions relating to this style of ROM hacking.
     
    Last edited:
    232
    Posts
    5
    Years
    • Seen Apr 16, 2024
    If you're a little more specific with what you wanna achieve it'll be easier to assist
     
    Back
    Top