karatekid552
What happens if I push it?....
- 1,771
- Posts
- 12
- Years
- Do you really want to know? Really?
- Seen Jan 12, 2015
First of all hello im currently hacking firered . Utnil now i could solve any problem i had by looking into this sites tutorials.
I searched everywhere but i couldn't find a solution.
The basic idea is that once you enter your houses living room your mom comes to you and gives you the running shoes. Everything works fine except for the running shoes.
If i leave the house and press b the hero doesnt start sprinting
Here's the script and thanks in advance for anybody who helps me out :) .
Spoiler:#dynamic 0x800000
#org @main
checkflag 0x82F
if b_true goto @done
lock
applymovement 0x1 @go
waitmovement 0x0
msgbox @text 0x6
fanfare 0x13E
waitfanfare
applymovement 0x1 @sit
waitmovement 0x0
setflag 0x82F
release
end
#org @done
release
end
#org @go
#raw 0x30
#raw 0x62
#raw 0x0D
#raw 0x0D
#raw 0x30
#raw 0xFE
#org @sit
#raw 0x0C
#raw 0x0C
#raw 0xFE
#org @text
= Oh! Hello [player], Prof. Oak \nwanted to see you. \pI didn't want to wake you up, \nso I told him you'll stop by later. \pAnd put on your shoes. \p[player] received the RUNNING SHOES
I didn't even need to look at your script. I have found in past experience that for some reason, you can't change when the running shoes are given to you or ot causes them not to work until reaching a certain city. Don't ask why, I don't know. However, I did find that this can be fixed by applying the knowlege found in HackMew's Running Shoes Indoors. This should fix it for you.