• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)

Status
Not open for further replies.
Could you tell me how to find the offsets, other than tracing it using A-Map?

By the way, I have another question. How can I change the names of May, Brendan, and Wally? I see in the text that there is a variable [RIVAL]. Is it possible that I can find the offset where the names are assigned?

Try searching for it in the ROM... Use a Hex Editor and a Table...
 
Are there any flags, that are set, that define the gender?
 
Could you tell me how to find the offsets, other than tracing it using A-Map?

By the way, I have another question. How can I change the names of May, Brendan, and Wally? I see in the text that there is a variable [RIVAL]. Is it possible that I can find the offset where the names are assigned?

use A-text and search for the name. Then, write it to the ini and change it. voila there you go XD
 
Are there any flags, that are set, that define the gender?
No but you can obtain the player's gender in a script with 'checkgender' just like 'checkflag' except with no parameters. I think thethethethe's scripting tutorial covers that.
By the way, I have another question. How can I change the names of May, Brendan, and Wally? I see in the text that there is a variable [RIVAL]. Is it possible that I can find the offset where the names are assigned?
Alright I found it. The names for the rivals and other stuff are stored at '0x5E821B'. Each name is separated by an '0xFF' byte so if your new name is shorter than the previous name, then all you have to do is fill the bytes of the previous name that you didn't use with '0xFF'. However, if your new name is longer (and it most likely will be if you're replacing May's name) then you will have to repoint the text. The pointer to Brendan's name can be found at '0x009090' and May's at '0x00909C'. I don't know where the pointers to the other texts (e.g. Team names, game names, team leader names, etc.) are but they shouldn't be too hard to locate.
Oh yeah and this is all for Emerald, by the way.
 
Last edited:
Could you tell me how to find the offsets, other than tracing it using A-Map?

By the way, I have another question. How can I change the names of May, Brendan, and Wally? I see in the text that there is a variable [RIVAL]. Is it possible that I can find the offset where the names are assigned?
theres a hex tutorial on pc or vm me and I can send you the tutorial I made.
 
Hello, I'm pretty much a noob when it comes to hacking, but...

How can I change the Pokemon that are offered as Game Corner Prizes in Celadon?

Thanks in advance!
 
Hello, I'm pretty much a noob when it comes to hacking, but...

How can I change the Pokemon that are offered as Game Corner Prizes in Celadon?

Thanks in advance!

You can do that by scripting.

This is a question I would like to ask. What are the dimensions for the boot screen in FR?
 
Me...once again, lol

Just need a push in te right direction, is there a Tutorial about changing the overworld sprites? I've tried doing it on my own, i have a little idea how to change it, i'm using Overworld editor, but whenever I change Oak's sprite it comes out pretty screwed, just need a little hand with a tut to see how to do it properly. Apologies if i'm getting annoying
 
Me...once again, lol

Just need a push in te right direction, is there a Tutorial about changing the overworld sprites? I've tried doing it on my own, i have a little idea how to change it, i'm using Overworld editor, but whenever I change Oak's sprite it comes out pretty screwed, just need a little hand with a tut to see how to do it properly. Apologies if i'm getting annoying
What part did screw up?
You mean a tutorial of spriting (drawing) tutorial, or an inserting tutorial?
 
What part did screw up?
You mean a tutorial of spriting (drawing) tutorial, or an inserting tutorial?

Sorry, should have stated better, inserting a Overworld sprite, i'm fine with spriting etc, just the inserting business, as I said with overworld Editor, as I said I want to change Prof Oaks Overworld Sprite to something else, so for ease I grabbed the Super Nerd Sprite 9think it's super nerd anyway) I added the sprite to Overworld Editor just fine, but when I added the second frame the colours got a bit distorted, and wghen I booted it up in game to see what it looked like it was still distorted.

I didn't save a screenie but i'll give it another go and grab a screenshot now:

this is my first step, I imported the sprite and chose to import the pallette as well (When I do it without it gets a distorted) and all is peachy:

overworld1 attatchment

then I go to the next frame and this has happened:

Overworld2 attachment

so i'm a bit confused, so I just carry on and add the sprite for that frame:

Overworld3 attachment

and then the sprte seems to have grown a beard >> and as I said when I import it into game it's just like hat pretty screwy.
 
You can do that by scripting.

This is a question I would like to ask. What are the dimensions for the boot screen in FR?
I looked in the code, but I couldn't find out how to do that. Can you be more specific, please?
 
I looked in the code, but I couldn't find out how to do that. Can you be more specific, please?

you use XSE which is located in the toolbox. then you learn how to script by using one of the XSE tuts in the Documents section.

Where would be a good offset to start off using free space? (other than 8000000)
 
Does anybody know the TileMap for the Pokemon logo in Pokemon Ruby? Any help would be appreciated.
 
Alright I found it. The names for the rivals and other stuff are stored at '0x5E821B'. Each name is separated by an '0xFF' byte so if your new name is shorter than the previous name, then all you have to do is fill the bytes of the previous name that you didn't use with '0xFF'. However, if your new name is longer (and it most likely will be if you're replacing May's name) then you will have to repoint the text. The pointer to Brendan's name can be found at '0x009090' and May's at '0x00909C'. I don't know where the pointers to the other texts (e.g. Team names, game names, team leader names, etc.) are but they shouldn't be too hard to locate.
Oh yeah and this is all for Emerald, by the way.
Thanks very much. It's really helpful to me.
By the way, what does "repoint" mean? I came across that words many times, but don't know its meaning.
 
Hey, does anyone know the offsets for the intro to firered? I was interested in tinkering it and fooling with some of the animations. Any help would be greatly appreciated :)
 
Sorry, should have stated better, inserting a Overworld sprite, i'm fine with spriting etc, just the inserting business, as I said with overworld Editor, as I said I want to change Prof Oaks Overworld Sprite to something else, so for ease I grabbed the Super Nerd Sprite 9think it's super nerd anyway) I added the sprite to Overworld Editor just fine, but when I added the second frame the colours got a bit distorted, and wghen I booted it up in game to see what it looked like it was still distorted.

I didn't save a screenie but i'll give it another go and grab a screenshot now:

this is my first step, I imported the sprite and chose to import the pallette as well (When I do it without it gets a distorted) and all is peachy:

overworld1 attatchment

then I go to the next frame and this has happened:

Overworld2 attachment

so i'm a bit confused, so I just carry on and add the sprite for that frame:

Overworld3 attachment

and then the sprte seems to have grown a beard >> and as I said when I import it into game it's just like hat pretty screwy.

Not sure about that back sprite, but the other ones seem to be a pallet problem.
You say you said to import pallet... but the pallets in attachment 1 and 2 are different...

actually, that back sprite looks like its corrupt...
 
Status
Not open for further replies.
Back
Top