
Grrrrrrr
May 21, 2006Yesterday I fixed the Dakuten stuff, now the dump looks perfectly. All that's left is the dumping of the whole script instead of single blocks. But that is giving me a BIG headache. The depth of the jumps is apparently not fixed. So I have to add some detection of what's text and what's pointer. What sucks much more and makes the aforementioned detection difficult is that the jumps sometimes (often?) jump to the end or in the middle of blocks, which means that I have to scan backwards through the pointers. Now if I jump behind a block it will point to data, detection will suck. I dunno yet how I want to resolve this, maybe I'll just dump every block manually