- 28
- Posts
- 17
- Years
- Seen Jul 11, 2015
Does anybody know the flag for the ability to surf?
Sorry about that I pretty much just copied and pasted my own script. Really the main thing you need in a followme script is just to not have a pausemove after the person leading but after the person who is following. ie:
applymovement 0xff $follow
applymovement 0x01 $follow
pausemove 0
The rest is just positioning the hero or follower so that the hero is directly in front of the person following.
It's a special:Does anybody know the flag for the ability to surf?
Yeah, you're right I just thought you wanted it that way.Thanks, I understand now :D
But wouldn't it be the other way around, so you'd have 0xFF after 0x1 because wouldn't that make someone follow the hero?
That also makes the screen fade and come back again, while the rockets sprites also disappear#raw 53
#raw <people no.>
#raw 00
EDIT: I just tried the ability to surf special thing. By surf I meant lik what it does when you get the 6th badge on fr and lg. So does anybody know?
And on the subject does anybody know how to make pokemon and pokedex show up on the start menu?
Flags:
0x205 for the 5th badge
0x828 for Pokemon menu
0x829 for Pokedex
special 0x16F for national dex
could anyone tell me how to do a gymleader script in fr anf lg?
#org $begin
lock
faceplayer
checkflag 0x200
if b_true goto $alreadybeat
trainerbattle 0x00 0x00 $fightme $finished
message $fightme
$fightme 1 =Prepare to loose!\pFor I am a GYM LEADER!
boxset 6
release
end
#org $finished
lock
message $ilost
$ilost 1 =You have proved worthy!\pHere, take this TM!
boxset 6
giveitem 0x0 0x0
message $badge
$badge 1 =Here, take this badge!
boxset 6
setflag 0x00 <Gym Offset>
message $received
$received 1 =PLAYER received a Badge!
boxset6
setflag 0x200
release
end
How is that concert?
![]()
#raw 0x04 0xEB 0x74 0x1A 0x08
#ORG $begin
lock
faceplayer
message $leave
boxset 6
release
end
#ORG $leave
$leave 1 = ...What!/n Who are you?/p Get away
Bumping because it's not yet been even commented on and is on the last page, and is vital to my hack.Spoiler:
#org 0x800300
lock
faceplayer
setvar 0x8004 9
setvar 0x8005 2
special 0x174
checkflag 0x4B8
if 0x1 jump 0x162669
setvar 0x8004 9
setvar 0x8005 0
special 0x173
setvar 0x8004 9
setvar 0x8005 1
special 0x173
checkflag 0x844
if 0x0 jump 0x162641
checkflag 0x844
if 0x1 jump 0x16264A
setflag 0x3
setflag 0x5
checkflag 0x844
if 0x0 jump 0x162653
checkflag 0x844
if 0x1 jump 0x162653
clearflag 0x5
jump 0x162673
This is the script for the first opponent in the Elite 4 in Fire Red. I edited one value and the script offset.
I use DiamondCutter but for some reason, it won't apply this script to the game. Can someone help me? (I'm thinking it's something within the script)
I tried the flag 0x205 and it didn't do the trick. the others did so thanks for them.