Just to verify, this font is actually used in the game? Are you sure it's used for the main dialog box, and not something like the battle screen? If it's used for the main dialog box too, then that's pretty amazing find.
As for Dracula X opening/intro, that wasn't a VWF routine. That was a replacement 6x12 font FWF routine. It's the cleanest way to hack a 12x12 print routine (which 98% of all PCECD RPGs use). It looks tight like VWF, but it's not. It's a great compromise between the two, IMO.
On the note of pointer, like I said if the pointer system hasn't been figured out (a separate pointer table than the LZSS block), and you don't want to go through the work of RE'ing it, you can do a token system incorporated into it (making some new control codes). On that note, I never found LZSS in small block/window sizes to compress that great for English text. You guys didn't have a problem with Ys IV in this regards, or did you have to cut the string lengths down?
Hey Tom, I wanted to first verify with a message box besides the status menu (which I could test with weeks ago) and here it goes:
Progress continues! PC-FX BIOS to the rescue! That is an 8x12 font Derrick extracted from the PC-FX BIOS!
So yeah, I tracked down a compressed block and got to the message for the sign. I didn't recompress the whole block, I set 2 control bytes inbetween to 0xFF so I could type literal bytes direct. We've got the same LZ codec as Ys IV, so format is control byte and 8 bytes of payload, etc.
As to your Ys IV question, nope, didn't have a problem where I had to go back to the translator to try to shrink text because a recompressed English block exceeded the space allocated! It worked out with no problems!
Well, I might actually have everything needed unless it comes to graphics somewhere, but it looks like I won't have to call upon your expertise just yet - David already did the tough analysis, the research, identification of all text blocks, the codec changes, etc. and the print routine with new font tile insertion is gonna work out fine if one is satisfied with 8x12 fixed-width as with Ys IV.