|
Hello. I'm now trying to change the battle music for the legendary pokemon events scripts I've made, but I can't seem to change the sound that plays during the battles for them. I'd want to be able to play the sound 0155 (legendary encounter) in Fire Red. Here's a script I've made without altering the sounds:
'---------------
#org 0x80002F
lock
faceplayer
cry 0xF3 0x2833
pause 0x60
wildbattle 0xF3 0x32 0x0
setflag 0x202
fadescreen 0x1
hidesprite 0x4
fadescreen 0x0
release
end
I've tried adding playsong 0x155 0x0 on there, but it doesn't alter the default battle sound that plays during battle. What could I do?
|