pokerogue/README.md

46 lines
895 B
Markdown
Raw Normal View History

2023-04-01 07:35:50 -07:00
# pokemon-rogue-battle
## To do
- Title screen
2023-04-10 10:54:06 -07:00
- Starter select screen
- UI
- Get starters from save data caught Pokemon
2023-04-01 07:35:50 -07:00
- Moves
- 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 remembering (no cost?)
- Capture logic
- Critical capture
- Save data
- Pokedex
- Battle info
- Owned icon
- Status effect indicator
- Modifiers
- PP Up
2023-04-01 17:06:44 -07:00
- Ether/elixir
2023-04-01 07:35:50 -07:00
- 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?