I’m just using this as a place where I can post programs and link them to wherever I might need them. As such, this repository consists of several different, unrelated programs such as:
By far my most impressive work
For easily finding a specific raid den in Sword/Shield, allowing you to search for criteria such as Pokemon, HAs, GMax forms, etc.
An early prototype for a turn-based battle system. Might do something more with it. Probably not.
A browser game parody of Homestuck and Nyan Cat.
It’s the game Snake, but with the Pokemon Falinks.
A tool made to assist with performing the Glitzer Popping glitch in Pokemon Emerald. Shows the internal Pokemon data structure before and after data corruption to make it easier to plan what setup you need to get a desired result when performing the glitch.
(Pokemon)
A type combination calculator, capable of finding the weaknesses, resistances, and immunities of a Pokemon with any number of type combinations: krlw890.github.io/pkdb-answers/type_combos.html
A very primitive Chance Calculator. Finds the chance of things happening after a certain number of attempts. While not strictly related to Pokemon, I included it here because Pokemon deals with a lot of that: krlw890.github.io/pkdb-answers/Chance-Calculator.html
Finds the weaknesses of all possible triple-type combinations achievable via Forest’s Curse and Trick-Or-Treat. Not too interesting, other than providing evidence for an answer on PKDB: krlw890.github.io/pkdb-answers/forests_curse_trick_treak_effectiveness.html
Finds all Pokemon with stats mirrored over Physical and Special stats, once again to find an answer for a database question: https://krlw890.github.io/pkdb-answers/pkmn-w-mirror-stats.html
An edited version of the above program that finds all Pokemon who switch from a higher atk to spa stat upon evolution, and vise versa (database answer): https://krlw890.github.io/pkdb-answers/pkmn-evos-w-stat-swaps.html
Another edited version of the above that finds all Pokemon who keep some stats from their previous form after they evolve (another database answer): https://krlw890.github.io/pkdb-answers/pkmn-evos-w-same-stats.html
Finds the Hidden Power types of all possible even/odd IV combinations (database answer): https://krlw890.github.io/pkdb-answers/hptypes.html
Finds all the Pokemon that have equal points in each of their stats: https://krlw890.github.io/pkdb-answers/pkmn-equal-stats.html
Generates 6 letters whose scrabble values all add up to the same value. Made for a tournament on the Database: https://krlw890.github.io/pkdb-answers/random_letter_generator_balanced.html
(Not Pokemon)
A friendly game of chess. Nothing too impressive: krlw890.github.io/Chess/Chess.html
The same game of chess, except that there are only Knights: krlw890.github.io/Chess/Chess_butOnlyKnights.html