Alignment
Revered with the stars
- 308
- Posts
- 15
- Years
- Seen Dec 25, 2016
Hey I wrote a script for running shoes, but it doesn't work! Like everything is fine except the player does not recieve the running shoes, when they hold B they won't run! Can someone please tell me why this happens?
I use XSE 1.1.1 and am moding pokemon fire red
this is the script
Spoiler:
#dynamic 0x800000
#org @start
lock
sound 0x15
applymovement 0x1 @Move1
waitmovement 0x0
msgbox @Talk1 MSG_KEEPOPEN
closeonkeypress
pause 0x1E
applymovement 0x1 @Move2
waitmovement 0x0
msgbox @Talk2 MSG_KEEPOPEN
closeonkeypress
special 0x171
fanfare 0x13E
msgbox @shoe 0x6
waitfanfare
msgbox @yay 0x6
applymovement 0x1 @Move3
waitmovement 0x0
setvar 0x4033 0x1
release
end
#org @Move1
#raw 0x1
#raw 0x62
#raw 0xFE
#org @Talk1
= Hey! \v\h01!
#org @Move2
#raw 0x11
#raw 0x11
#raw 0x13
#raw 0xFE
#org @Move3
#raw 0x12
#raw 0x10
#raw 0x10
#raw 0x2
#raw 0xFE
#org @shoe
= [Player], received RUNNING SHOES!
#org @yay
= Hold the B button to run!\pYou can use these to get around\nfaster!\pProfessor Oak is waiting for you!\nGo outside and go to his lab!
#org @Talk2
= Your dad has still not come home\nyet ...\pI'm sure he will be home soon!\pProfessor Oak told me you are\nstarting your Pokemon adventure\ltoday! I think you will need these!
Assuming this is Fire Red, you must set flag 0x82F somewhere in the script.