It's probably just a DTE, no?
I'll check it.
Edit : It's a MTE. Adress of the dictionnary : 0xD4AF.
A part of the .tbl file :
01=A
02=B
03=C
04=D
05=E
06=F
07=G
08=H
09=I
0A=J
0B=K
0C=L
0D=M
0E=N
0F=O
10=P
11=Q
12=R
13=S
14=T
15=U
16=V
17=W
18=X
19=Y
1A=Z
(You can easily complete it with testing for the other characters and for each entry of the MTE dictionnary).
Adress of the first text of the introduction ("A LONG, LONG TIME") : 0xF678
The MTE dictionnary values are F2XX ("F200 = FIREBRAND" for example), each F2 value seems to start with a space.
F3XX are the same but without the space at the beginning of the word :
"F28D = LONG"
"F38D = LONG"
October 21, 2012, 06:09:59 am - (Auto Merged - Double Posts are not allowed before 7 days.)
If there is no hurry, I think I can make a complete dump following the order of the text in the rom (contrary to a walkthrough), here's a sample :
A LONG,LONG TIME[NewLine]
AGO,[NewPage]
BEFORE HUMAN BEING[NewLine]
APPEARED...[NewPage]
THERE LIVED[NewLine]
A MONSTER[NewLine]
NAMED FIREBRAND[NewPage]
IN A TOWN OF[NewLine]
THE GHOUL REALM,[NewLine]
ETRURIA.[NewPage]
TO BECOME[NewLine]
A TRUE WARRIOR,[NewPage]
FIREBRAND TRAINED[NewLine]
HIMSELF[NewPage]
IN THE WARRIORS'[NewLine]
TRAINING CENTER[NewLine]
EVERY DAY.[NewPage]
BUT ONE DAY...[EndDialog]
YOU DID VERY WELL,[NewLine]
FIREBRAND![EndDialog]
I KNEW YOU WOULD YOU ARE[NewLine]
THE GREATEST[NewLine]
WARRIOR[NewPage]
IN[NewLine]
THE GHOUL REALM![EndDialog]
NOW HURRY[NewLine]
TO THE KING OF[NewLine]
THE GHOUL REALM I APPRECIATE[NewLine]
YOUR EFFORT,[NewLine]
FIREBRAND.[NewPage]
I NEVER DREAMED[NewPage]
YOU WERE[NewLine]
THE LEGENDARY[NewLine]
RED BLAZE.[NewPage]
BY THE WAY,[NewPage]
I HEARD OF A VERY[NewLine]
BEAUTIFUL LAND[NewPage]
CALLED[NewLine]
THE HUMAN WORLD.[NewPage]
IT IS UNDER[NewLine]
CONSTRUCTION.[NewPage]
EXPLORE THE LAND[NewLine]
AND IF YOU[NewLine]
LIKE IT,[NewPage]
TAKE IT OVER[NewLine]
AND BE THE KING.[NewPage]
FIREBRAND,[NewLine]
LEAVE FOR[NewLine]
THE HUMAN LAND[NewPage]
But it seems there is more MTE than just the F2 and F3 codes so it will take a little more time to find all of them and I'm off for the day.
(the sample upper is not longer accurate, but the dumps are accurate, they were a few errors with the MTE when I did the sample, because some words are present two times in the dictionary).
Here's my actual .tbl file if you are curious :
http://www.hiei-tf.fr/Gargoyles_Quest_II_USA.tblEdit : Texts I found and dumped for now :
Texts from 0xD984 to 0xF93C :
http://www.hiei-tf.fr/Gargoyles_Quest_II_USA_0xD984-0xF93C.txt (24.1 k)
Texts from 0x1FC81 to 0x1FDDF :
http://www.hiei-tf.fr/Gargoyles_Quest_II_USA_0x1FC81-0x1FDDF.txt (1.08 k)
A few only codes are not interpreted but it's not important, it's some bytecodes and not some texts.
So if you manage to find some texts in the japanese rom (probably around the same adresses if you are lucky), they'll probably be in the same order.
Note : Not sure if I found all the texts, I didn't search a lot after I found the 24.1k part but it would be easier to spot once the copy-paste is over.
Note 2 : I can say the beginning of the 24.1k file are the lines as the beginning of the gameboy script.