diff --git a/README.md b/README.md new file mode 100644 index 000000000..bcca64fb7 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +# pokemon-rogue-battle + +## To do + +- Title screen +- Moves + - Animation handler with all animations + - Move logic + - Can't use when PP consumed +- Abilities + - Ability logic + - Ability activation indicator (?) +- Natures +- Status effects + - Status effect animation +- EXP logic + - Fix algorithm (currently inaccurate) +- Pokemon summary screen + - Move learning when full + - Move remembering (no cost?) +- Capture logic + - Critical capture +- Save data + - Pokedex +- Battle info + - Owned icon + - Status effect indicator + - Gender icon +- Evolution + - Evolution screen + - Background (ripped video?) + - Particles +- Modifiers + - PP Up + - Type enhancers + - Evolution items + - Various mainline game items for various enhancements + - Items that cause effects on hit (?) + - Capture rate booster +- Balancing + - Modifiers + - Biome pools +- Custom art + - Battle bases and backgrounds +- Game sequence + - Biome sequence (random?) + - Endgame? + - Endless mode?