The current URL is datacrystal.tcrf.net.
The Legend of Zelda/TBL: Difference between revisions
No edit summary |
(Creation!) |
||
Line 3: | Line 3: | ||
00=0 | 00=0 | ||
01=1 | 01=1 | ||
02=2 | 02=2 | ||
03=3 | 03=3 | ||
04=4 | 04=4 | ||
05=5 | 05=5 | ||
06=6 | 06=6 | ||
07=7 | 07=7 | ||
08=8 | 08=8 | ||
09=9 | 09=9 | ||
0A=a | 0A=a | ||
0B=b | 0B=b | ||
0C=c | 0C=c | ||
0D=d | 0D=d | ||
0E=e | 0E=e | ||
0F=f | 0F=f | ||
10=g | 10=g | ||
11=h | 11=h | ||
12=i | 12=i | ||
13=j | 13=j | ||
14=k | 14=k | ||
15=l | 15=l | ||
16=m | 16=m | ||
17=n | 17=n | ||
18=o | 18=o | ||
19=p | 19=p | ||
1A=q | 1A=q | ||
1B=r | 1B=r | ||
1C=s | 1C=s | ||
1D=t | 1D=t | ||
1E=u | 1E=u | ||
1F=v | 1F=v | ||
20=w | 20=w | ||
21=x | 21=x | ||
22=y | 22=y | ||
23=z | 23=z | ||
24=_ (space) | 24=_ (space) | ||
25=~ (indent space) | 25=~ (indent space) | ||
26= (nothing?) | 26= (nothing?) | ||
27= (nothing) | |||
27= (nothing?) | |||
28=, (comma) | 28=, (comma) | ||
29=! (exclamation point) | 29=! (exclamation point) | ||
2A='(apostrophe) | 2A='(apostrophe) | ||
2B=& (ampersand) | 2B=& (ampersand) | ||
2C=. (period) | 2C=. (period) | ||
2D=" (quotes) | 2D=" (quotes) | ||
2E=? (question mark) | 2E=? (question mark) | ||
2F=- (hyphen) | 2F=- (hyphen) | ||
Line 56: | Line 103: | ||
Secondary/Line-End Forms: | Secondary/Line-End Forms: | ||
80=0 | |||
81=1 | |||
82=2 | |||
83=3 | |||
84=4 | |||
85=5 | |||
86=6 | |||
87=7 | |||
88=8 | |||
89=9 | |||
8A=A | 8A=A | ||
8B=B | 8B=B | ||
8C=C | 8C=C | ||
8D=D | 8D=D | ||
8E=E | 8E=E | ||
8F=F | 8F=F | ||
90=G | 90=G | ||
91=H | 91=H | ||
92=I | 92=I | ||
93=J | 93=J | ||
94=K | 94=K | ||
95=L | 95=L | ||
96=M | 96=M | ||
97=N | 97=N | ||
98=O | 98=O | ||
99=P | 99=P | ||
9A=Q | 9A=Q | ||
9B=R | 9B=R | ||
9C=S | 9C=S | ||
9D=T | 9D=T | ||
9E=U | 9E=U | ||
9F=V | 9F=V | ||
A0=W | A0=W | ||
A1=X | A1=X | ||
A2=Y | A2=Y | ||
A3=Z | A3=Z | ||
A4=_ (space) | A4=_ (space) | ||
A5=~ (indent space) | |||
A5=~ (indent space) | |||
A6= (nothing?) | A6= (nothing?) | ||
A7= (nothing?) | A7= (nothing?) | ||
A8=, (comma) | |||
A9=! (exclamation point) | A8=, (comma) | ||
AA=' (apostrophe) | |||
AB=& (ampersand) | A9=! (exclamation point) | ||
AC=. (period) | |||
AD=" (quotes) | AA=' (apostrophe) | ||
AE=? (qustion mark) | |||
AB=& (ampersand) | |||
AC=. (period) | |||
AD=" (quotes) | |||
AE=? (qustion mark) | |||
AF=- (hyphen) | AF=- (hyphen) |
Revision as of 18:17, 25 May 2006
The game does not make use of lowercase letters. However, for reasons explained below, normal text is represented by lowercase characters for the purpose of text editing. The explanations given for values 24+ should be removed before using this list in a .tbl file.
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=_ (space)
25=~ (indent space)
26= (nothing?)
27= (nothing?)
28=, (comma)
29=! (exclamation point)
2A='(apostrophe)
2B=& (ampersand)
2C=. (period)
2D=" (quotes)
2E=? (question mark)
2F=- (hyphen)
Some (probably most) messages in the game run more than one line. There is no singular "line end" command; each letter and character has a secondary form that tells the game to end the current line and begin a new one. These secondary forms are visually identical to their primary counterparts, but to make their presence obvious during text editing, they are represented here with capitals.
Secondary/Line-End Forms:
80=0
81=1
82=2
83=3
84=4
85=5
86=6
87=7
88=8
89=9
8A=A
8B=B
8C=C
8D=D
8E=E
8F=F
90=G
91=H
92=I
93=J
94=K
95=L
96=M
97=N
98=O
99=P
9A=Q
9B=R
9C=S
9D=T
9E=U
9F=V
A0=W
A1=X
A2=Y
A3=Z
A4=_ (space)
A5=~ (indent space)
A6= (nothing?)
A7= (nothing?)
A8=, (comma)
A9=! (exclamation point)
AA=' (apostrophe)
AB=& (ampersand)
AC=. (period)
AD=" (quotes)
AE=? (qustion mark)
AF=- (hyphen)