• 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.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • 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.
I'm not sure if I should be asking this question here, but I don't know where to put it, so... when I open some of the files in elitemap (like unLZ gba), a window pops up and says "the dynamic link library gdiplus.dll could not be found in the specified path..." and then it says the specifed path. Is it something I'm doing wrong, or is it just my computer? thanks in advance
 
help

how do i use base edit when i try to open it it says NO GBA ROMS IN DIRECTORY AT ALL
 
cooley said:
What do you input for "2-byte"?

How do you add a map for Gold?

How do you add/edit peoples Scripts in Gold?

Please answer. Thanks for posting the connections format.

1. The 2-byte is the pointer...

2. You would have to repoint the map then add in a new map by copying another map and adding in events using hex.

3. Most of people's talking script begin with [4C][1stPointer to text][2nd Pointer to text] if that helps, the scripting document you put up before should really help.
 
Is there some way to change the PokeDex Info of a Pokemon in FR/LG? Becuase Dexter is for R/S. I haven't found anything yet, but I was wondering if that was possible?
 
I tried to build this cave but when i enter the cave ( via the bottom entrance ) the player faces down apposed to up and i cant exit the cave the way i came in. can anyone see the problem from one of the screen shots.

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)
[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)
 
Last edited:
And you enter the cave from the bottom? Thats werid. Maybe it has something to do with your Warp Points?
 
I tried to build this cave but when i enter the cave ( via the bottom entrance ) the player faces down apposed to up and i cant exit the cave the way i came in. can anyone see the problem from one of the screen shots.

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

That's because you used the block in the blue circle in the image in front of the cave exit. If you want the player to look up when you enter the cave and be able to exit the cave you have to use the block in the red circle just for the block in front of the cave exit where the warp is.

[PokeCommunity.com] [ARCHIVE] Simple Questions (SEARCH BEFORE ASKING A QUESTION)
 
I figured so too.. But then if so, what would I look for?

The Pokédex entries start at 0x44E84E (FR US v1.0) and they follow the National Dex order.
Each one is 36 byte long and the structure is the following:

Code:
[0000][Type (12 bytes)][Height in decimeters (2 bytes)][Weight in hectograms (2 bytes)]
[Description pointer 1 (4 bytes)][Description pointer 2 (4 bytes)][0000]
[Trainer scale (2 bytes)][Trainer offset (2 bytes)][Pokémon scale (2 bytes)][Pokémon offset (2 bytes)]

Let's see Mewtwo's entry, found at 0x44FD68 (FR US v1.0):

Code:
[0000][C1BFC8BFCEC3BDFF00000000][1400][C404]
[52894408][B6894408][0000]
[1401][FFFF][5601][0500]

Each part is swapped except for the Pokémon type which is in clear text.
Description pointer 2 is unused in FR/LG and points to an End of String character (0xFF).
In this care the first description pointer points to 0x448952 where, using tables, you can see:

Code:
A POKéMON whose genetic code was repeatedly recombined for research.\nIt turned vicious as a result.[FF]
 
Umm...does anyone know how to ADD Pokedex thingies in Fire Red.. meaning:

386: DEOXYS
387: CHIMCHAR

Cause I wanna add (not edit) the Sinnoh Pokes. And I know it probably isnt simple....Thanks to anyone that tries or does help!
 
NightonEX, be patient. People will not always answer your questions straight away, or in order. If someone knows the answer, they'll post it; there's no need to post impatient spam messages like that. You have been warned.

--FG
 
Status
Not open for further replies.
Back
Top