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)

ChaosKing March 3rd, 2007 5:16 AM

Quote:

Originally Posted by speedonh (Post 2400559)
use a hex editor and a table file and search for the first line or so of what prof oak says, then highlight it and edit it. if you're not sure go to the document and turoials section and look in the old documents thread. click on the link and there is a very helpful tutorial at the very bottom (119)
hope this helps ya!

i dont want to edit wat prof oak says i want to delete that intro thingymajig

the_creator March 3rd, 2007 8:41 AM

help i need to know how to change what people in ruby and emerald says and how to change them to pokemon (e.g. make prof mew)

PikachuTrAiNeR March 3rd, 2007 8:55 AM

I've hopelessly been looking for Fire Red Title Screen numbers for unlz.GBA all over the forum.
I'd be happy if someone could just point them out... =D
And if there's a nice tutorial you've seen for changing title screen based on FR, it'd be awesome if you could linky! ^^


Thankies! ~ ^___^

foofatron March 3rd, 2007 10:54 AM

Quote:

Originally Posted by the_creator (Post 2400920)
help i need to know how to change what people in ruby and emerald says and how to change them to pokemon (e.g. make prof mew)

You could 1 use scripting or 2 the easier way use advance text.For changing the sprites use the pic # on the person.I'm not sure if mew's pic is in any games besides Emerald.

Blaziken626 March 3rd, 2007 2:19 PM

Quote:

Originally Posted by foofatron (Post 2399999)
How do I find the offset?

How can insert this with the same colors and pal into Ruby?Since I think Kyledove made this for Ruby.

The offset should be the first offset in your script. And as for inserting the sprite with that same palette, the image has to be indexed for it to keep the palette. To index it, I would suggest saving it as BMP, then converting it to GIF using the Giffy tool. Then after that, insert the GIF image into unLZ-GBA, and it should work. Anyway, I have a problem of my own. It seems that the Diamond and Pearl Pokemon cries are too advanced for Pokemon Ruby, and and every time I try to insert them using PokeCryGUI, they end up totally wrong. And I've seen videos of Pokemon Ruby that DO have the Diamond and Pearl cries perfectly. So if there's anything anyone can do to help me, that would be great.

EDIT: Now I know how to do it. If you use Sound Recorder to record the cries, then you have to go to File -> Properties. Then click on 'Convert Now'. Where it says 'Format', make sure it's PCM, and where it says 'Attributes', make it 11.025 kHz, 8 Bit, Mono. Then click OK, and it should work just fine. The only problem is I can't find a loud enough cry.

foofatron March 3rd, 2007 6:25 PM

Can someone make this type chart english this from pokemon amplifier and I don't understand this.I need the prevous one then a arow and the english name like this

Normal ->
Kampf ->
Flug ->
Gift ->
Boden ->
Stein ->
Käfer ->
Geist ->
Stahl ->
Unbekannt ->
Feuer ->
Wasser ->
Gras ->
Elektro ->
Psycho ->
Eis ->
Drache ->
Unlicht ->

Trans late that to english please!

Whisme March 3rd, 2007 6:28 PM

Babelfished:
Normally - fight - flight - poison - soil - stone - beetle - spirit - steel - unknown - fire - water - grass - electrical - Psycho - ice - Drache - Unlicht -

I think you can figure them out from that...

ChaosKing March 3rd, 2007 7:15 PM

whenever i try 2 compile this script

#org 0x71A5E0
message 0x71A310
boxset 0x4
boxset BOXSET_YESNO
compare LASTRESULT YES
givepokemon 0x01 0x05 0x00
end
compare LASTRESULT NO
end
#org 0x71A310
=Do you want Grassiga

it says "Run-time error '13':

Type mismatch



can someone plz help me pllllllllllllzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

foofatron March 3rd, 2007 7:54 PM

Is there a english verson of pokemon amplifier?Also when I adde new pokemon in and I rtied to evole them the screen turned green.How can I fix it?

O.G. Duke March 3rd, 2007 8:12 PM

Pokemon Ruby proffesor Birch offset in Pokepic please...

Irish Witch March 3rd, 2007 9:17 PM

Quote:

Originally Posted by ChaosKing (Post 2401560)
whenever i try 2 compile this script

can someone plz help me pllllllllllllzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz

This belongs in the script discussion thread, and that script is a mess.

:psy copy: What the HELL are you trying?? Oh hell. take a look at the code below. and try to adjust offsetts to suit.

And take a look at the 'Simple Pokescript Tutorial' for instruction on making a working logical script.

Also there is a 'professional givepokemon script' here, again for pokescript!!


Code:

#org 0x800000
message 0x800200
boxset 0x5
compare LASTRESULT YES
if B_TRUE goto 0x800300
givepokemon 0x01 0x05 0x00
end

#org 0x800200
=Do you want Grassiga

#org 0x800300
message 0x800400
boxset 0x6
end

#org 0x800400
= Oh, Ok then!



El Diabeetus March 3rd, 2007 10:50 PM

Does Anyone know where the Pocket Monsters Logo in Japanese Ruby, I'm replacing the English one with it.

blacknightfalsh March 4th, 2007 5:15 AM

does any one know where I can get some custom tilesets for pokemon ruby

and a tool to insert them.

If you can, please tell me

thanks

foofatron March 4th, 2007 7:00 AM

4 Attachment(s)
Poke amplier won't let me change the evo of pokemonI click the pokemon I want that pokemon to evo I save and then I go back to check it and the evos are still the same why?Also ow do I edit and put new sprites overwold with all the sides and sufing and fishing ect.?Also how come when I change the name with poketronic the names come out funky and scripts mess up and stuff look at them!

AquaLeaderMatt March 4th, 2007 2:10 PM

Quote:

Originally Posted by Christos (Post 2400532)
The stats won't change however you edit them, with a gameshark, action replay or if you hack the ROM etc.

So if I hacked a Ruby ROM to make Magmar have 255 for each stat (the Magmar would have each stat go up by like 5 every level) and trade it to Diamond, Magmar would NOT be getting 5 for each stat once on the Diamond ROM?

ASHYLEGS March 4th, 2007 4:24 PM

How do you edit a Pokemon's Icon? And is it possible to change the Pokemon Motion sprite in Emerald?

shirokiryuu March 4th, 2007 10:42 PM

Quote:

Originally Posted by ASHYLEGS (Post 2402650)
How do you edit a Pokemon's Icon? And is it possible to change the Pokemon Motion sprite in Emerald?

There's a tutorial in the tutorial section on it: http://www.pkmncommunity.com/showthread.php?t=79815

*sigh* I wish someone would know the answer to my question ;_;

Christos March 5th, 2007 4:05 AM

Quote:

Originally Posted by hitme2k5 (Post 2402489)
So if I hacked a Ruby ROM to make Magmar have 255 for each stat (the Magmar would have each stat go up by like 5 every level) and trade it to Diamond, Magmar would NOT be getting 5 for each stat once on the Diamond ROM?

It wouldn't, you didn't hack Magmar, you hacked the stats Magmar will get in the ROM when it levels up.

Quote:

Originally Posted by shirokiryuu (Post 2397326)
How do I edit uncompressed sprites? I'm trying to change Professor Oak at the begining, and I found his offsets...

but now I don't know where I should start....

You can find those sprites in TLP or Tile Molester and edit them.

Quote:

Originally Posted by ASHYLEGS (Post 2402650)
How do you edit a Pokemon's Icon? And is it possible to change the Pokemon Motion sprite in Emerald?

IconED.

foofatron March 5th, 2007 4:13 AM

Didn't you have the problem with the pokemon names?Do you know how to fix it?Please answer my queston.How do you change eveltion so it works?

iTeruri March 5th, 2007 12:06 PM

Are there any tools that work on Os X in dont have windows and I want to make a hack.

Glitchfinder March 5th, 2007 1:30 PM

Quote:

Originally Posted by Whisme (Post 2401519)
Babelfished:
Normally - fight - flight - poison - soil - stone - beetle - spirit - steel - unknown - fire - water - grass - electrical - Psycho - ice - Drache - Unlicht -

I think you can figure them out from that...

You didn't need to do that. There is a thread in the tools section with tranlsated .ini files for Poekmon Amplifier. (I posted it myself)

Quote:

Originally Posted by foofatron (Post 2401584)
Is there a english verson of pokemon amplifier?Also when I adde new pokemon in and I rtied to evole them the screen turned green.How can I fix it?

Try the thread I mentioned in regard to the quote above. It's in the tools section, and it has the tranlsated .ini files for amplifier.

Quote:

Originally Posted by blacknightfalsh (Post 2402029)
does any one know where I can get some custom tilesets for pokemon ruby

and a tool to insert them.

If you can, please tell me

thanks

Get Advancemap. Open a map with a tileset you want to replace/edit, and open the block editor, and choose the "save Tileset 1" or "Save Tileset 2" in the "Picture" menu. Then, use something like paint to edit the tileset, and load it back in. Choose the pallet you want to edit it in before saving it , though, otherwise you will make an image with really messed up colors.

Quote:

Originally Posted by foofatron (Post 2402071)
Poke amplier won't let me change the evo of pokemonI click the pokemon I want that pokemon to evo I save and then I go back to check it and the evos are still the same why?Also ow do I edit and put new sprites overwold with all the sides and sufing and fishing ect.?Also how come when I change the name with poketronic the names come out funky and scripts mess up and stuff look at them!

I made a nifty little tutorial on editing the evolutions of Pokemon and posted it in the tutorials section. Sorry if it doesn't mention where to find them, I didn't find them in most of the games. (I didn't even look, actually)

The overworld sprites can be edited with several tools, such as the overworld editor.

I don't use Poketronic, so I wouldn't really know about that. Sorry.

Twilight Itachi X March 6th, 2007 2:58 PM

Alright, I have some questions....

1. How can you have both the original and shiny Pokemon colors of a Pokemon you upload look right and not one of the colors messed up? I want to put in Pachirisu, and when I put in the original color (making it indexed), it looks good, but after I import its shiny color (also indexed), the original colors mess up, then when I re-import the original color, the shiny color will mess up. Is there a way to fix that, to have both shiny and original Pokemon colors not messed up? I'm using Pokepic by the way.

2. And about Pokemon Amplifier, when I try to edit moves of a Pokemon that are the blank ones after Celebi (252-276), it won't work. It will either have no moves (forcing the Pokemon to use Struggle), or it will only have Tackle.

3. How do you change the small Pokemon icons? I'd like to put some of the D/P icons in it. If it's with IconEditor, how do you import new icons into it? If you save or load, it a file called a .iee.

Those are my questions.

foofatron March 6th, 2007 3:24 PM

Thats all you need the game constucts the non siny back and shiny front.It even does it in poke pic.Just make sure you use the same colors for the back and front sprite.

Alex March 6th, 2007 3:58 PM

I have a question. When I try to import an image into unLZ-GBA, it says "Error: Image is not indexed". How do I index the image I want to import? This is for FireRed, by the way.

EDIT: I have another. I got other images to work (I still want to know the answer to my first question though), but it can't write it to the ROM because the compressed size is too big, any idea on how to make the compressed size smaller?

Twilight Itachi X March 6th, 2007 4:41 PM

Quote:

Originally Posted by foofatron (Post 2404301)
Thats all you need the game constucts the non siny back and shiny front.It even does it in poke pic.Just make sure you use the same colors for the back and front sprite.

Oh, good then. What about my other questions:

Quote:

Originally Posted by Opal Pikachu13 (Post 2404301)
2. And about Pokemon Amplifier, when I try to edit moves of a Pokemon that are the blank ones after Celebi (252-276), it won't work. It will either have no moves (forcing the Pokemon to use Struggle), or it will only have Tackle.

3. How do you change the small Pokemon icons? I'd like to put some of the D/P icons in my hack. If it's with IconEditor, how do you import new icons into it? If you save or load, it a file called a .iee.



All times are GMT -8. The time now is 2:55 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.