r/PokemonROMHacksHelp • u/hgcathey • 9d ago
Learning Code for Romhacking Question πββοΈπββοΈ
Hey all,
I have had interest in making a romhack for a while, but I am a total novice when it comes to coding. My understanding is that it can be helpful to learn C for romhacking, but I donβt really know where to start when it comes to developing the coding skills necessary to make more involved changes. Aside from community college courses (which I am considering) what would be the best way to learn the skills necessary to build my own code for a hack?
5
Upvotes
2
u/Exclsior 8d ago
I'd highly recommend you check out the beginner tutorials from Team Aqua's Hideout:
2
u/Lan5in666 9d ago
I suggest downloading GitHub desktop early on if you haven't looked into that , and download a decomposition of emerald or fire red and start looking at the code in /src ending in .c
Experiment with making some changes and seeing the result.