• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • Welcome to PokéCommunity! Register now and join one of the best places on the 'net to talk Pokémon and more! Community members will not see the bottom screen advertisements.
  • Want to share your adventures playing Pokémon?
    Check out our new Travel Journals forum for sharing playthroughs of ROM Hacks, Fan Games, and other Pokémon content!
  • IMPORTANT: Following a takedown request, the following hacks have been delisted from PokéCommunity:

    • Pokémon Glazed
    • Pokémon: Giratina Strikes Back
    • Pokémon Flora Sky
    • Pokémon Stranded
    The downloads and discussion threads for these hacks will no longer be accessible, and staff will be unable to return questions regarding accessing this content.

Flags and Special Commands [R/FR/E]

Status
Not open for further replies.
150
Posts
17
Years
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?
 

boon

Normal Trainer
26
Posts
16
Years
  • Seen Dec 28, 2007
thanks

thanks,it realy helped me.:classic:
 

foullump

Rom Hacking Guru
221
Posts
17
Years
I used the earhquake (special 0x136) but ehh... how do I make it stop? It continues until the end of the script.
 
17
Posts
17
Years
  • Age 36
  • Seen Dec 13, 2016
Just thought i'd contribute a little

FR running shoes - Flag 0x82F
 

Sergio--

...call me Serg!o...
101
Posts
18
Years
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.
 

ZodiacDaGreat

Working on a Mobile System
429
Posts
17
Years
Pokémon Image (This is cool but needs decoding):
special 0x140

I tried the special in a script in Ruby, and the "? poke" appears. So how do you decode it, so it can show other Pokemon species???
 
1,104
Posts
16
Years
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:

ZodiacDaGreat

Working on a Mobile System
429
Posts
17
Years
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??
 
55
Posts
16
Years
  • Seen Oct 23, 2010
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:

Dr.Razor

Yellow Remaker
101
Posts
16
Years
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.
 

rsr13

PokéHelp Creator
18
Posts
16
Years
  • Age 30
  • Seen Feb 11, 2010
Does any one knows te commands of:

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


Already thanks!
 
28
Posts
16
Years
  • Seen Jul 11, 2015
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.
 
13
Posts
16
Years
  • Seen May 3, 2008
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.
 

Ghost

[b][color=orange]ツ[/color][color=teal][i]In the Ma
742
Posts
16
Years
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