Time to answer the unanswered...
Nusegi said:
Dumb questioning time ^^':
1) How can i open the rooms on Map editor, Advance-Mart and stuff???
2) Where can i download pokemon ROMS???
1) Depends on the program. Usually you click on "File"->"Open" and select your ROM.
2) We won't supply any ROMs or links to ROMs to you, as it is against the rules.
MissingNo. Hunter Jake said:
i dont know if im in the right thread but, when i download a romhack, my vba wont play it, can somebody explain why this happens?
EDIT:when i open my vba, it doesnt show the file of the game when i open its folder, in other words, its not a gba file
https://www.pokecommunity.com/threads/46315
See the point "How to apply an IPS-Patch?".
h@Ck3R said:
this is the code from fire red when you try to leave pallet town for the first time. could someone plz explain what everything is in it? i want to make a script to make a pikachu follow you but i dont understand this barely. ty
o.0
Everything that happens in the Game when you leave Pallet Town is in it.
It set's needed variables, stops you from going out, plays the following music, talks a bit and takes you into the Lab where another script is executed.
That's it.
Nusegi said:
Can someone teach me the basics of scripting??
You learn best by taking a look at existing scripts.
The Script Database in the Tutorial forum and the "commands.html" & "tutorial.html" that come with EliteMap are very helpful.
RicePigeonKKM said:
Can someone give me a script/tutorial on how to implement a move tutor like in Fr/Lg/E? For Curse, preferably.
You should take a look at the existing Move-Tutor scripts.
Copy them and just change the things you want different. (Like the attacks that are teached.)
Watson Jr. said:
Please help! When I used this code, applyed to the person and when I talked to it, music played, but map disappeared and screen became maroon... Is this script OK?
No, it's not okay.
Again the "givepokemon" command screws up your script.
It has more bytes than ScriptED actually tells you it has.
Code:
#org 0x14D6DC
checkflag 0x10A
if 0 0x800200
message 0x14D6E4
boxset 0x04
givepokemon 0x98 0x0F 0x00
#raw 00
#raw 00
#raw 00
#raw 00
#raw 00
#raw 00
#raw 00
#raw 00
#raw 00
setflag 0x10A
setflag 0x800
end
#org 0x14D6E4
= Hi! I am your grandma! That's/n present for you
That should work.
Nusegi said:
Can someone make me a scrip for making u start at home instead of being inside the truck?
The Script where you start is hardcoded in the Intro routine of the game.
It's not possible to re-script it yet.
However, you can change the Map you start on.
How to do it has been posted a few pages back in this thread.
jojotjuh said:
I have searched but not found.
Does someone know the number for pokemon sapphire where it says
pokemon 2003
nintendo 2003
gamefreak
blabla... (in the begining of the game, the black screen)
please i need the numbers. thanks in advance!
also I need to know in wich color modes
p.s. I have searched for it. but not found anything!
thanks.
EDIT: sorry for not directly placing it here :)
----------------------------------------------------------------------
jojotjuh.
1631 /Black and White mode
makiri said:
I have little problem with PET. i changed all pokemon, but Rivals and GYM Liders pokemon have attacks like Vicegrip and Struggle. I can't change it with editor, how can i fix it?
You can't. It's a problem with how PET reads the Trainer data.
This is set inside the program and can't be changed. However, since PET displays the Pokémon data offset to you, you can easily edit the used attacks with a Hex-Editor.