The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Binary ROM Hacking (https://www.pokecommunity.com/forumdisplay.php?f=284)
-   -   Other Pokemon Talking (https://www.pokecommunity.com/showthread.php?t=353588)

PokemonMasterAhmed August 6th, 2015 1:13 PM

Pokemon Talking
 
Hi can anyone tell me how to make a pokemon talk? For example the Pidgeot in Saffron City. Please tell me how to do this in the scripting program PKSVUI and in pokemon firered

Sayuri August 6th, 2015 2:46 PM

I recommend using XSE 1.11 rather than PKSVUI. It can be hard to get used to at first, but most tutorials are written for XSE, and it will be easier to understand.
I believe the Pidgeot's script is written something like this:
Spoiler:

#dynamic 0x800000

#org @start
lock
faceplayer
cry 0x12 0x0
msgbox @talk 0x4
waitcry
closeonkeypress
release
end

#org @talk
= *excessive pidgeot noises*


You could just do something simpler and make it like this:
Spoiler:

#dynamic 0x800000

#org @start
lock
faceplayer
cry 0x12 0x0 (12 is Pidgeot's PokeDex number in hex)
msgbox @talk 0x6
release
end

#org @talk
= *more pidgeot noises*


Then you would just assign the script's offset (in this case, 800000) to the person event in AM that you want to display this text and cry.
Hopefully that wasn't too hard to understand.

PokemonMasterAhmed August 9th, 2015 1:57 AM

Thank you but when I try to do a second I can't compile

Shadowraze August 9th, 2015 2:29 AM

Quote:

Originally Posted by PokemonMasterAhmed (Post 8883054)
Thank you but when I try to do a second I can't compile

Are you sure you have the ROM loaded on XSE?

PokemonMasterAhmed August 9th, 2015 1:19 PM

Quote:

Originally Posted by Shadowraze (Post 8883069)
Are you sure you have the ROM loaded on XSE?

Oh I forgot to do that sorry.

PokemonMasterAhmed August 18th, 2015 11:50 AM

Oh no I am trying it in a different rom but it does not do anything.


All times are GMT -8. The time now is 2:30 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.