** You may want to understand Part 1 of this tutorial before you can extract the files used in any other parts**
**I haven't found this data in XD yet so it is currently only information on Colosseum.
Pokémon that are given to you have their data loaded by the .dol file. For Duking's Plusle, mt.battle ho-oh, agate Pikachu and agate Celebi you can change the Pokémon and its level and its moves will be taken from the last 4 of its natural level up moves at that level. With Espeon and Umbreon you can also edit their moves as you please. For the ones which you can't change their moves, I recommend just changing their level up moves before that level to the moves you want it to have since those Pokémon can only be caught once and without a move tutor level up moves from levels below the level any Pokémon is caught at are useless (as well as level up moves for Pokémon that are unobtainable) don't count for anything else.
The following are the starting offsets for the gift Pokémon in Colosseum:
Pokémon | Offset | Value |
---|---|---|
Espeon | 0x12DAC8 | 388000C4 |
Umbreon | 0x12DBF0 | 388000C5 |
Duking's Plusle | 0x12D9C8 | 38800161 |
Mt. Battle Ho-Oh | 0x12D8E4 | 388000FA |
Agate Celebi | 0x12D6B4 | 388000FB |
Agate Pikachu | 0x12D7C4 | 38800019 |
Counting the first byte (0x38) as offset 0 from the start of the Pokémon's data, the Pokémon's species is at offset 0x2 and is 2 bytes long. The Pokémon's level is at offset 0x7 and is 1 byte long. For the Pokémon with editable moves (Espeon and Umbreon) the moves are at offsets, 0x16, 0x26, 0x36 and 0x46 and each is 2 bytes long.
I will add the information for XD once I find it.
Part 4:
Edited by evandixon
Updated formatting & embed image
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now