pret / pokeemerald

Decompilation of Pokémon Emerald

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DrPineapple416 opened this issue · comments

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

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

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.

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.