Font Database
The game font consists of 100 characters. For the most part it correlates with the standard ASCII table, with a few sections removed. The /
character was replaced with the symbol for the pound sterling, to facilitate displaying the game’s price in the “Foreign Orders” screens.
The status health bars are also stored here, with each bar comprised of two characters (one for the upper half, and one for the lower).
Index | Offset (Bytes) | Character | ASCII Code (Decimal) |
---|---|---|---|
0 | 0000h | Solid Black Tile | — |
1 | 0028h | Solid Black Tile | — |
2 | 0050h | ↑ | — |
3 | 0078h | ↓ | — |
4 | 00a0h | Solid Black Tile | — |
5 | 00c8h | ← | — |
6 | 00f0h | → | — |
7 | 0118h | Solid Black Tile | — |
8 | 0140h | Empty Health Bar, Bottom | — |
9 | 0168h | Empty Health Bar, Top | — |
10 | 0190h | 32 | |
11 | 01b8h | ! | 33 |
12 | 01e0h | " | 34 |
13 | 0208h | # | 35 |
14 | 0230h | $ | 36 |
15 | 0258h | % | 37 |
16 | 0280h | & | 38 |
17 | 02a8h | ' | 39 |
18 | 02d0h | ( | 40 |
19 | 02f8h | ) | 41 |
20 | 0320h | * | 42 |
21 | 0348h | + | 43 |
22 | 0370h | , | 44 |
23 | 0398h | - | 45 |
24 | 03c0h | . | 46 |
25 | 03e8h | £ | — |
26 | 0410h | 0 | 48 |
27 | 0438h | 1 | 49 |
28 | 0460h | 2 | 50 |
29 | 0488h | 3 | 51 |
30 | 04b0h | 4 | 52 |
31 | 04d8h | 5 | 53 |
32 | 0500h | 6 | 54 |
33 | 0528h | 7 | 55 |
34 | 0550h | 8 | 56 |
35 | 0578h | 9 | 57 |
36 | 05a0h | : | 58 |
37 | 05c8h | ; | 59 |
38 | 05f0h | < | 60 |
39 | 0618h | = | 61 |
40 | 0640h | > | 62 |
41 | 0668h | ? | 63 |
42 | 0690h | @ | 64 |
43 | 06b8h | A | 65 |
44 | 06e0h | B | 66 |
45 | 0708h | C | 67 |
46 | 0730h | D | 68 |
47 | 0758h | E | 69 |
48 | 0780h | F | 70 |
49 | 07a8h | G | 71 |
50 | 07d0h | H | 72 |
51 | 07f8h | I | 73 |
52 | 0820h | J | 74 |
53 | 0848h | K | 75 |
54 | 0870h | L | 76 |
55 | 0898h | M | 77 |
56 | 08c0h | N | 78 |
57 | 08e8h | O | 79 |
58 | 0910h | P | 80 |
59 | 0938h | Q | 81 |
60 | 0960h | R | 82 |
61 | 0988h | S | 83 |
62 | 09b0h | T | 84 |
63 | 09d8h | U | 85 |
64 | 0a00h | V | 86 |
65 | 0a28h | W | 87 |
66 | 0a50h | X | 88 |
67 | 0a78h | Y | 89 |
68 | 0aa0h | Z | 90 |
69 | 0ac8h | a | 97 |
70 | 0af0h | b | 98 |
71 | 0b18h | c | 99 |
72 | 0b40h | d | 100 |
73 | 0b68h | e | 101 |
74 | 0b90h | f | 102 |
75 | 0bb8h | g | 103 |
76 | 0be0h | h | 104 |
77 | 0c08h | i | 105 |
78 | 0c30h | j | 106 |
79 | 0c58h | k | 107 |
80 | 0c80h | l | 108 |
81 | 0ca8h | m | 109 |
82 | 0cd0h | n | 110 |
83 | 0cf8h | o | 111 |
84 | 0d20h | p | 112 |
85 | 0d48h | q | 113 |
86 | 0d70h | r | 114 |
87 | 0d98h | s | 115 |
88 | 0dc0h | t | 116 |
89 | 0de8h | u | 117 |
90 | 0e10h | v | 118 |
91 | 0e38h | w | 119 |
92 | 0e60h | x | 120 |
93 | 0e88h | y | 121 |
94 | 0eb0h | z | 122 |
95 | 0ed8h | Filled Health Bar, Top | — |
96 | 0f00h | Filled Health Bar, Bottom | — |
97 | 0f28h | Solid Gray Tile | — |
98 | 0f50h | Solid Gray Tile | — |
99 | 0f78h | Solid Gray Tile | — |