• 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.

Hack Tutorials: Scripting (In HD Video Form!)

hey i need your help with your super script, i love it,
but i tryd to compile it to a clean rom i just put it on a Script tile, but when i go on it, the game freezes, can u do a walkthrough how to add that to the game step by step thank you
 
When I put the trainer radius on A-map, then I test it, one step before I go into their
sight range, they come up to me and say endlessly, something like this: qAF...
So I'm stuck...
 
hey, i found this on youtube, and when i went back to try and find it again it seemed like it vanished.
it was the most helpful thing on scripting i could find on the entire web... but i could never get it onto
the game :( in the end i used XSE instead of pokescript.
could you make similar tutorials for that? i still need help...
 
Awesome tutorials, If i hadn't have found these I probably would have given up hacking straight away!
Now I use XSE, but I'll still use PS for things I can't do in XSE, like camera moving :D
Keep up the awesome videos :)

PS. Good luck on Pokemon White :D
 
Awesome tutorials, If i hadn't have found these I probably would have given up hacking straight away!
Now I use XSE, but I'll still use PS for things I can't do in XSE, like camera moving :D
Keep up the awesome videos :)

PS. Good luck on Pokemon White :D

You can move the camera in XSE as well, there is no difference between the two...

Code:
//This script, is an example of moving the camera in
//XSE. (Since anything in PS can be done in XSE lol)
//--------------------------------------------------
#dynamic 0x800000

#org @start
lock
special 0x113              //This Special will ENABLE use of applymovement 0x7F (Camera...)
applymovement 0x7F @move1     //This moves the camera (0x7F) up 3 spaces
waitmovement 0x0
message @helloworld 0x6
applymovement 0x7F @move2     //This moves the camera (0x7F) down 3 spaces
waitmovement 0x0
special 0x114               //This special ENDS the usage of the camera  (Camera must be over player to work)
release
end

#org @move1
0x11 0x11 0x11 0xFE
//The movements in this script are for FIRE RED, and LEAF GREEN, R/S/E use different
//movement numbers, if you wish to use this script in R/S/E, please change the numbers
//of the movements accordingly!

#org @move2
0x10 0x10 0x10 0xFE

#org @helloworld
= Hello world!
 
Last edited:
request you should do a tut on how to make a script to sell stuff
 
request you should do a tut on how to make a script to sell stuff

Very good. I will get on that very soon.
 
I would be great, if you create the video about how to program "Boss fights" like Marowak in the first generation and "ghost" like unseen ghastlies(where pokemon cry and can't fight the enemy)

P.S And maybe some camera lessons would be good. How to move camera on another position, or create some spacial effects on camera
 
I would be great, if you create the video about how to program "Boss fights" like Marowak in the first generation and "ghost" like unseen ghastlies(where pokemon cry and can't fight the enemy)

P.S And maybe some camera lessons would be good. How to move camera on another position, or create some spacial effects on camera

Well these fancy new programs I've actually never used before. I do have a tutorial on camera movement, however.
 
you should do a tut on how to make an event like the boat
how it can take you to a new area or something
 
Last edited:
You should definitely do a tutorial on trainer gender based events. Such as if you chose to play as a girl, one thing occurs, and if you chose to play as a boy, another happens.
 
Looks good I will look when i get the chance.
 
hey Foullump,

I just wanted to say a huge thank you to you, for your tutorials, without them I would never have gotten into hacking!

So THANK YOU!
 
Excellent tutorial. I'm gonna try to learn this stuff in my free time. I want to try my hand at a hack. Haha
 
Yo, Foullump.

Loving the tutorials, but I have a request. Is it possible to make a script so the player can do an in-game trade with an NPC? And if so, is it possible to customize the trade like the asking pokemon, the nickname, the item they have, etc? That would be cool.
 
Foullump you still checking this? xD, i cant find any good way to learn how to use movecamera scripts buttt i also like the idea above this comment(about in-game trades)

sooooo is it possible for you to show how to make those?
 
Back
Top