Goal
Implement authentic Pokemon-style dialogue boxes with proper borders, text padding, and animations.
Pokemon Dialogue Box Features
- Black border with white interior
- Text appears character-by-character
- Arrow indicator when text completes
- Proper padding (2-3 pixels from edges)
- Smooth open/close animations
Implementation
- Create DialogueBox component/class
- Add border rendering (3px black, 2px white inner)
- Implement char-by-char text display
- Add triangle indicator for 'press A to continue'
- Add slide-up animation on open
Priority: P1 | Estimate: 2-3 hours
Goal
Implement authentic Pokemon-style dialogue boxes with proper borders, text padding, and animations.
Pokemon Dialogue Box Features
Implementation
Priority: P1 | Estimate: 2-3 hours