Ninja Caterpie
AAAAAAAAAAAAA
- 5,979
- Posts
- 17
- Years
- Best City OCE
- Seen Oct 18, 2021
Game:Fire Red
Type:Gba
Editor:pokescript
Script: movement script (sound)
Spoiler:#org $script
jingle
message $1
$1 1 = Hey \v\h01!
boxset 6
checkflag 0x1201
showsprite 10
applymovement 0xFF $surprised
$surprised 1 ; #binary 0x62 0xFE
pausemove 0
applymovement 10 $walk
pausemove 0
message $lazy
$lazy 1 = You're finally up then! \nAnyway \v\h01 Professor OAK is looking \pfor you so you better hurry \nI'll meet you there
boxset 6
applymovement 10 $walkaway
pausemove 0
removesprite 10
setflag 0x1201
setvar 0x6001 0x0001
release
end
#org $walk
#raw 0x0B 0x0B 0x0B 0x09 0x09 0x09 0x09 0x0B 0x0B 0xFE
#org $walkaway
#raw 0x0A 0x0A 0x08 0x08 0x08 0x08 0x0A 0x0A 0x0A 0x0A 0x0A 0x0A 0x0A 0x0A 0xFE
Screenshots and/or Videos:
Basicly what im trying to do is get Gary to walk towards tell me
something and then walk away.
Ive done that fine all works perfectly now i want to add his music 0x13B
whilst he is in motion does anyone know how to do this because i cant find anyone
who can yet
I would be incredibly gratefull for any help
You can split the movements into two different ones and put a song command thing in the middle or you could use fadesong (or w/e its Pokescript equivalent is) and have it fade into his theme as he's walking.