Let's say I work on a Decomp project using pokeruby and I finish it. I'd compile the finished game using
make -jN ruby_rev2
Then I would have the playable game. Then, could I make some changes to the game code and maps to have different Pokemon obtainable and then run
make -jN sapphire_rev 2
So that I could have a finished Sapphire Version with exclusive Pokemon from Ruby? Or would I have to remake the game from the beginning?
Seems like it would be pretty simple, at least in my mind it sounds simple. Anyone do something like this before?
make -jN ruby_rev2
Then I would have the playable game. Then, could I make some changes to the game code and maps to have different Pokemon obtainable and then run
make -jN sapphire_rev 2
So that I could have a finished Sapphire Version with exclusive Pokemon from Ruby? Or would I have to remake the game from the beginning?
Seems like it would be pretty simple, at least in my mind it sounds simple. Anyone do something like this before?
Last edited: