The PokéCommunity Forums  

Go Back   The PokéCommunity Forums > Creative Discussions > Emulation & ROM Hacking
Register New Account FAQ/Rules Chat Blogs Mark Forums Read

Notices

Emulation & ROM Hacking The center for the community emulation scene. Come and discuss all things emulation and develop your own hacks!



Reply
Thread Tools
  #21626  
Unread June 17th, 2012, 07:45 AM
whitesonkun
Beginning Trainer
 
Join Date: Jun 2012
Gender: Male
Hi, sorry to disturb you guys

But the thing is i just starting to hack pokemon B/W, then i wonder how do i hack rival's party, like when i choose seel, they keep choosing the original starters like snivy and tepig?

Someone can help me??
Reply With Quote
  #21627  
Unread June 17th, 2012, 07:50 AM
Ash493's Avatar
Ash493
Destiny cannot be changed...
 
Join Date: Jul 2008
Location: Tachiwaki City, Isshu
Age: 20
Gender: Male
Nature: Calm
Quote:
Originally Posted by Sark View Post
I'm now wondering why there's blank space between Celebi and Treecko. :/
For us, hackers, to find them and use them to have more Pokémon and for developers as a matter of debugging and preventing ROMs from crashes.
__________________

Previous Sign
Reply With Quote
  #21628  
Unread June 17th, 2012, 06:30 PM
Robert Conley's Avatar
Robert Conley
GPXPlus.net/user/Robert+Conley
 
Join Date: Oct 2008
Location: The Anti Spiral Homeworld
Gender: Male
Nature: Docile
In Pokemon Fire Red is it possible to replace each Unown palette? Like if I wanted to put clone Pokemon in would I be able to have each one with it's own individual colors by replacing Unown?
__________________
Reply With Quote
  #21629  
Unread June 18th, 2012, 12:35 AM
Manipulation's Avatar
Manipulation
it's a mad world
 
Join Date: Nov 2008
Location: Salisbury, England
Age: 18
Gender: Male
I was wondering if anyone had really tried tampering with the in-battle textbox (on an extensive note). It seems any time I try to do anything with it (besides editing the palettes) it just makes the game crash when I enter into battles.

Note: I know Frostbite did this in Azure Horizons which tells me that it's possible but I don't think I'll get a response from him.
__________________
Pokémon Sienna: Experience the thrill again
"i'm a man of simple tastes; no whiskey or caviar"




Reply With Quote
  #21630  
Unread June 18th, 2012, 02:16 AM
Darkrai Lv.1000's Avatar
Darkrai Lv.1000
The Ultimate Dark Pokémon...
 
Join Date: Jul 2007
Location: The Dude In Green at the Poké Mart
Age: 18
Gender: Male
Nature: Adamant
Send a message via AIM to Darkrai Lv.1000
I'm just starting to hack Pokemon games, and I'm wondering about this whole scripting thing, which I know very little of at the moment. Which program would you recommend to work with for a beginner like me? I've know of three: Pokescript, XSE, and PKSV.
__________________
Reply With Quote
  #21631  
Unread June 18th, 2012, 08:17 AM
tajaros's Avatar
tajaros
Hi I'm dawg
 
Join Date: Apr 2012
Location: Philippines
Age: 14
Gender: Male
Nature: Timid
Send a message via Windows Live Messenger to tajaros
Quote:
Originally Posted by Darkrai Lv.1000 View Post
I'm just starting to hack Pokemon games, and I'm wondering about this whole scripting thing, which I know very little of at the moment. Which program would you recommend to work with for a beginner like me? I've know of three: Pokescript, XSE, and PKSV.
XSE because It's the widely use scripting program for us...
__________________
Reply With Quote
  #21632  
Unread June 18th, 2012, 08:28 AM
Ash493's Avatar
Ash493
Destiny cannot be changed...
 
Join Date: Jul 2008
Location: Tachiwaki City, Isshu
Age: 20
Gender: Male
Nature: Calm
Quote:
Originally Posted by Darkrai Lv.1000 View Post
I'm just starting to hack Pokemon games, and I'm wondering about this whole scripting thing, which I know very little of at the moment. Which program would you recommend to work with for a beginner like me? I've know of three: Pokescript, XSE, and PKSV.
XSE is most used here so you will have the biggest chance that someone answers your question if you encounter some problems.
__________________

Previous Sign
Reply With Quote
  #21633  
Unread June 18th, 2012, 10:15 AM
lJdudel's Avatar
lJdudel
Beginning Trainer
 
Join Date: Jun 2012
Gender: Male
Hey guys,
I hack on a Mac, so I use crossover to hack my Pokemanz. Well, I can only use A-Map and PKSV for scripting. When I try to open A-Mart, A-Text, A-Starter, or any other hacking utilities, they simply wont open up. No errors or anything, just nothing. What should I do about this, since it severely hinders my hacking abilities.
Reply With Quote
  #21634  
Unread June 18th, 2012, 10:30 AM
SwiftSign's Avatar
SwiftSign
Honorable Knight
 
Join Date: Jan 2009
Location: England
Gender: Male
Nature: Rash
Quote:
Originally Posted by lJdudel View Post
Hey guys,
I hack on a Mac, so I use crossover to hack my Pokemanz. Well, I can only use A-Map and PKSV for scripting. When I try to open A-Mart, A-Text, A-Starter, or any other hacking utilities, they simply wont open up. No errors or anything, just nothing. What should I do about this, since it severely hinders my hacking abilities.
I don't use a Mac, however remember that some programs are shortcuts rather than necessities.

A-Mart: Marts can be written using scripting.
A-Text: The beginning text can be changed easily through hex editing, of which there are several tutorials for on this site.
A-Starter: Scripting again to edit which Pokémon you can pick, with some A-Trainer (or hex editing if that doesn't work) to change the rival's battle teams.

There is always a way around using tools - it might not be as quick but it'll give the same result and ultimately you'll be more hands on with your hack!
__________________

Reply With Quote
  #21635  
Unread June 18th, 2012, 11:01 AM
lJdudel's Avatar
lJdudel
Beginning Trainer
 
Join Date: Jun 2012
Gender: Male
Thank you!
I also have another question. How would I script it so that when you choose a Pokemon, the "Pokemon" option is available in the start menu. Without it, the game freezes when I pick the pokeball. My script doesn't work.

Spoiler:


#org 0x874029F
'-----------------------------------
lock
checkflag 0x200
if true jump 0x87402D9 ' Flag is set
setflag FR_POKEMON
countpokemon
compare LASTRESULT 0x6
if == jump 0x87402DB ' Equal To
setflag FR_POKEMON
setflag 0x291
addpokemon LARVITAR 5 NONE 0x0 0x0 0x0
setflag 0x200
storepokemon 0x0 LARVITAR
message 0x874030F ' You got a \v\h02!
release
end

#org 0x87402D9
'-----------------------------------
release
end

#org 0x87402DB
'-----------------------------------
msgbox 0x87402E5 ' You don't have enoug...
callstd MSG_NOCLOSE ' Non-closing message
release
' Release commands close any open messages
end


#org 0x874030F
= You got a \v\h02!

#org 0x87402E5
= You don't have enough room in your party.
Reply With Quote
  #21636  
Unread June 18th, 2012, 11:12 AM
SwiftSign's Avatar
SwiftSign
Honorable Knight
 
Join Date: Jan 2009
Location: England
Gender: Male
Nature: Rash
Quote:
Originally Posted by lJdudel View Post
Thank you!
I also have another question. How would I script it so that when you choose a Pokemon, the "Pokemon" option is available in the start menu. Without it, the game freezes when I pick the pokeball. My script doesn't work.

Spoiler:
#org 0x874029F
'-----------------------------------
lock
checkflag 0x200
if true jump 0x87402D9 ' Flag is set
setflag FR_POKEMON
countpokemon
compare LASTRESULT 0x6
if == jump 0x87402DB ' Equal To
setflag FR_POKEMON
setflag 0x291
addpokemon LARVITAR 5 NONE 0x0 0x0 0x0
setflag 0x200
storepokemon 0x0 LARVITAR
message 0x874030F ' You got a \v\h02!
release
end

#org 0x87402D9
'-----------------------------------
release
end

#org 0x87402DB
'-----------------------------------
msgbox 0x87402E5 ' You don't have enoug...
callstd MSG_NOCLOSE ' Non-closing message
release
' Release commands close any open messages
end


#org 0x874030F
= You got a \v\h02!

#org 0x87402E5
= You don't have enough room in your party.
"setflag 0x828" will activate the Pokémon menu for you, although I'm sure the lack-off doesn't normally cause freezing.

Remember if you have further problems you can ask in the Script Help Thread (a few below this one).
__________________

Reply With Quote
  #21637  
Unread June 18th, 2012, 08:37 PM
Robert Conley's Avatar
Robert Conley
GPXPlus.net/user/Robert+Conley
 
Join Date: Oct 2008
Location: The Anti Spiral Homeworld
Gender: Male
Nature: Docile
I've been trying to get bridges into a Fire Red rom and through following a few guides I've inserted some bridge tiles from emerald and edited the block behavior data along with using '3C' as the movement permission. For some reason though the character still walks over the bridge when it should walk under, everything else works as it should though.
__________________
Reply With Quote
  #21638  
Unread June 18th, 2012, 09:34 PM
thanethane98's Avatar
thanethane98
Self Proclaimed Expert
 
Join Date: Jun 2012
Nature: Relaxed
I've been trying to create stairs using Advance Map for awhile now, but they don't seem to work. I made sure that the warp was set to the right location and I've put it on the same block used by other stair-warps, but it just doesn't work. Do I need to set a certain movement permission for stairs?
Reply With Quote
  #21639  
Unread June 18th, 2012, 10:18 PM
redriders180's Avatar
redriders180
Call me Lucbui...
 
Join Date: Jun 2010
Location: Pastoria City, Sinnoh
Gender: Male
Nature: Quirky
Send a message via AIM to redriders180 Send a message via Skype™ to redriders180
Quote:
Originally Posted by Robert Conley View Post
I've been trying to get bridges into a Fire Red rom and through following a few guides I've inserted some bridge tiles from emerald and edited the block behavior data along with using '3C' as the movement permission. For some reason though the character still walks over the bridge when it should walk under, everything else works as it should though.
The bridge tiles need to have a background byte of 00, so that they cover the hero when they walk normally under it, and not $20, block is covered by hero. The bridge itself needs to be covered in 3C movement permissions, of course. The upper part of the bridge, on both sides of the bridge, needs to have movement permissions of 10. Example in the spoiler.

Spoiler:


Quote:
Originally Posted by thanethane98 View Post
I've been trying to create stairs using Advance Map for awhile now, but they don't seem to work. I made sure that the warp was set to the right location and I've put it on the same block used by other stair-warps, but it just doesn't work. Do I need to set a certain movement permission for stairs?
What exactly is going wrong? Freezing, black screen, refusing to warp?
__________________

Thank you for hatching the eggs!
Please view these dragons! Just click them and you're done!
If you don't help them grow up, they'll die...



Reply With Quote
  #21640  
Unread June 18th, 2012, 10:52 PM
thanethane98's Avatar
thanethane98
Self Proclaimed Expert
 
Join Date: Jun 2012
Nature: Relaxed
Quote:
Originally Posted by redriders180 View Post
What exactly is going wrong? Freezing, black screen, refusing to warp?
It's refusing to warp. I've tried searching for a way to solve it, and I've tried quite a few different things to resolve the issue, but nothing's worked. The warp isn't working. Also, I've set up warps for things such as doors without any issues. I'm only having a problem with stairs.
Reply With Quote
  #21641  
Unread June 19th, 2012, 12:02 AM
Darkrai Lv.1000's Avatar
Darkrai Lv.1000
The Ultimate Dark Pokémon...
 
Join Date: Jul 2007
Location: The Dude In Green at the Poké Mart
Age: 18
Gender: Male
Nature: Adamant
Send a message via AIM to Darkrai Lv.1000
Thanks guys, getting XSE now.

I've started opening some tools I already downloaded, but there's this one that refuses to open: CyclonePrototype. I get an error everytime. I've tried every solution I've searched for, but none of them work. Is there a way someone can reupload it with the right files it needs to run (the one I downloaded had just the program), or tell me if there's another program that does everything Cyclone does?
__________________
Reply With Quote
  #21642  
Unread June 19th, 2012, 12:43 AM
SpadeEdge16's Avatar
SpadeEdge16
Mime Jr.
 
Join Date: May 2012
Gender: Male
Hey guys, when I open Overworld Editor it says "Error loading INI settings for this game" when I load my FR Rom. Why is it doing this and is there any way to fix it?
Reply With Quote
  Click here to go to the next staff post in this thread.   #21643  
Unread June 19th, 2012, 01:01 AM
DrFuji's Avatar
DrFuji
Innocence Lost
 
Join Date: Sep 2009
Location: Upside-downia
Age: 20
Gender: Male
Nature: Jolly
Quote:
Originally Posted by thanethane98 View Post
It's refusing to warp. I've tried searching for a way to solve it, and I've tried quite a few different things to resolve the issue, but nothing's worked. The warp isn't working. Also, I've set up warps for things such as doors without any issues. I'm only having a problem with stairs.
There are some special tile behaviours that facilitate you going up and down stairs. When you hover your mouse over a tile in an untouched FR map in Advance Map you can see that specific tile's number. In a map with stairs you should be able to notice that the tile number changes when you compare the tile at the foot of the stairs to the rest of the similar looking tiles in the map. For example,on the bottom floor of Celadon Mansion - Instead of being tile 0x282, the tile next to the stairs is tile 0x2F1. It is necessary to have this tile as it provides the warp functionality, which you can see because it has a behaviour byte of 0x6C when you view it in the tileset editor. There are four of these sorts of tiles which accommodate for you going up and to the right (0x6C), up and to the left (0x6D), down and to the right (0x6E) as well as down and to the left (0x6F).

Anyway, either make an extra tile which has the correct behaviour byte or use one already in the tileset and place it next to the stairs.

Quote:
Originally Posted by Darkrai Lv.1000 View Post
Thanks guys, getting XSE now.

I've started opening some tools I already downloaded, but there's this one that refuses to open: CyclonePrototype. I get an error everytime. I've tried every solution I've searched for, but none of them work. Is there a way someone can reupload it with the right files it needs to run (the one I downloaded had just the program), or tell me if there's another program that does everything Cyclone does?
Nameless Tile Map Editor does the same thing as Cyclone and is more up to date so you should use that.


Quote:
Originally Posted by SpadeEdge16 View Post
Hey guys, when I open Overworld Editor it says "Error loading INI settings for this game" when I load my FR Rom. Why is it doing this and is there any way to fix it?
In a lot of the tools you download there should be a small configuration file that provides data which is necessary for the ROM to work - It tells the ROM where to start looking for/ loading information. If you've deleted or moved this file from its original location then that would explain your problem. You may have also changed your ROM header, but if that was the case then the majority of tools would not work.
__________________

Moderator of Emulation
Partner in Crime with giradialkia
Paired with Fireworks
A Shade of Lilac
Sig Credits


Laura Kinney
          → Regenerative Healing Factor
          → Adamantium-laced Bone Claws
          → Superhuman Senses
          → Expert Assassin
          → Weapon X


"I want to make my own life. Before someone else makes it for me. Again."
X-23

Reply With Quote
  #21644  
Unread June 19th, 2012, 01:21 AM
SpadeEdge16's Avatar
SpadeEdge16
Mime Jr.
 
Join Date: May 2012
Gender: Male
Yeah, I don't think the header is the problem, all my other programs work. But there aren't any files with my the editor, so I guess I'll download another one. Thanks.
Reply With Quote
  #21645  
Unread June 19th, 2012, 01:36 AM
Darkrai Lv.1000's Avatar
Darkrai Lv.1000
The Ultimate Dark Pokémon...
 
Join Date: Jul 2007
Location: The Dude In Green at the Poké Mart
Age: 18
Gender: Male
Nature: Adamant
Send a message via AIM to Darkrai Lv.1000
Found it, thanks bro.
Soon I shall start on my new project, unless I have another question. xD
__________________
Reply With Quote
  #21646  
Unread June 19th, 2012, 03:17 AM
thanethane98's Avatar
thanethane98
Self Proclaimed Expert
 
Join Date: Jun 2012
Nature: Relaxed
Quote:
Originally Posted by DrFuji View Post
There are some special tile behaviours that facilitate you going up and down stairs. When you hover your mouse over a tile in an untouched FR map in Advance Map you can see that specific tile's number. In a map with stairs you should be able to notice that the tile number changes when you compare the tile at the foot of the stairs to the rest of the similar looking tiles in the map. For example,on the bottom floor of Celadon Mansion - Instead of being tile 0x282, the tile next to the stairs is tile 0x2F1. It is necessary to have this tile as it provides the warp functionality, which you can see because it has a behaviour byte of 0x6C when you view it in the tileset editor. There are four of these sorts of tiles which accommodate for you going up and to the right (0x6C), up and to the left (0x6D), down and to the right (0x6E) as well as down and to the left (0x6F).

Anyway, either make an extra tile which has the correct behaviour byte or use one already in the tileset and place it next to the stairs.
Thanks! I managed to get it working with that information. I thought that I had the correct tile set up for it, but apparently I didn't!
Reply With Quote
  #21647  
Unread June 19th, 2012, 07:25 AM
Jake 53
noob hacker
 
Join Date: Jun 2012
Gender: Male
This may be a dumb question, but this really is the only thing bothering me. Everthing else I can work with. Is it possible to start completely from scratch using advance map?
Reply With Quote
  #21648  
Unread June 19th, 2012, 08:06 AM
tajaros's Avatar
tajaros
Hi I'm dawg
 
Join Date: Apr 2012
Location: Philippines
Age: 14
Gender: Male
Nature: Timid
Send a message via Windows Live Messenger to tajaros
Quote:
Originally Posted by Jake 53 View Post
This may be a dumb question, but this really is the only thing bothering me. Everthing else I can work with. Is it possible to start completely from scratch using advance map?
Why start everything over again when you can replace the maps and inset new ones?
__________________
Reply With Quote
  #21649  
Unread June 19th, 2012, 09:25 AM
KF
Beginning Trainer
 
Join Date: Jun 2012
Which offset is Bill's level script in Cinnabar Island?
Reply With Quote
  #21650  
Unread June 19th, 2012, 11:28 AM
Ferox
Beginning Trainer
 
Join Date: Jun 2012
Gender: Female
Is there a limit to how much you can change or add to a pokemon rom? I mean, is there a limit for how many new maps I can insert or how many trainers there can be?
Reply With Quote
Reply
Quick Reply

Sponsored Links


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are UTC. The time now is 07:57 AM.


Style by Perdition Haze, artwork by Sa-Dui.
Like our Facebook Page Follow us on TwitterMessage Board Statistics | © 2002 - 2013 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to Pokémon USA, Inc. and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company, Pokémon USA, Inc., The Pokémon Company International, or Wizards of the Coast. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2013 The PokéCommunity / PokéCommunity.com.
PokéCommunity™ is a trademark of The PokéCommunity. All rights reserved. Sponsor advertisements do not imply our endorsement of that product or service. User posts belong to the user.