- 21
- Posts
- 10
- Years
- Seen Aug 8, 2024
Hello Everybody!:)
I am using this scripts for Pokemon Ruby,after i insert it and try it out
The events dont disappear,i can make them over and over again ...
What did i made wrong?~_~
And btw how can i make a "rebattle" trainer/how can i change the music in the "battle" events?^_^
Thank you,to everyone^^
#org $script
lock
faceplayer
cry 0xA1 128
#raw 0x33
pause 0x30
message $cry
$cry 1 = Hhhhhhhh!
boxset 6
wildbattle 128 75 0
pause 0x60
fadescreen 1
removesprite 0x800F
setflag 0x1211
pause 0x10
fadescreen 0
release
end
and here too:
#org $script
lock
faceplayer
message $talk
$talk 1 = A Pokémon!
boxset 6
givepokemon 175 5 0x8B
release
end
I am using this scripts for Pokemon Ruby,after i insert it and try it out
The events dont disappear,i can make them over and over again ...
What did i made wrong?~_~
And btw how can i make a "rebattle" trainer/how can i change the music in the "battle" events?^_^
Thank you,to everyone^^
#org $script
lock
faceplayer
cry 0xA1 128
#raw 0x33
pause 0x30
message $cry
$cry 1 = Hhhhhhhh!
boxset 6
wildbattle 128 75 0
pause 0x60
fadescreen 1
removesprite 0x800F
setflag 0x1211
pause 0x10
fadescreen 0
release
end
and here too:
#org $script
lock
faceplayer
message $talk
$talk 1 = A Pokémon!
boxset 6
givepokemon 175 5 0x8B
release
end
Last edited: