qna_rh
Thread Id: 9225
Thread Name: Pokemon iniciales
#0
NeinThoosand 15792
Quiero cambiar la secuencia de comandos para que, en lugar de recibir un Pokémon, recibe un equipo completo.

¿Cómo puedo hacer eso?

Lo sentimos, no hablo bien el español. Soy inglesa

Gracias :)

(Está por Pokemon Emerald)[hr]
Lo siento si esto es en la sección equivocada
#1
dxman 13585
Mal en todo y lo siento:
1Aquí no va esto-.
2Esa herramienta está publicada aquí,en la web wah a hack herramientas http://wahackpokemon.com/es/descarga/herramientas-gba
3Espero que apartir de ahora tengas más cuidado,además,si lo deseas,puedes poner el foro en inglés con una aplicación que tiene el foro.
Slu2:)
#2
Loony Boo♪ 12263
Movido a Dudas de Hack Roms

----------------------------------------------------------------------------------------------

To do the script that you want, you must use a scripting tool (I suggest you to use XSE) and compile a script which contains six givepokemon commands (including the setflag for activate the POKéMON menu).

What's the matter? There aren't any tools to do exactly what you want by clicking only one time, so you have to learn how to compile a script. I recommend you to read my tutorial to learn how do you compile your first script (you have to find it at the Tutorials subforum).

Good luck! ;)

Possdata: Even if I'm Spanish, I can speak English so I will answer your questins in English if you want (but please, don't use the Google Traductor, it sucks).
#3
NeinThoosand 15792
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
#4
Javi4315♪ 13374
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 must learn the basic about scripting (know how to compile, dynamic pointers...). You must read some scripting tutorial to learn and, after, you can make scripts like this ;D

Greetings!!

PS: Sorry, my english is not very good xD.
#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!