TRIFORCE89 Posted February 1 Posted February 1 This is pretty handy on a Mac. But suddenly I think the Pokémon exports are invalid? I can no longer export a Pokémon and import it back in. It says "The file is not a supported Pokémon file." I'm playing Generation I, and was doing this to cheese in-game trades (retain my creature and benefit from the trade). Looking at the exported pk1 files in a hex editor, they seem sparser than the ones you can download here.
Bigbrompton Posted February 24 Posted February 24 I cant seem to change the nature of the pokemon, also stats. I press save then export. I load up the game and it doesnt change the stats. Adding items to my bag works, so I know the save game is working.what am I doing wrong? this is on soulsilver on mobile delta emulator
codemonkey85 Posted February 26 Author Posted February 26 On 1/27/2025 at 5:48 AM, Dawson Smith said: Hello, so I was able to upload and edit a Pokémon however when I click on export the file it doesn’t do anything. I’m on chrome and doing this from my phone. Any help? Expand What steps are you taking exactly? i.e. you can't upload a Pokémon and edit it, so I assume you're uploading a save file and editing a Pokémon in that file? On 2/1/2025 at 6:51 PM, TRIFORCE89 said: This is pretty handy on a Mac. But suddenly I think the Pokémon exports are invalid? I can no longer export a Pokémon and import it back in. It says "The file is not a supported Pokémon file." I'm playing Generation I, and was doing this to cheese in-game trades (retain my creature and benefit from the trade). Looking at the exported pk1 files in a hex editor, they seem sparser than the ones you can download here. Expand I think I see the issue here. Working on a fix now. On 2/24/2025 at 11:11 AM, Bigbrompton said: I cant seem to change the nature of the pokemon, also stats. I press save then export. I load up the game and it doesnt change the stats. Adding items to my bag works, so I know the save game is working.what am I doing wrong? this is on soulsilver on mobile delta emulator Expand I will look into this.
codemonkey85 Posted February 26 Author Posted February 26 @TRIFORCE89 The issue with exporting / importing Pokémon files has been resolved. The app is currently building / deploying (https://github.com/codemonkey85/PKMDS-Blazor/actions/runs/13554425763). If you reload the page when it's done, you should get a prompt to update shortly after. @Bigbrompton I'm not seeing any issues with changing Pokémon data. Are you hitting the 'Save' button on the Pokémon editor screen when you're done?
Azarelic Posted March 5 Posted March 5 Hey @codemonkey85! Any chance you will add trainer card edits for FireRed and LeafGreen (maybe Emerald and other games down the line, too) in the future? Like changing your trainer card from bronze to gold, going from 1 star to 4, and changing the base stickers to the upgraded ones after you beat the elite 4 200 times? Hope this makes sense, and thank you for your hard work!
eclaire9 Posted March 7 Posted March 7 (edited) @codemonkey85 Hey just wanted to say that I really appreciate your work here! Its honestly amazing. (Its 2025 now and there's barely a few mobile usable PkHex programs— you're essentially a lifesaver!) Dont mind me asking but is there a plan for an 'Auto Legality Mod' or the such? (You know PID - IV checks and all that) Ive been retracing my old steps from gen 3+ and wanna bring in my mons into the more current Pokémon games. Edited March 7 by eclaire9
codemonkey85 Posted March 7 Author Posted March 7 @eclaire9 Glad I could be helpful. Yes, I am planning feature parity with PKHeX, it’s just a question of timing. This is still just a hobby project. I’ve been asked a lot about legality lately, so I might prioritize that soon. 1
eclaire9 Posted March 8 Posted March 8 (edited) @codemonkey85 No worries take your time. The legality feature is gonna be a handful because it requires PokeFinder to be in tandem for it to work. Edited March 8 by eclaire9
PkmnHack Posted March 8 Posted March 8 How to Receive Mystery Gift Pokemons in Gen-4?? I imported the file but Didn't receive it in Pokemart!!
Kaphotics Posted March 8 Posted March 8 On 3/8/2025 at 1:57 PM, PkmnHack said: How to Receive Mystery Gift Pokemons in Gen-4?? I imported the file but Didn't receive it in Pokemart!! Expand Was a bug in PKHeX.Core for D/P, and has been fixed: Gen 4/Diamond - Injected wondercards do not activate gift flag · Issue #4407 · kwsch/PKHeX How to work around it for now? inject both the PGT and PCD. If codemonkey85 wants to add another workaround, I think setting the gifts in reverse order will allow PGT-slot0 to retain its "isActive" status. 1 1
PatrickC Posted March 9 Posted March 9 I need help for FRLG when I tried loading the Mystery Gift file it keeps telling me the file is not a supported Mystery Gift file. I tried loading a .wc3 Mystic Ticket I found. Would appreciate some guidance on this please where can I find the correct file for this?
codemonkey85 Posted March 10 Author Posted March 10 On 3/8/2025 at 5:16 PM, Kaphotics said: Was a bug in PKHeX.Core for D/P, and has been fixed: Gen 4/Diamond - Injected wondercards do not activate gift flag · Issue #4407 · kwsch/PKHeX How to work around it for now? inject both the PGT and PCD. If codemonkey85 wants to add another workaround, I think setting the gifts in reverse order will allow PGT-slot0 to retain its "isActive" status. Expand Thanks for the head's up Kurt - I will look into this. I assume this workaround will no longer be needed once you update your NuGet? On 3/9/2025 at 4:20 AM, PkmnHack said: Why is the Sprites for Pokemons not showing now? Expand Try refreshing the page. I made a change to the project structure, including the way the sprites are stored, so if you aren't on the latest version it might not show images correctly. On 3/9/2025 at 2:51 PM, PatrickC said: I need help for FRLG when I tried loading the Mystery Gift file it keeps telling me the file is not a supported Mystery Gift file. I tried loading a .wc3 Mystic Ticket I found. Would appreciate some guidance on this please where can I find the correct file for this? Expand Can you share the file you're using?
LavndrScared Posted March 10 Posted March 10 I’m trying to use PKMD to evolve trade-evos in soulsilver and cannot change the species. I attached a screenshot of this with a Graveler for context - I’d greatly appreciate any help or guidance! Thank you for your work and dedication to this - it’s really remarkable! I appreciate any help and advice, and apologies for my ignorance on how this works
codemonkey85 Posted March 10 Author Posted March 10 @LavndrScared In order to change the species on that dropdown, you have to type a name to search for. I had to make it work that way, because 1,000+ names don't render super great on a web page. Thank you for using my app! 1
LavndrScared Posted March 10 Posted March 10 On 3/10/2025 at 4:21 PM, codemonkey85 said: @LavndrScared In order to change the species on that dropdown, you have to type a name to search for. I had to make it work that way, because 1,000+ names don't render super great on a web page. Thank you for using my app! Expand Thank you so much, makes total sense! I didn’t realize you could input text, just saw the drop down menu option. You’re amazing, I so appreciate this! 1
GJello Posted March 11 Posted March 11 Thank you so much for making this save editor accessible to lazy people like me haha For some reason, even though I'm able to edit or add items in my bag and export the save, the items don't actually show up in my game. I know that the editor works because I'm able to change the amnt of money I'm carrying and it'll show up. Not sure why that is. I've included the save file. mainFetching info...
codemonkey85 Posted March 12 Author Posted March 12 On 3/11/2025 at 8:49 PM, GJello said: For some reason, even though I'm able to edit or add items in my bag and export the save, the items don't actually show up in my game. Expand I noticed that in your save file, you have several items with a set quantity of 0. I suspect those are the items not appearing in your game?
Ferox Carnifex Posted March 15 Posted March 15 When I attempt to put a new pokemon on the save file do I have to add/make the PID or will it do so automatically? From what I understand is it's important but, don't fully understand PID yet.
PkmnHack Posted March 21 Posted March 21 (edited) Why does the pokemon ability say "No special ability" even if I chose one ability!? This is happening only on gen-3. Edited March 23 by PkmnHack
codemonkey85 Posted Monday at 01:38 PM Author Posted Monday at 01:38 PM On 3/15/2025 at 9:37 PM, Ferox Carnifex said: When I attempt to put a new pokemon on the save file do I have to add/make the PID or will it do so automatically? From what I understand is it's important but, don't fully understand PID yet. Expand Yes - I do need to improve the process for creating a new Pokémon. I might just add a random PID button. On 3/21/2025 at 4:39 PM, PkmnHack said: Why does the pokemon ability say "No special ability" even if I chose one ability!? This is happening only on gen-3. Expand I will look into this to see if I can replicate it. Can you share your save file?
PkmnHack Posted Tuesday at 06:03 PM Posted Tuesday at 06:03 PM On 3/31/2025 at 1:38 PM, codemonkey85 said: Yes - I do need to improve the process for creating a new Pokémon. I might just add a random PID button. I will look into this to see if I can replicate it. Can you share your save file? Expand Pokemon - Ruby Version (U) (V1.1) (3).savFetching info...
codemonkey85 Posted Tuesday at 07:30 PM Author Posted Tuesday at 07:30 PM @PkmnHack I can’t seem to figure out what issue you’re talking about. Can you send me some instructions and a screenshot of what you’re seeing? It looks to me like the abilities are working perfectly normally.
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