Demo: Warp Scripting in Pokemon B/W
Channel:
Subscribers:
12,200
Published on ● Video Link: https://www.youtube.com/watch?v=N7j2ihs-OSc
Easy few lines of script changed in an NPC can warp you to a new map and location.
In this video I forgot to add the clear dialog instruction, so I had to clear it with the ingame menu.
To fix this all that has to be done is insert the clear dialog command (002F) so that it won't stick on the screen.
Here's the final portion of her script:
0030 - do instant
002F - clear dialog
00C2 - warpto with fadetoblack (64 bits following with conditions m,x,y,f)
0078 - map
01A9 - x coord
00AE - y coord
0000 - facedirection (0 up, 1 down, 2 left, 3 right)
0002 - end
Other Videos By Kaphotics
Tags:
scripting
bw
warp
command