-
Posts
1162 -
Joined
-
Last visited
-
Days Won
12
codemonkey85 last won the day on November 23
codemonkey85 had the most liked content!
Reputation
32 ExcellentAbout codemonkey85
- Birthday 12/18/1985
Recent Profile Visitors
32603 profile views
-
@Zaiko_Tony Try clearing out the website data for pkmds.app in Safari. If that doesn’t help, send me one of the safe files you’re testing with. I am fairly certain they should all work, but I’d be curious to see if I have any trouble. For reference, I use an iPhone as well, and I’ve tested on it a bunch with no issues.
-
@Zaiko_Tony What mobile device / OS version are you using? What kind of save file is it?
-
codemonkey85 started following PKHeX on Web
-
@Eaqloot and others, you'll be interested to know that I've added the Mystery Gift database and the ability to import WonderCard files. Enjoy!
-
One more quick update: I've fixed some issues with the app concerning caching and its behavior as a PWA. The app should check for updates every hour, and will gently notify you that an update is available. Just refresh to get the latest and greatest. Also, the app should fully work offline after initially caching everything it needs. Yes, as a matter of fact this is the next big project I intend to tackle.
-
Just a quick update with some of the things I've done in the last few weeks: In case it wasn't mentioned before, I've added a tab to edit trainer info. There's mostly just basic stuff in there now - Trainer name, ID / SID, gender, money, playtime, and badges (for supported games). More to come later! I also added a tab for bag editing features - should cover all bag pouches for all supported games. Edit items, quantity, and even favorite / new / free space for supported games. Added scrolling to the Let's Go PC storage view - basically it's just one big box right? Added PID Hex input Made met level editable Upgraded to .NET 9 - the app might perform a bit faster as a result Use type icon for Hidden Power type, show HP type in Moves tab Added a copy / paste feature for Pokémon (basically a clone feature) Closed a bunch of issues (bug fixes, feature requests) Feedback is always appreciated!
-
Ah, it turns out there was a bug affecting that. It will be fixed shortly.
-
@Eric24980 No sweat. I don't know why it didn't work on your device but there was no issue with the site itself. @PkmnHack There is already a feature to do that.
-
@Eric24980 Unfortunately that's not enough detail for me to understand the issue. It looks to me as though your browser doesn't support WebAssembly. I can add a check for that. Also, I have no idea why the Google search results show that error message. That's probably not good for SEO, but it definitely doesn't mean the app is down or anything.
-
@Eric24980 Can you provide the text or a screenshot of the error? The site is up and accessible.
-
I haven't added that feature yet, but I will add it to my to-do list!
-
@svortex @superjigme Can both of you PM me copies of the files you're trying to load?
-
@svortex Is there any error message on the screen? EDIT: I'm adding some error handling around loading the save - hopefully that will help pinpoint the issue.
-
WebAssembly is supported on iOS 11 and later. I'm not sure why an iPhone capable of running iOS 15 would have difficulty. Unfortunately I don't have any way to test such a device myself. EDIT: I may have discovered the problem. It could be related to WASM SIMD support: https://github.com/dotnet/runtime/issues/94231#issuecomment-1791714990. Apparently support was added for Safari 16+. @svortex If you wouldn't mind helping me test a fix, I think I can simply disable SIMD so the compatibility margin will be wider.
-
Attention all - I have enabled setting any Ability to any Pokémon in any game, Gen IV or beyond (this cannot be done in Gen III at all). Enjoy! Between this and setting the Shiny flag, that's like... 90% of my feature requests done Interesting. I wonder why that is. I gotcha covered!
-
To make a long story short, I did it to fix a bug with the way Abilities were being set, or rather not set, for some games. I plan to reenable setting any Ability for the games that actually support doing that.