This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2011-08-15 19:32:16

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

pokemon rom hack of the week topic

Post your rom hacks of pokemon fr lg r s e or g/s here and ill post the rom hack winner every week starting now!


http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2011-08-15 21:52:30

blazerv82
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: pokemon rom hack of the week topic

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.


Pretty Hate Machine, Broken, Closer To God, The Downward Spiral, Further Down The Spiral, The Perfect Drug, The Fragile, And All That Could Have Been, With Teeth, Year Zero, Y34RZ3R0R3M1X3D, Ghosts I-IV, The Slip, Pretty Hate Machine 2010

Offline

 

#3 2011-08-15 22:23:10

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: pokemon rom hack of the week topic

I've tried to make one, but nearly all of the software I've tried to get was broken.


Posts: 20000 - Show all posts

Offline

 

#4 2011-08-16 07:01:52

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: pokemon rom hack of the week topic

veggieman001 wrote:

I've tried to make one, but nearly all of the software I've tried to get was broken.

Just try scripting  smile  ill give u some basic commands

Code:

 #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)


http://i47.tinypic.com/rrqe13.gif

Offline

 

#5 2011-08-16 11:30:20

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: pokemon rom hack of the week topic

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  smile  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


Posts: 20000 - Show all posts

Offline

 

#6 2011-08-16 11:55:09

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: pokemon rom hack of the week topic

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  smile  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?


http://i47.tinypic.com/rrqe13.gif

Offline

 

#7 2011-08-16 11:57:06

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: pokemon rom hack of the week topic

poemon1 wrote:

veggieman001 wrote:

poemon1 wrote:


Just try scripting  smile  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?

You say $m, but you haven't defined it yet.


Posts: 20000 - Show all posts

Offline

 

#8 2011-08-16 12:32:37

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: pokemon rom hack of the week topic

veggieman001 wrote:

poemon1 wrote:

veggieman001 wrote:


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.

Oh. Yes I did , the message $m that's the message data
But idk y I put the offset as 'm'  tongue


http://i47.tinypic.com/rrqe13.gif

Offline

 

#9 2011-08-16 14:55:20

Servine
Scratcher
Registered: 2011-03-19
Posts: 1000+

Re: pokemon rom hack of the week topic

urm, does this mean its possible to MAKE them?

I wwanna do it? how do i get started? Pokemon Amethyst...


http://bluetetrarpg.x10.mx/usercard/?name=Servine

Offline

 

#10 2011-08-16 17:26:42

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: pokemon rom hack of the week topic

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

Code:

 #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


http://i47.tinypic.com/rrqe13.gif

Offline

 

Board footer