- Joined
- Aug 23, 2025
- Posts
- 20
Hello,
I am new to this whole game development and am currently testing out how to make a game for me and my sisters. I have managed to increase the amount of splash screens and changed the title screen picture and the title music. But I cannot find out how to change the Pokemon cry to a different sound. I have a file named "Intronoise.ogg" in the SE folder. I also found out where to change the script
# Play random cry
species_keys = GameData::Species.keys
species_data = GameData::Species.get(species_keys.sample)
Pokemon.play_cry(species_data.species, species_data.form)
But what do I change to not have the random Pokemon cry but rather my Intronoise SE? I looked through the wiki, but wasn't able to find any information on that. It would be great if someone can point me in the right direction. (Also sorry if the information is somewhere obvious. I'm still learning to find my way around here and in the wiki.)
Thank you very much in advance!
I am new to this whole game development and am currently testing out how to make a game for me and my sisters. I have managed to increase the amount of splash screens and changed the title screen picture and the title music. But I cannot find out how to change the Pokemon cry to a different sound. I have a file named "Intronoise.ogg" in the SE folder. I also found out where to change the script
# Play random cry
species_keys = GameData::Species.keys
species_data = GameData::Species.get(species_keys.sample)
Pokemon.play_cry(species_data.species, species_data.form)
But what do I change to not have the random Pokemon cry but rather my Intronoise SE? I looked through the wiki, but wasn't able to find any information on that. It would be great if someone can point me in the right direction. (Also sorry if the information is somewhere obvious. I'm still learning to find my way around here and in the wiki.)
Thank you very much in advance!