Jump to content

codemonkey85

Innovator
  • Posts

    1184
  • Joined

  • Last visited

  • Days Won

    17

codemonkey85 last won the day on March 5

codemonkey85 had the most liked content!

Reputation

43 Excellent

About codemonkey85

  • Birthday 12/18/1985

Game Network IDs

Recent Profile Visitors

38399 profile views
  1. Yes, of course. It should in fact happen in real time - watch for your max HP to increase / decrease as you adjust the IVs for the Pokémon. Bear in mind, the stat formula means small adjustments will be more noticeable at higher levels. I suggest you do a bit of reading / watching videos to learn how stats work before you mess around:
  2. Happy Pokémon day everyone! I've added legality checks and fixes to PKMDS. Give it a try!
  3. Hello all. Just some recent updates: Pokémon Slot Pokémon in party/box slots now show icons indicating if they are shiny, alpha, or in a Let's Go party slot Held items are now shown directly in the Pokémon slot Editing Added Move Shop and Alpha Move editors for Pokémon in Legends: Arceus saves Added a Plus Flags editor Added editors for Relearn Moves and TR flags Canceling a dialog now discards changes instead of saving them Bag Bag edits now save correctly to your save file Improved bag loading performance App Added an update check button to the menu Improved stats chart display
  4. I've received several questions regarding what features will / won't be added to this app, particularly in relation to what PKHeX is able to do. I've created a detailed roadmap (with some help from AI) of all the work that needs to be done to match PKHeX feature-for-feature. Check it out here: https://github.com/codemonkey85/PKMDS-Blazor/blob/main/PKHEX_PARITY_ROADMAP.md
  5. Just FYI all, I'm doing some work on the design tools, and in doing so I introduced a bug that results in the app looking wonky. I'm working on it and should have it fixed soon.
  6. Hello all! Just a quick update: as of version 2025.12.23.0, support for drag and drop has been added! This has been the top wishlist item on my mind since the beginning, and I finally got around to it (with a lot of help from GitHub Copilot). You can drag and drop Pokémon to reorder them in your party, to reorder them in a box, or to transfer between party and box. You can also drag and drop a Pokémon file (.pk9 etc.) into a slot to import it into your game. There are some limits: You cannot drag and drop a Pokémon out into your file system. Sorry! I tried, but there were complications. You cannot drag and drop to transfer between party and box in Let's Go Pikachu / Eevee. You can still drag and drop to reorder your party though. It doesn't look like iOS / iPadOS Safari supports drag and drop. Your mileage may vary on other mobile devices / browsers! Enjoy! The site doesn't go down for maintenance. If you weren't even getting the loading screen, I'd say GitHub Pages might be down. But if you are getting it, it's probably something else. This issue should be resolved by now.
  7. I've been getting reports of this lately. I think it's an Android Chrome issue - I've heard FIrefox on Chrome doesn't have this problem. I'll see what I can do here. Support for Pokémon Legends: Z-A is now available. I had to wait for PKHeX.Core to update, then I needed a save file or two to test with, then I had to actually code the changes. These things take time.
  8. @TDotGill Sorry but no, PKMDS will never support ROM hacks.
  9. It never even occurred to me that somebody would subtract to get to 31. I’ll definitely have a look at that.
  10. Yep, I can add that to the list. No, fan games / hacks are not supported. Official games only. Interesting. I believe there is a way for me to support PKHeX plugins, but I haven't really dug into that yet. Thanks for the info and the test files. I will add this to the list as well.
  11. @Kaphotics I don't think I'm doing anything particularly weird here? User chooses an ability, and I use PKHeX.Core.CommonEdits.SetAbility() to set it (for Gen III). If you're curious, this is what the code looks like: https://github.com/codemonkey85/PKMDS-Blazor/blob/2650efd07189eabe7b3f1cc8d91835997f22527c/Pkmds.Rcl/Components/EditForms/Tabs/MainTab.razor#L276 @bind-Value:set="@(ability => Pokemon.SetAbility(ability))"
  12. @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.
  13. 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?
  14. 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?
  15. @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!
×
×
  • Create New...