Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
Scripter: XSE
Version: Fire Red
I have a Givepokemon script here;
'---------------
#org 0x8005F5
checkflag 0x51D
if 0x1 goto 0x8800660
faceplayer
msgbox 0x880066B MSG_YESNO '"You look like a good trainer.\nWou..."
compare LASTRESULT 0x1
if 0x1 goto 0x880061C
msgbox 0x88006B2 MSG_NORMAL...
I have an Entei script here that I have on FR using XSE, person event of course;
'---------------
#org 0x34EF0F
lock
faceplayer
cry 0xF4 0x0
msgbox 0x834EF32 MSG_NORMAL '"Rawrarwarar!"
wildbattle 0xF4 0x32 0x8B
fadescreen 0x1
hidesprite LASTTALKED
setflag 0x200
fadescreen 0x0
release
end...
If I added a new legendary battle to FR/LG (ie a Raikou battle or something) how would I get it so the legendary music would actually play during the battle like it does with Zapdos, Moltres and Articuno? Is it something I need to add in the wildbattle script or something else?