• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Flags and Special Commands [R/FR/E]

Status
Not open for further replies.
Thanks very much to you two who cleared up that thing with the badges!
 
Cool, but... how does the Pokémon Image command (Ruby) work?

EDIT: And...

If you use
Falls in the first warp of the map:
special 0x13F

Uses the first warp of the map:
special 0x13E
Will the script continue after warping?
 
thanks

thanks,it realy helped me.:classic:
 
I used the earhquake (special 0x136) but ehh... how do I make it stop? It continues until the end of the script.
 
Just thought i'd contribute a little

FR running shoes - Flag 0x82F
 
Anyone knows a way to check if you are mounting the bike (a flag for it?) or a special to dismount the bike (no, 0x157 doesn't work the other way round)

Hey baro!
I don't know if there it's coded something for dismount the bike.
For check if you're in the bike, I used this:

#org 0x
special2 LASTRESULT 0xE3
compare LASTRESULT 0x2
if 0x1 call 0x(MACH BIKE)
compare LASTRESULT 0x0
if 0x1 jump 0x(BY FOOT)
(ACRO BIKE)
end

#org 0x(MACH BIKE)
msgbox '"¡Comienza la carrera..."

end

#org 0x(BY FOOT)
msgbox '"¡No te acerques al b..."
end

This is tested in ruby, I suppose you're asking for FR, but well, try it.
Maybe you'll need to 'compare' the 0x1 for be in the FR bike, like in FR there is only one.
 
If you want the pokemon picture in FR to appear use this(haven't tried it in ruby), I got this from the script discussion thread from Hackmew(Rom-raiders)
PP and QQ are the pokemon's hex number and
XX and YY are the location of the box(0A,03 is the middle in FR)
Add #raw 76 when you want the picture box to close.

#raw 75
#raw PP
#raw QQ
#raw XX
#raw YY

Close Box Code:
#raw 76
 
Last edited:
If you want the pokemon picture in FR to appear use this(haven't tried it in ruby), I got this from the script discussion thread from Hackmew(Rom-raiders)
PP and QQ are the pokemon's hex number and
XX and YY are the location of the box(0A,03 is the middle in FR)
Add #raw 76 when you want the picture box to close.

#raw 75
#raw PP
#raw QQ
#raw XX
#raw YY

Close Box Code:
#raw 76

I tried that in Ruby, but the image appears in different palletes if its in indoors, but works fine in routes and towns.

But the special 0x140 it only shows the ? poke, I want to make it show something else??
 
looking the beginning scripts in ruby i found these:

special 0x9A
special 0x9B

these should open the menu to set the clock (one for girl, one for man). if anybody can try them and check if they're enough or some setvar/compare/LASTRESULT is needed, it could be great.

[rejected] and about the national dex... mmh i found something else looking the birch's script, look at it, i'm asking in the script thread for infos on the decripting.

Spoiler:
 
Last edited:
If you want the pokemon picture in FR to appear use this(haven't tried it in ruby), I got this from the script discussion thread from Hackmew(Rom-raiders)
PP and QQ are the pokemon's hex number and
XX and YY are the location of the box(0A,03 is the middle in FR)
Add #raw 76 when you want the picture box to close.

#raw 75
#raw PP
#raw QQ
#raw XX
#raw YY

Close Box Code:
#raw 76

Where can i find pokemon's hex number?
I need the hex of jirachi.
 
Does any one knows te commands of:

(Ruby) Runnging shoe's
(Ruby) Region map


Already thanks!
 
Does anybody know the flag for the abilty to surf. The special 0x161 makes you start surfing wherever you are standing and the flag for the 6th badge just gives you the 6th badge.
 
If you want the pokemon picture in FR to appear use this(haven't tried it in ruby), I got this from the script discussion thread from Hackmew(Rom-raiders)
PP and QQ are the pokemon's hex number and
XX and YY are the location of the box(0A,03 is the middle in FR)
Add #raw 76 when you want the picture box to close.

#raw 75
#raw PP
#raw QQ
#raw XX
#raw YY

Close Box Code:
#raw 76

How do find the pokemon's hex number? I need Dragonite's.
 
I got a question

When using the surf special
Is there a way to get off the pokemon youre surfing on

offtopic : Wow,almost a month without reply's
 
Status
Not open for further replies.
Back
Top