• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • PokéCommunity supports the Stop Killing Games movement. If you're a resident of the UK or EU, consider signing one of the petitions to stop publishers from destroying games. Click here for more information!
  • 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.

Hack Tutorials: Scripting (In HD Video Form!)

urrrgh, okay i followed everything, but when i go to talk to the fat guy (who i applied the script too) nothing happens
 
urrrgh, okay i followed everything, but when i go to talk to the fat guy (who i applied the script too) nothing happens


lol thats what im having problems with too =P, but first off, what kind of script is it? maybe i can figure it out for you =D
 
Thank you , for this tutorial . Plese say this script are working in Pokemon Fire Red -

#org $script
lock
faceplayer
checkflag 0x1200
if 0x01 goto $done
message $talk
$talk 1 = This is for you .
boxset 6
givepokemon 198 5 0x0
setflag 0x1200
release
end

#org $done
message $noob
$noob 1 = Good bye .
boxset 6
release
end
 
Thank you , for this tutorial . Plese say this script are working in Pokemon Fire Red -

#org $script
lock
faceplayer
checkflag 0x1200
if 0x01 goto $done
message $talk
$talk 1 = This is for you .
boxset 6
givepokemon 198 5 0x0
setflag 0x1200
release
end

#org $done
message $noob
$noob 1 = Good bye .
boxset 6
release
end

i see nothing wrong with that at all, it should work unless im missing something
 
well won't it give Pokemon each time you talk?
And how to prevent it if it does so? (been pondering over it for weeks now!!)
 
well won't it give Pokemon each time you talk?
And how to prevent it if it does so? (been pondering over it for weeks now!!)

no it wont because you have the checkflag and set flag in there
 
i love these scripting tuts...
what will follump do next?
mapping?
Inserting OW sprites? (i need a video for this one especially)

darn it! it still isn't working. :(
when ever i go into that Buf Rite thing you have something that says $talk andthen $script
i only get $script
 
Last edited:
i love these scripting tuts...
what will follump do next?
mapping?
Inserting OW sprites? (i need a video for this one especially)

darn it! it still isn't working. :(
when ever i go into that Buf Rite thing you have something that says $talk andthen $script
i only get $script

did u make sure there are no typos in it o.o, post ur script in a spoiler and maybe i can help
 
Hey I am new to this I watched all your tutorials and am trying to enter a wild batlle script for the Pokemon Ho-Oh. When i put it in the game all it does is do the cry and then the screen fades and does nothing could you help me.

Heres the script

#org $script
lock
faceplayer
cry 0xA1 79
#raw 0x33
pause 0x30
message $cry
$cry 1 = Ho-oh: Ho-ohhhhhhhhh!
boxset 6
wildbattle 250 70 1
pause 0x70
fadescreen 1
removesprite 1
setflag 0x1211
pause 0x10
fadescreen 0
release
end
 
Hey I am new to this I watched all your tutorials and am trying to enter a wild batlle script for the Pokemon Ho-Oh. When i put it in the game all it does is do the cry and then the screen fades and does nothing could you help me.

Heres the script

#org $script
lock
faceplayer
cry 0xA1 79
#raw 0x33
pause 0x30
message $cry
$cry 1 = Ho-oh: Ho-ohhhhhhhhh!
boxset 6
wildbattle 250 70 1
pause 0x70
fadescreen 1
removesprite 1
setflag 0x1211
pause 0x10
fadescreen 0
release
end

Make sure that you have the pokescript database from lesson 4, and that you set the person's id to 1211 in advance map.

Also, does anyone have any suggestions for any more lessons or any other tutorials at all? I'm up for mapping tutorials and such.
 
Make sure that you have the pokescript database from lesson 4, and that you set the person's id to 1211 in advance map.

Also, does anyone have any suggestions for any more lessons or any other tutorials at all? I'm up for mapping tutorials and such.

i vote for a move camera tutorial =D, and maybe level scripts if its possible this way
 
Make sure that you have the pokescript database from lesson 4, and that you set the person's id to 1211 in advance map.

Also, does anyone have any suggestions for any more lessons or any other tutorials at all? I'm up for mapping tutorials and such.
Yeah I did all that and its still not working Arrgh. Anyways I think its my advance map because my game has sprites that i deleted and they wont go away so... It sucks. I vote for making a gym leader or elite 4 trainer. Dpes it matter that I am using Pokemon Emerald instead of Fire Red because I think its not letting me remove sprites or wild battle codes because i tried to do the event after another event in Lesson 6 and that wouldn't work either.
 
Last edited:
Is there any way to chan how an itemsorksile iwant to makeitso I can catch rainer pokemon like wild pokemon with a certain ball cause I want to make a rocket game

Thanks
 
Is there a movement script in wich makes walk into a warp and appear in another place??

Like professor OAK's event...
 
[REQUEST] Hey foullump can you make some tuts on how to make camera scripts, and event scripts? (ex: oak bring you in thr bulding and gives you the pokemon bla bla and ya)
 
Maybe you could make a lesson on some things you didn't do like move camera scripts,
healing scripts, etc...
Anyway, when I make a script for the proffessor to give me a pokemon, he gives me
one, but when I open the menu where the "Pokemon" option should be, theres no Pokemon
option to access it's summary, just like when I didn't have a pokemon.
But when I go into tall grass and battle, it's there!
Is that a bug, or do need a script command to make it accessable?
 
Maybe you could make a lesson on some things you didn't do like move camera scripts,
healing scripts, etc...
Anyway, when I make a script for the proffessor to give me a pokemon, he gives me
one, but when I open the menu where the "Pokemon" option should be, theres no Pokemon
option to access it's summary, just like when I didn't have a pokemon.
But when I go into tall grass and battle, it's there!
Is that a bug, or do need a script command to make it accessable?

It's very simple. Just put 'setflag 0x828'
 
Man this was the best tutorial i ever watched and now i get scripts completly
 
Back
Top