TB Pro
Old-timer
- 2,703
- Posts
- 20
- Years
- Midwestern USA
- Seen Mar 6, 2016
I look at it, i but i just saw that command for Ruby and not for FR, I check that
in your tutorial...
Alright, because it is there.
I look at it, i but i just saw that command for Ruby and not for FR, I check that
in your tutorial...
i saved it as an .rbc file by litterally typing that in, like you said. and it still wont give me the option. you said presumubly that the person reading it has pokescript, which i have. you said also that the person Presumably has PKMN ADV. Where do I download that.
I'm having a little problem...
I'm making an apply movement script in my hack.
Every time I step on the tile, it freezes my game! :'(
I also set the Unknown, var numbers, and script offset.
And ya know how you have to enter 52 and 40 for var numbers?
Well, for certain scripts I was deleting had different var numbers, like 2 and 40 & 50 and 40. :\
Plz help!
Spoiler:It's a hack of Fire Red, just in case someone helps me with a script.
And the script is supposed to say, "Better say bye to mom..." and him/her moves up one.
And the script is right on the doormat down/up-stairs(if I change it) before you leave your house.
Thanx!!! :)
Ok bud, dont worry, Cooley tell me what should i do ^^ and for the people that haveAh I see. Well hm...I truthfully don't know. Try looking on the Pokescript threads.....I am sorry buddy!
Showsprite 0x(sprite no.)
#raw 0x55 0x(spite no.) 0x00
I think this should work....
Spoiler:#org $mom
checkflag 0x200
if B_true goto $done
applymovement 0xFF $walkback
pausemove 0
message $goback
boxset 6
setflag 0x200
release
end
#org $done
release
end
#org #walkback
$walkback 1 ; #binary 0x11 0xFE
#org $goback
$goback 1 = better say bye to mom...
If it dosen't...then I'm not too sure about var numbers...:/
Thanks, but it still froze.
I don't get why it freezes for me, but not for everyone else.
I need help...
Thanks, but it still froze.
I don't get why it freezes for me, but not for everyone else.
I need help...
I think this should work....
Spoiler:#org $mom
checkflag 0x200
if B_true goto $done
applymovement 0xFF $walkback
pausemove 0
message $goback
boxset 6
setflag 0x200
release
end
#org $done
release
end
#org #walkback should be--->$walkback
$walkback 1 ; #binary 0x11 0xFE
#org $goback
$goback 1 = better say bye to mom...
If it dosen't...then I'm not too sure about var numbers...:/
This script is really starting to piss me off!
I really don't know what's wrong.
IT JUST KEEPS FREEZING!!!!!
I don't think anything will work...
Thanx a trillion to all of you for helping me.
#ORG $begin
checkflag 0x200
if B_goto $done
applymovement 0xFF $playerwalk
pausemove 0
message $back
boxset 6
setflag 0x200
release
end
#ORG $done
release
end
#ORG $playerwalk
#RAW 0x11
#RAW 0xFE
#ORG $back
$back 1 = Better go back and say goodbye to mother....
To post videos upload them in YouTube.I actually think this was going to work!
Except when I went downstairs to test it, the screen stayed black.
That sucks, huh?
Could you tell me how to post a video and I'll show you what happens.
Thanx.
#ORG $begin
checkflag 0x200
if B_True goto $done
applymovement 0xFF $playerwalk
pausemove 0
message $back
boxset 6
setflag 0x200
release
end
#ORG $done
release
end
#ORG $playerwalk
#RAW 0x11
#RAW 0xFE
#ORG $back
$back 1 = Better go back and say goodbye to mother....
Unknown 0300
Var number 4050
Unknown 0300
Var Number 7C40
To post videos upload them in YouTube.
There was an error on Teh
I think it should be like this:
And i think in the S you should put:Code:#ORG $begin checkflag 0x200 if B_True goto $done applymovement 0xFF $playerwalk pausemove 0 message $back boxset 6 setflag 0x200 release end #ORG $done release end #ORG $playerwalk #RAW 0x11 #RAW 0xFE #ORG $back $back 1 = Better go back and say goodbye to mother....
That's what i usually put ^^Code:Unknown 0300 Var number 4050
Also, you can put this:
Code:Unknown 0300 Var Number 7C40
your error was that you put
if B_goto $(pointer)
And it has to be if B_True goto $(pointer)
And, it isn't 0003 or 0030
it is 0300 and in the other it can be
5240 , 5040 or 7C40