TheOpponent / st3-translation-notes

Notes for the translation of the Dreamcast game Sakura Taisen 3
The Unlicense
11 stars 1 forks source link

Force maximum text writing speed #4

Closed TheOpponent closed 2 years ago

TheOpponent commented 2 years ago

The function at 8c4c0154 is called when a character is drawn, and called in rapid succession when the A button is pressed to show all text instantly.

TheOpponent commented 2 years ago

The motivation for this issue was to reconcile the changing text writing speed of voiced lines with that of unvoiced lines. The goal was to force both to be the same, and forcing all text to be drawn instantly was seen as the path of least resistance. However, with documentation on lip movement commands now complete, this will no longer be necessary. Inserting a text write command every three frames will achieve the desired effect.

TheOpponent commented 2 years ago

Fixed in 310cfba9d1be8e2ee4f665e0ebe1b87a68e22bca.