The PokéCommunity Forums

The PokéCommunity Forums (https://www.pokecommunity.com/index.php)
-   Binary ROM Hacking (https://www.pokecommunity.com/forumdisplay.php?f=284)
-   -   [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION) (https://www.pokecommunity.com/showthread.php?t=79614)

Youji July 13th, 2007 5:38 AM

Yeah. The moves in PET are wrong. But If you want to have a trainer this move. You select the move you want and go one after that move. They had forgotten the move 0000000 which is the non move offset. So Pound is the non Move offset.

jack276 July 13th, 2007 9:16 AM

Does anyone have a list of which gym badges allow the use of which HMs in fire red?

-DarK- July 13th, 2007 11:23 AM

How can you make a reserved empty map work in Advance Map?? Each time i edit, save and reopen it, it says that there's no map there >_>

Naoshi July 13th, 2007 11:35 AM

Quote:

Originally Posted by Naoshi (Post 2607058)
Cyclone has been giving me problems whenever I've tried opening it.

This error pops up:

http://img.photobucket.com/albums/v637/Msonic/cycloneerror.png

Sorry for asking again. But anyone else getting this problem? I tried using the program on another computer just today and it gives me the same error. Am I missing a file or something?


@Kid Nino's question: http://www.pokecommunity.com/showthread.php?t=92163 Someone is making an Emerald ini for Advance Text in this topic.

UnitRico July 13th, 2007 11:44 AM

Quote:

Originally Posted by Smarties-kun (Post 2620610)
With PET (comes with Elitemap) or a hex editor. The move list is messed up in PET so I use a combination of PET and a hex editor when I need to change the gym leaders' Pokémon's movesets. I just look up the offset of the trainer in PET, search for that offset in the hex editor and change the Pokémon.

Well...and how do you do it with FR/LG? I tried PET, but the R/S/E trainers show up. What do do?

~Cya, UnitRico

Naoshi July 13th, 2007 11:48 AM

Quote:

Originally Posted by UnitRico (Post 2621558)
Well...and how do you do it with FR/LG? I tried PET, but the R/S/E trainers show up. What do do?

~Cya, UnitRico

From what I did. I used RSBall and opened a FR/LG rom. And made it extract all of the trainer pics. (By clicking Dump GFX Bank)

-DarK- July 13th, 2007 11:56 AM

Quote:

Originally Posted by Naoshi (Post 2621544)
Sorry for asking again. But anyone else getting this problem? I tried using the program on another computer just today and it gives me the same error. Am I missing a file or something?


Yes, yes, i have this problem too...Anyone got a solution?

Hiidoran July 13th, 2007 11:58 AM

Quote:

Can someone please answer this?
Christos has already answered your question
Quote:

Originally Posted by Christos (Post 2620168)


There's not an ini for Emerald in Advance Text, just create a new one and while playing the game and talking to people, search for the text you want and edit it with Advance Text.

Quote:

Does anyone have a list of which gym badges allow the use of which HMs in fire red?
I'm pretty sure this has almost nothing to do with hacking. Try the game help thread, ok? ;)

Quote:

Well...and how do you do it with FR/LG? I tried PET, but the R/S/E trainers show up. What do do?

~Cya, UnitRico
Yeah, PET was designed before FR/LG were released. Since the games are very similiar in programing certain things, such as Pokemon still appear. However, if you want to change the trainer sprites and stuff, you'll have to dump the GFX for them first.

Quote:

Sorry for asking again. But anyone else getting this problem? I tried using the program on another computer just today and it gives me the same error. Am I missing a file or something?
Wow, Sorry I can't help you with this question. I never used cyclone. Though, from a first glance it seems you are missing a file, but as for what file... I could be wrong, however.

-DarK- July 13th, 2007 12:08 PM

Quote:

How can you make a reserved empty map work in Advance Map?? Each time i edit, save and reopen it, it says that there's no map there >_>
Plz somebody answer this...>_<

BlackDragonite July 13th, 2007 12:30 PM

Quote:

Originally Posted by Hiidoran (Post 2620038)
Alright, it's simple really. Well, some of it's not...
Anyway let's take the tutorial script that comes with SciptED shall we?
Code:

#org 0x800000
message 0x800100
boxset 0x2
end
#org 0x800100
= Hello World!


This code will make someone say "Hello World!" Easy right? Well allow me break it down.

First- 0x800000:
This is where the script will be kept. This is it's location within the game. Here is where you type in the offset where all that blank space starts (FF's).

Second- message 0x800100:
This is where the message for your script will be kept. This tells the game where to put it.

Third-boxset 0x2:
These are the options after the message has been displayed. This one states that after the message is shown, you must press "a" to exit.

Fourth-end:
This ends the script.

Fifth-
#org 0x800100
= Hello World!

This is what your person will say when you give him this script. This IS your message. If you wanted a person to say "I want a cookie" replace "Hello World" with "I want a cookie". This is the simplist script you can make. All it does is have someone talk.

So put it all together now:
#org 0x800000-script offset
message 0x800100-message
boxset 0x2-press "a" to exit message
end-end script
#org 0x800100-what your message says.
= Hello World! ^
I hope this helps you!
-Hiidoran

... Duh... uh... don´t get it...
Man, all I want to do is to insert bigger Pokémon - pictures, why is it so complicated ?!?!?!?
OMG, omg, o... *nervous breakedown*

@ Charmander07: Nope, you CAN put Amplifier 2006 Ae into english, just open a ROM, go to "optionen" (options^^), click on "sprache wählen" (choose lanuage) and choose English.

salmjak July 13th, 2007 1:09 PM

How do I create objectsin elitemap?

Boom3r July 13th, 2007 1:20 PM

Quote:

Originally Posted by DarkSalamence (Post 2621656)
Quote:

How can you make a reserved empty map work in Advance Map?? Each time i edit, save and reopen it, it says that there's no map there >_>
Plz somebody answer this...>_<

On youtube there's a vid by foullump. It's called: Mastering Advance Map: Creating New Maps.

In the vid all the steps of creating and saving a map are explained. I hope this helps you.

Angelix July 13th, 2007 3:11 PM

Quote:

Originally Posted by BlackDragonite (Post 2621737)
@ Charmander07: Nope, you CAN put Amplifier 2006 Ae into english, just open a ROM, go to "optionen" (options^^), click on "sprache wählen" (choose lanuage) and choose English.

Actually, there's no 'Optionen' there. It only says 'Datei' and 'About'.

redragon July 13th, 2007 3:23 PM

I have a quick question, I read the scripting tutorials, and got most of it down, and made a quick, give pokemon script in wordpad, then copied it on to scriptED, and hit save, I saved it as "RECEIVE EGGON", but anyways, how do I put that script into the game? I'm trying to make it so you actually have 2 pokemon in the beginning for a double battle angainst the main "thugs" in the game, who tend to gang up on weak trainers, which is why you need two pokemon.

tomdotcom4 July 13th, 2007 3:43 PM

I keep trying to use BaseEdit and BeWildered for Emerald and every time it says "supported rom, but monster base stats are not specified in database" How do i fix it so i can use the programs for Emerald. Thanks a lot!!

redragon July 13th, 2007 3:47 PM

Quote:

Originally Posted by tomdotcom4 (Post 2622432)
I keep trying to use BaseEdit and BeWildered for Emerald and every time it says "supported rom, but monster base stats are not specified in database" How do i fix it so i can use the programs for Emerald. Thanks a lot!!

For starters, I don't know if you can even use emeral with those programs, but I think you can, I was having trouble with it also, but make sure you using a US version rom, not a european or japanese rom, hope this helped.

magnetflygon July 13th, 2007 4:14 PM

Quote:

Originally Posted by tomdotcom4 (Post 2622432)
I keep trying to use BaseEdit and BeWildered for Emerald and every time it says "supported rom, but monster base stats are not specified in database" How do i fix it so i can use the programs for Emerald. Thanks a lot!!

The only option is to use a different program, such as Pokemon Amplifier 2006, the database is pokeroms.ini, but there aren't any emerald offsets for those programs.

redragon July 13th, 2007 5:43 PM

OR, trying using a US rom, ad make sure it's a US version one, this happened to me, but once I used a US rom it worked fine.

Blazichu July 13th, 2007 7:34 PM

Quote:

Originally Posted by tomdotcom4
I keep trying to use BaseEdit and BeWildered for Emerald and every time it says "supported rom, but monster base stats are not specified in database" How do i fix it so i can use the programs for Emerald. Thanks a lot!!

Use AdvanceMap to edit the wild Pokemon and for BaseEdit add Emerald offsets in the PokeRoms.ini.

onstar102 July 13th, 2007 9:02 PM

Ok, so I'm having some issues with the movement permissions. I leave the top row of tiles on my buildings (so the character can walk behind it), but he just walks on top of it instead. I've looked at some other maps (like unedited in-game ones), and its looks like I'm doing everything right.

Can anyone shed some light on this?

Hiidoran July 13th, 2007 9:05 PM

Quote:

.. Duh... uh... don´t get it...
Man, all I want to do is to insert bigger Pokémon - pictures, why is it so complicated ?!?!?!?
OMG, omg, o... *nervous breakedown*
Let me see if I understand. You want to insert pokemon that are bigger than the originals? Sorry, can't be done. Let's take Diamond and Pearl sprites for instance. We cannot insert the bigger sprites into the R/S/FR/LG/E series because they are too large. To do this would take massive amounts of over-hauling the game, which little to no can do. I definetly cannot. Just try making different size pokemon, ok? ;)

Quote:

How do I create objectsin elitemap?
If at all possible, do this with Advanced Map. It's much easier to insert events. Also, Elitemap likes to make a mess of inserted events, it's not worth it in the end.

Quote:

I have a quick question, I read the scripting tutorials, and got most of it down, and made a quick, give pokemon script in wordpad, then copied it on to scriptED, and hit save, I saved it as "RECEIVE EGGON", but anyways, how do I put that script into the game? I'm trying to make it so you actually have 2 pokemon in the beginning for a double battle angainst the main "thugs" in the game, who tend to gang up on weak trainers, which is why you need two pokemon.
That's because after you save your script, you need to compile it. Once your script is created, saved, and tweaked to the way you want it, press compile. A menu will appear, select your rom file. Another message will then appear, select yes, and congratulations your script is now in the game!

Quote:

I keep trying to use BaseEdit and BeWildered for Emerald and every time it says "supported rom, but monster base stats are not specified in database" How do i fix it so i can use the programs for Emerald. Thanks a lot!!
Sorry, but support for Emerald with these programs is non-existant at the moment. Ini files are currently being made, but they are not quite ready yet. To hacking other things, until this problem is resolved, ok? ;)

Quote:

Ok, so I'm having some issues with the movement permissions. I leave the top row of tiles on my buildings (so the character can walk behind it), but he just walks on top of it instead. I've looked at some other maps (like unedited in-game ones), and its looks like I'm doing everything right.

Can anyone shed some light on this?
What roof tiles are you using? Some are not made with this permission in mind; You may have to change the tile.

I hoped this helped you all!
-hiidoran

onstar102 July 13th, 2007 10:53 PM

I'm using the same roof tiles from Littleroot Town. Infact, I just relocated the houses.

salmjak July 14th, 2007 3:31 AM

Is there any pokemon rom editor/hack that you can add custom pokemons,trainers,badges,trainers etc? And if there is one what's the name?

ssj July 14th, 2007 8:39 AM

I have already done an search using the tool for this question which is as follows, Is it possible to add new pokemon into Fire Red due to the fact of there being free offsets in the game and if so how can I do this, I have knowlage on how to replace pokemon however I want to add new pokemon and trainers in with out replacing any. Much appreachated :)

I also have anouther problem with the following script

#org 0x73AA72
setflag 0xA125
message 0x73AB90
boxset 0x2
#raw 0x5C
trainerbattle 0x9 0x5 0x0 0x73AD6D 0x7BBFAE
message 0x7BC253
boxset 0x2
applymovement 0x1 0x7BC377
pause 0x70
release
end

#org 0x73AB90
= Much anger you have

#org 0x73AD6D
= Well done

#org 0x7BBFAE
= You have learnt well

#org 0x7BC253
= It is time I moved on.

#org 0x7BC377
#binary 13 13 13 13 13 60 1D 1D 1D 1D FE





Thats an script I use to make an trainer dissappear after battle and bascially when I attempt to talk to the trainer nothing happens all I hear is the basic sound you get from pushing the A button and yes I have put the flag number in advance map "A125" can anyone help me.

jimmy-killed-me July 14th, 2007 9:20 AM

Where can i get "telefang" hacking tools than you as the "poke'mon diamond really peaved me off but i love the gae and want to translate properley


All times are GMT -8. The time now is 2:54 AM.


Like our Facebook Page Follow us on Twitter © 2002 - 2018 The PokéCommunity™, pokecommunity.com.
Pokémon characters and images belong to The Pokémon Company International and Nintendo. This website is in no way affiliated with or endorsed by Nintendo, Creatures, GAMEFREAK, The Pokémon Company or The Pokémon Company International. We just love Pokémon.
All forum styles, their images (unless noted otherwise) and site designs are © 2002 - 2016 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 generated content remains the property of its creator.

Acknowledgements
Use of PokéCommunity Assets
vB Optimise by DragonByte Technologies Ltd © 2023.