maxim-zhao / psrp

Phantasy Star Retranslation Project
http://www.smspower.org/Translations/PhantasyStar-SMS-EN
65 stars 10 forks source link

Saturn/PS2 hiragana ROM support #107

Closed DrAzathoth closed 1 year ago

DrAzathoth commented 1 year ago

Would it be possible to add support for the alternate Japanese hiragana ROM from the two Phantasy Star collections?

gensakudan commented 1 year ago

As I recall, those versions are either glorified ports, or ROM hacks running in what's essentially an emulator for a souped-up Master System with multiple VRAM pages. For original hardware, we're lacking the VRAM space to literally double the character count, and while doing something like dynamically loading in only the characters that are currently needed would be possible in theory, I'm pretty sure there are too many unknowns for implementation to be in any way feasible.

DrAzathoth commented 1 year ago

I understand. Could it be possible to just allow patching that version of the ROM to the English retranslation rather than using any of the fancy hiragana features?

maxim-zhao commented 1 year ago

I don't think there's anything to gain from this versus patching the original Japanese ROM. Making a ROM hack support multiple base ROMs would be a great deal of work.