pret / pokeemerald

Decompilation of Pokémon Emerald
2.2k stars 2.36k forks source link

Whenever I try to make my ROM hack, it is just normal Emerald #2002

Closed DrPineapple416 closed 2 months ago

DrPineapple416 commented 3 months ago

For some reason whenever I try to use make (specifically make -j4), it looks normal on my output but I just end up with a normal Emerald Version. image

DrPineapple416 commented 3 months ago

Just checked right now, and the starters are different (I changed them) but not the map (Also changed that)

LOuroboros commented 3 months ago

Chances are that you might have some errors to fix and the tools are not making a good job at pointing that out.

Try a make clean followed by a make (not make -j4, just make). If you get any compilation errors, you'll have to fix those.

SBird1337 commented 2 months ago

Parts of the map are saved in the savefile. If you changed that you need to make sure to at least switch the map.

This is not directly related to an issue with the project. If you have further questions feel free to join the pret Discord.