Wrong community, sorry bud.
I'm probably the only other person you'll find who has experience in hacking a ROM file. But in any case, Pokémon Isles is mine.
Offline
I've tried to make one, but nearly all of the software I've tried to get was broken.
Offline
veggieman001 wrote:
I've tried to make one, but nearly all of the software I've tried to get was broken.
Just try scripting
ill give u some basic commands
#org $script lock faceplayer message $m $m 1 = your text here... boxset 6 release end.
Last edited by poemon1 (2011-08-16 07:03:16)
Offline
poemon1 wrote:
veggieman001 wrote:
I've tried to make one, but nearly all of the software I've tried to get was broken.
Just try scripting
ill give u some basic commands
Code:
#org $script lock faceplayer message $m $m 1 = your text here... boxset 6 release end.
er wouldn't you need to define the message before you said it
Offline
veggieman001 wrote:
poemon1 wrote:
veggieman001 wrote:
I've tried to make one, but nearly all of the software I've tried to get was broken.
Just try scripting
ill give u some basic commands
Code:
#org $script lock faceplayer message $m $m 1 = your text here... boxset 6 release end.er wouldn't you need to define the message before you said it
What u mean?
Offline
poemon1 wrote:
veggieman001 wrote:
poemon1 wrote:
Just try scriptingill give u some basic commands
Code:
#org $script lock faceplayer message $m $m 1 = your text here... boxset 6 release end.er wouldn't you need to define the message before you said it
What u mean?
You say $m, but you haven't defined it yet.
Offline
veggieman001 wrote:
poemon1 wrote:
veggieman001 wrote:
er wouldn't you need to define the message before you said itWhat u mean?
You say $m, but you haven't defined it yet.
Oh. Yes I did , the message $m that's the message data
But idk y I put the offset as 'm'
Offline
Servine wrote:
urm, does this mean its possible to MAKE them?
I wwanna do it? how do i get started? Pokemon Amethyst...
First you need vba and a pokemon rom then you need advanced map and possibly XSE (but I don't use XSE) then make a new notepad for a talking script type in
#org $script lock faceplayer message $text $text 1 = YOUR TEXT HERE release end
Now let me explain:
#org starts the script $script is an offset Offsets hold data.
lock locks your player from moving while talking.
message $text tells the script that its a message.
Oops I forgot under under $text 1 = YOUR TEXT HERE
put boxset 6
The $text 1 part tells the offset what the message says.
Release let's you move again and end ends it.
So now save as Filename.rbc and select all files. Then download pokescript and install it.
Open pokescript and open your rom with pokescript and click the big button
Select the first offset in the list and select the code except the 0H. So if it is 0H800000 select and copy 800000. Click assign and click file and burn. Then open advanced map. Goto any map and select events. Change people events by 1 and drag the person in the top left corner to where you want him and paste your offset into the place that says $000000 BUT keep the $. Then save it and open yor vba and rom and your done... I talk a lot Lol
Offline