Michielleus Posted October 17, 2012 Share Posted October 17, 2012 This is a tutorial for those who have fully edited Pokemon, but still want the battle frontier or tower to function well. (If you added Fakemon, for example.) I don't know if people actually need this, but I just wanted to share my knowledge. First of all, extract the Narc that contains the data of the Pokemon. In Platinum, it's pl_btdpm. Open the .narc file in CrystalTile2, and extract a random file. (I extracted file 661): After extracting the file, close everything. Then open the extracted file in CrystalTile2. We now have the data of 1 Pokemon. Note: This is not the Pokemon species, but just 1 moveset of a Pokemon. The first four numbers are the Pokemon species. If we calculate the species, we'll see: 27 01 = 127 = 295 = Exploud We flip the number, then convert it to decimal. After that, we find the Pokedex number. The next sixteen numbers are the moves. We can see that: 07 01 = 107 = 263 = Facade 59 00 = 59 = 89 = Earthquake A3 01 = 1A3 = 419 = Avalanche F2 00 = F2 = 242 = Crunch This moveset fits Exploud perfectly well. To find the number of a move, this list will help. The next two numbers are probably the EV spreads. (4HP/252ATK/252SPEED, for example.) I don't have a list of them, sorry. The next two numbers tell the nature. 03 = Adamant, which makes sense. Here's a list: 00 = Hardy (Neutral) 01 = Lonely (+ ATK, -DEF) 02 = Brave (+ ATK, -SPE) 03 = Adamant (+ ATK, -SPA) 04 = Naughty (+ ATK, -SPD) 05 = Bold (+ DEF, -ATK) 06 = Docile (Neutral) 07 = Relaxed (+DEF, -SPE) 08 = Impish (+DEF, -SPA) 09 = Lax (+DEF, -SPD) 0A = Timid (+SPE, -ATK) 0B = Hasty (+SPE, -DEF) 0C = Serious (Neutral) 0D = Jolly (+SPE, -SPA) 0E = Naive (+SPE, -SPD) 0F = Modest (+SPA, -ATK) 10 = Mild (+SPA, -DEF) 11 = Quiet (+SPA, -SPE) 12 = Bashful (Neutral) 13 = Rash (+SPA, -SPD) 14 = Calm (+SPD, -ATK) 15 = Gentle (+SPD, -DEF) 16 = Sassy (+SPD, -SPE) 17 = Careful (+SPD, -SPA) 18 = Quirky (Neutral) The next four numbers is the held item. Converting this gives us: 0E 01 = 10E = 270 = Life Orb Here's a list to find the item numbers. The final four numbers are always 00 00. This marks the end of a Pokemon. Ta-daah! So now we know we have an adamant life orb Exploud with 4 great moves. FAQ Q: I want to quickly find all Exploud sets instead of searching every file! What should I do? A: Search for 00 00 + your Pokemon hex number in the narc file. In your case, you should look for: 00 00 27 01 Q: Does this work on all battle frontier facilities? A: Yes. Every facility reads this data for their Pokemon. Q: Can I edit the Diamond/Pearl battle tower using this method? A: Yes, just extract btdmp.narc and use those files. Q: Does this work in the HGSS Battle Frontier too? A: Yes, although I don't know which narc holds the frontier data there. ----- Do you have any corrections / comments / questions? Post them and I'll try to provide an answer. Link to comment Share on other sites More sharing options...
Michielleus Posted March 30, 2013 Author Share Posted March 30, 2013 When I was trying to create some tools in C# (which I suck in) I made a small one to make this a bit easier. Please note that this is incredibly unstable as this was my first tool I made. Instructions are in the download, but it's really easy to use, so I don't think that'll be needed. Frontier Editor..zip Link to comment Share on other sites More sharing options...
Andibad Posted March 30, 2013 Share Posted March 30, 2013 actually this format same as PWT and battle subway ... but thanks for made this tools hehehe and also is great you was try to make own tools :3 Link to comment Share on other sites More sharing options...
cataboy123 Posted March 30, 2013 Share Posted March 30, 2013 -sigh- I wish I could hex edit but thus I can not. Link to comment Share on other sites More sharing options...
DarkBlizzard Posted August 25, 2015 Share Posted August 25, 2015 Please, make a tool for the pwt/battle subway... Link to comment Share on other sites More sharing options...
MeroMero Posted August 26, 2015 Share Posted August 26, 2015 Please, make a tool for the pwt/battle subway... Luckily for you, such a tool exists ;P http://projectpokemon.org/forums/showthread.php?46288 Link to comment Share on other sites More sharing options...
DarkBlizzard Posted August 26, 2015 Share Posted August 26, 2015 Luckily for you, such a tool exists ;Phttp://projectpokemon.org/forums/showthread.php?46288 Thank you. Now I'm so happy =D Link to comment Share on other sites More sharing options...
DarkBlizzard Posted August 29, 2015 Share Posted August 29, 2015 (edited) One more question, you know how to add red and the others champions to the World Leaders Tournament? Edited August 29, 2015 by DarkBlizzard Link to comment Share on other sites More sharing options...
Recommended Posts
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