Unused letters in Generation II
Posted by: SM
Date: 2014-09-06 10:26:46
01 B
02 C
03 D
04 E
05 F
06 G
07 H
08 I
09 J
0A K
0B L
0C M
0D N
0E O
0F P
10 Q
11 R
12 S
13 T
14 U
15 V
16 W
17 X
18 Y
19 Z
1A (
1B )
1C :
1D ;
1E [
1F blank
20 q
21 r
22 s
23 t
24 u
25 v
26 w
27 x
28 y
29 z
But game uses other alphabet/symbols located in 128(80)~255(FF) like generation I games.
I think early in development, programmers tried to insert alphabet on this location. But to use time machine system, letters need to be located on same position with generation I games. So they left early letters and made new letters in 128~255.
I'm sorry if you already know this.