ertaboy356b Posted May 9, 2015 Share Posted May 9, 2015 (edited) Hello, I've been lurking in this forums for a long time. After the boom of emulators for android, me and my friends started playing GBA pokemon games in our phones. The emulator has a link feature so we are able to do link-battles using our phones. The problem is, it took us a long time to train our pokemon. Not only that, making it learn the preferred set of moves is difficult. So I searched around for a Pokemon GBA Editor. I found Pokemon Enciclopedia. It was good, the only problem is, it's in spanish and for some reason, if you put the program and its resources in a zip file, it modifies some file names within the program making it crash after unzipping it on another computer. In the end, I decided to do a research around across many forums including bulbapedia and manage to create this Gen 3 Save Editor. I wasn't aware of A-Save that time so I went ahead and just finished it. This program is coded in C# and WPF. Also this program uses SQLite, Caliburn.Micro, and NHibernate. Changelog v1.04 - 5/24/2015 (GMT +8) - Added Pokedex Editor - Fixed a bug that when loading an Emerald game, the program identifies it as Ruby/Sapphire v1.03 - 5/20/2015 (GMT +8) - Added 'Default' button when naming a pokemon - Added Contest Stats Editor - Redesigned Markings - Added Pokerus - Fixed 'Items' in Ruby/Sapphire - Devised a way to correctly detect the Game code of the save file - Added GC Met Locations v1.02 - 5/14/2015 (GMT +8) - Added Limit to movepool when editing movesets. - Shedinja 1 HP Rule. - Added Markings. - Fateful Enc. and Obedience now switches each other if Mew or Deoxys has been selected. - An egg indicator has been added. If pokemon is egg, the friendship field is replaced with a Steps to Hatch field. - Fixed a bug where Fateful Encounter is not carried over when saving an edited pokemon. - Fixed a bug where the save file becomes corrupted after adding a new pokemon to the party. - Added an option to use "PSavFix" program for additional checksum check (PokeCrafter already has a built-in checksum calculator though it may sometimes fail due to some changes I made to the code base.). v1.01 - 5/11/2015 (GMT +8) - Selected gender refreshes after selecting a pokemon specie. - Made buttons smaller for pokemon data edit. - Import, Export, and Save Edit button has been compressed into a single button via context menu * Fixes bug that duplicates Trainer Info Data on Load - Added Remove Pokemon Function - Pokemon Party is automatically sorted - Team Size indicator (this one is automatic so you wouldn't have to worry about it) - Added 'box name' support and a byte 'wallpaper' support for storage box - 64KB Support (needs more tests) - Added 'version' indicator Screenshots: (v1.0) Download Link (v1.04) Archive Download Link (v1.03) Download Link (v1.02) Download Link (v1.0) Download Link (v1.01) Edited May 24, 2015 by ertaboy356b update to 1.04 Link to comment Share on other sites More sharing options...
MichiS97 Posted May 9, 2015 Share Posted May 9, 2015 This looks absolutely beautiful. A-Save actually has all the features I need but I'm not too fond of its GUI, might as well try your tool! Link to comment Share on other sites More sharing options...
Metropolis Posted May 9, 2015 Share Posted May 9, 2015 I really like your layout, great work! Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 10, 2015 Author Share Posted May 10, 2015 This looks absolutely beautiful. A-Save actually has all the features I need but I'm not too fond of its GUI, might as well try your tool! Thanks for trying out the tool. Some 64kb support would be great but sadly, I don't know the reason why the program is unable to map properly in 64kb mode. Link to comment Share on other sites More sharing options...
kleenexfeu Posted May 13, 2015 Share Posted May 13, 2015 Great tool and design May I suggest something ? Could you implement the setting obediance/disobediance ? And is it possible to make it support extended moves/abilities/items ? Like if I added a new item in my rom it just display "item 226", or if my pokémon have a new move it display "move 368" instead of a blank thing. Could be very, very useful Thank's in advance, and good job for what you already done anyway Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 13, 2015 Author Share Posted May 13, 2015 Great tool and design May I suggest something ? Could you implement the setting obediance/disobediance ? And is it possible to make it support extended moves/abilities/items ? Like if I added a new item in my rom it just display "item 226", or if my pokémon have a new move it display "move 368" instead of a blank thing. Could be very, very useful Thank's in advance, and good job for what you already done anyway Hi, thanks for trying out the tool. For the obedience/disobedience, I think the data is the same with the fateful encounter field, not sure though. For the extended item/moves support, I'll try to add it up but that's not a guarantee. Link to comment Share on other sites More sharing options...
jm-plata Posted May 13, 2015 Share Posted May 13, 2015 Great work!! I reported some bugs: Ruby/Sapphire all type items are not displayed correctly Pokemon Egg info is missing Colosseum/XD met location is not showed correctly (met location value have 2 descriptions: one for GBA and another for NGC; I have all correct locations for Distand Land pokemon if you want) Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 14, 2015 Author Share Posted May 14, 2015 Great work!!I reported some bugs: Ruby/Sapphire all type items are not displayed correctly Pokemon Egg info is missing Colosseum/XD met location is not showed correctly (met location value have 2 descriptions: one for GBA and another for NGC; I have all correct locations for Distand Land pokemon if you want) Hi, thanks for trying out the tool, I have some questions: Ruby/Sapphire all type items are not displayed correctly Do you mean the Type-Enhancing items? Do you have a save file in RS? Can you please send it to me so I can work on it? Pokemon Egg info is missing This one has been added to the code, it will be in the next release. Colosseum/XD met location is not showed correctly (met location value have 2 descriptions: one for GBA and another for NGC; I have all correct locations for Distand Land pokemon if you want I wasn't able to consider the GameCube games because I am using an Emerald save file during development. Also, I haven't played any GameCube pokemon games before. Please send me the data and I will add it to the database. Thanks. Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 14, 2015 Author Share Posted May 14, 2015 Updated to 1.02 Edit: HOLY CRAP!! Visual Studio suddenly rolled back the source code. Now, the Limit Moves function was not included in the latest build. Fixing it now... Edit 2: Fixed Link to comment Share on other sites More sharing options...
jm-plata Posted May 18, 2015 Share Posted May 18, 2015 Sorry for late reply. Still missing info of the Pokemon like: -Contest Condition (COOL/BEAUTY/CUTE/SMART/TOUGH/PokeBlock) -Pokerus (Infected/Cured) -Ribbons Here my Sapphire save for check the item issues and the GBA-NGC Location File. GBA-NGC locations.txt POKEMON_SAPP_AXPE_00-JM.sav Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 18, 2015 Author Share Posted May 18, 2015 Sorry for late reply.Still missing info of the Pokemon like: -Contest Condition (COOL/BEAUTY/CUTE/SMART/TOUGH/PokeBlock) -Pokerus (Infected/Cured) -Ribbons Here my Sapphire save for check the item issues and the GBA-NGC Location File. [ATTACH]12312[/ATTACH] [ATTACH]12311[/ATTACH] Thanks for the sapphire save. I have isolated the problem with the items and found out that the problem was due to an incorrect address. I also found out that the error was caused by an error in bulbapedia's documentation of the save data. Also, thanks to this, I was able to reliably devised a way to properly identify which game the save file was based. The above changes will be in the next version. Thanks a lot mate . Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 20, 2015 Author Share Posted May 20, 2015 Updated to 1.03 changes: - Added 'Default' button when naming a pokemon - Added Contest Stats Editor - Redesigned Markings - Added Pokerus - Fixed 'Items' in Ruby/Sapphire - Devised a way to correctly detect the Game code of the save file - Added GC Met Locations Link to comment Share on other sites More sharing options...
ertaboy356b Posted May 24, 2015 Author Share Posted May 24, 2015 Updated to 1.04 changes: - Added Pokedex Editor - Fixed a bug that when loading an Emerald game, the program identifies it as Ruby/Sapphire Link to comment Share on other sites More sharing options...
anakonda1.1.tf Posted March 30, 2016 Share Posted March 30, 2016 tk u so much !!!!! Link to comment Share on other sites More sharing options...
trigger_segfault Posted April 19, 2016 Share Posted April 19, 2016 As a application programmer I can say this is an absolutely beautifully designed program! Seriously it looks incredible and the UI is well laid out. Would you consider releasing the source code for your program? I'd love to take a look at it and maybe combine it with PkmGCSaveEditor (For the GameCube Games) to make a convenient trading program between the two. Link to comment Share on other sites More sharing options...
suloku Posted April 21, 2016 Share Posted April 21, 2016 Updated to 1.04changes: - Added Pokedex Editor - Fixed a bug that when loading an Emerald game, the program identifies it as Ruby/Sapphire Could you share the method you use to identify a rs/e save? Or is it savegame detection? Link to comment Share on other sites More sharing options...
trigger_segfault Posted May 26, 2016 Share Posted May 26, 2016 Hey thanks for such an awesome program. I want to let you know that I created a program based off of yours for legit play. I used some of your source since I had trouble reading the save format earlier on and I implemented some of your nice looking UI features. I also want to let you know that one of your GAEM orderings is incorrect and it's causing certain Pokemon to be corrupted on encryption. Link to comment Share on other sites More sharing options...
DaRkSe7eN Posted June 12, 2016 Share Posted June 12, 2016 I hope that this would be available soon for Android 2.1 and up Devices, coz not everyone has their own PC/Desktop PC. Link to comment Share on other sites More sharing options...
Metropolis Posted August 5, 2016 Share Posted August 5, 2016 I have working code for an Android Gen 3 save editor, available for free on GooglePlay as PKX Delta, but updates to it have been blocked by Google, so there's no way of patching it to sort out any bugs. Link to comment Share on other sites More sharing options...
derpness334 Posted August 8, 2016 Share Posted August 8, 2016 The program doesn't show up when I open it. Link to comment Share on other sites More sharing options...
edvin Posted August 9, 2016 Share Posted August 9, 2016 Sadly, it corrupted my Castform, makes Mew Disappear and few other things Link to comment Share on other sites More sharing options...
killerkira Posted September 23, 2016 Share Posted September 23, 2016 This program is streamlined and really easy to navigate-- however! I'm in the same boat as Edvin. 2 of my Unowns were corrupted and changed into Hitmonchans at Lvl 0. My lvl 63 Kingdra was corrupted and changed into a Solrock lvl 100. Anyone experiencing these problems too? If so please let me know if I'm doing something wrong (clicking in the wrong place?) or please suggest a better save editor. And please, not PKX Delta. It deleted a bunch of my Pokemon because I guess it couldn't handle a space in the box? I'm about to check out A-Save though. Link to comment Share on other sites More sharing options...
Kaphotics Posted September 24, 2016 Share Posted September 24, 2016 This program is streamlined and really easy to navigate-- however! I'm in the same boat as Edvin. 2 of my Unowns were corrupted and changed into Hitmonchans at Lvl 0. My lvl 63 Kingdra was corrupted and changed into a Solrock lvl 100. Anyone experiencing these problems too? If so please let me know if I'm doing something wrong (clicking in the wrong place?) or please suggest a better save editor. And please, not PKX Delta. It deleted a bunch of my Pokemon because I guess it couldn't handle a space in the box? I'm about to check out A-Save though. Can always try PKHeX 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