If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Dragon Warrior/TBL: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{TBL|game=Dragon Warrior}} Dragon Warrior uses text strings. == Character table == <pre> 00 -> 09 = 0-9 0a -> 23 = a-z 24 -> 3d = A-Z 3e -> 54 = punctuation F5 = macro, dis…') |
No edit summary |
||
Line 25: | Line 25: | ||
| 0x7b8f || || Items - second line of item name. | | 0x7b8f || || Items - second line of item name. | ||
|} | |} | ||
== Text Table == | |||
<pre> | |||
00=0 | |||
01=1 | |||
02=2 | |||
03=3 | |||
04=4 | |||
05=5 | |||
06=6 | |||
07=7 | |||
08=8 | |||
09=9 | |||
0a=a | |||
0b=b | |||
0c=c | |||
0d=d | |||
0e=e | |||
0f=f | |||
10=g | |||
11=h | |||
12=i | |||
13=j | |||
14=k | |||
15=l | |||
16=m | |||
17=n | |||
18=o | |||
19=p | |||
1a=q | |||
1b=r | |||
1c=s | |||
1d=t | |||
1e=u | |||
1f=v | |||
20=w | |||
21=x | |||
22=y | |||
23=z | |||
24=A | |||
25=B | |||
26=C | |||
27=D | |||
28=E | |||
29=F | |||
2a=G | |||
2b=H | |||
2c=I | |||
2d=J | |||
2e=K | |||
2f=L | |||
30=M | |||
31=N | |||
32=O | |||
33=P | |||
34=Q | |||
35=R | |||
36=S | |||
37=T | |||
38=U | |||
39=V | |||
3a=W | |||
3b=X | |||
3c=Y | |||
3d=Z | |||
3e=" | |||
3f=" | |||
40=' | |||
41=* | |||
44=: | |||
45=.. | |||
46=. | |||
47=. | |||
48=, | |||
49=- | |||
4b=? | |||
4c=! | |||
4d=; | |||
4e=) | |||
4f=( | |||
50=` | |||
51=` | |||
52=.' | |||
53=' | |||
54=' | |||
</pre> |
Revision as of 01:46, 6 January 2012
The following article is a Text Table for Dragon Warrior.
Dragon Warrior uses text strings.
Character table
00 -> 09 = 0-9 0a -> 23 = a-z 24 -> 3d = A-Z 3e -> 54 = punctuation F5 = macro, displays gold cost (e.g. for inns)
Text strings
Excluding the 16-byte header at the beginning of the ROM image, the following text appears:
0x8028 | 0xBCA0 | Full text for general dialog |
0x7e56 | 0x7e9e | Spells |
0x7ab7 | 0x7e0a | Item/monster list. (Appears in memory at $BAB7) |
0x7b8f | Items - second line of item name. |
Text Table
00=0 01=1 02=2 03=3 04=4 05=5 06=6 07=7 08=8 09=9 0a=a 0b=b 0c=c 0d=d 0e=e 0f=f 10=g 11=h 12=i 13=j 14=k 15=l 16=m 17=n 18=o 19=p 1a=q 1b=r 1c=s 1d=t 1e=u 1f=v 20=w 21=x 22=y 23=z 24=A 25=B 26=C 27=D 28=E 29=F 2a=G 2b=H 2c=I 2d=J 2e=K 2f=L 30=M 31=N 32=O 33=P 34=Q 35=R 36=S 37=T 38=U 39=V 3a=W 3b=X 3c=Y 3d=Z 3e=" 3f=" 40=' 41=* 44=: 45=.. 46=. 47=. 48=, 49=- 4b=? 4c=! 4d=; 4e=) 4f=( 50=` 51=` 52=.' 53=' 54='