9225-Pokemon_iniciales
#5
Loony Boo♪ 12263
Iniciado por NeinThoosand

Sorry

I know about the Givepokemon commands, but how do I put them into the ROM where Prof.. Birch gives you the Pokémon? I'm using Ruby now because it's a lot easier than Emerald


You shouldn't put the givepokemon comands in the Profesor Birch's script, because the offset where the script is compiled have a limited amount of bytes. If you add more commands, there won't be space enough and the script will be messed up. Because of that, you must compile a new script in another offset wich contains the free space you need, so this is the reason why learning to compile a script is important.

Good luck!