48 lines
1.6 KiB
Markdown
48 lines
1.6 KiB
Markdown
### M2 - non-script things
|
|
- [ ] Translate dad text
|
|
- [X] Translate enemy names
|
|
- [X] Translate item names
|
|
- [ ] Translate menu choices
|
|
- [ ] Translate misc text
|
|
- [X] Translate PSI names
|
|
- [X] Translate PSI text
|
|
- [X] Translate PSI targets
|
|
|
|
### M2 - main script
|
|
- [X] Produce blank skeleton for main script (all strings in the game now point to "@Test")
|
|
- [ ] Translate battle actions
|
|
- [ ] Translate PSI help text
|
|
- [ ] Translate item help text
|
|
- [ ] Translate TPT text
|
|
- [ ] Translate object text (doors, etc.)
|
|
- [ ] Translate phone text
|
|
- [ ] Translate dad text
|
|
- [ ] Translate prayer text
|
|
- [ ] Translate enemy encounter/death text
|
|
|
|
### M2 - main script tool
|
|
- [ ] Start a GUI tool to help the main script translation
|
|
|
|
### M2 - hacking (main, high priority)
|
|
- [X] VWF core
|
|
- [X] VWF for Talk
|
|
- [X] VWF for Check
|
|
- [ ] VWF for Goods menu
|
|
- [ ] VWF for PSI menu
|
|
- [X] VWF for Status window
|
|
- [X] VWF for cash window
|
|
- [ ] Make PSI sub-menus (from Status window) redraw only when needed (currently they redraw continuously when they're not needed, and likewise they don't redraw when they are needed)
|
|
- [ ] Make Status window redraw properly when exiting from a PSI sub-menu
|
|
- [ ] VWF for HP/PP boxes
|
|
- [ ] VWF for naming screens
|
|
- [ ] VWF for battles
|
|
- [ ] VWF for credits sequence
|
|
- [ ] TODO: replace load/store chains with ldmia/stmia
|
|
|
|
### M2 - hacking (misc, lower priority)
|
|
- [ ] Incorporate Mato's M1 translation
|
|
- [ ] Insert EB's title screen
|
|
- [ ] EB graphical localization (hospital crosses, cultist sprites, etc.)
|
|
- [ ] M1+2 bugfixes:
|
|
- [ ] Exit mouse in Giygas lair
|
|
- [ ] Poison Giygas to death |