Tetris (NES) - Text

From ROM Detectives Wiki
Jump to navigation Jump to search
Label-Main.svgLabel-RAM.svgLabel-ROM.svgLabel-Text.svgLabel-Lua.svg


USA

USA

Tetris - NES - USA.png

Text

Tetris uses four main character sets. The copyright, title screen, and menus all use the same set will the full alphabet, numbers, and some symbols. The game play table has the same letters and numbers, but different symbols. There is a limited set for the animations you see after a game over. The names in the default high score list are stored using a separate table which starts with letters first, then numbers, and this is converted to the menu table when it's displayed on the screen.

Title / Menus

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=-
25=,
26=·
27=→
4F=/
52=!
53=<
54=>
5E=(
5F=)
6E="
6F=.
F5=©
FF= 

Game

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=-
25=,
26=·
27=▶
28=!
29=♥
FF= 

Animations

00=0
01=1
02=2
03=3
04=4
05=5
06=6
07=7
08=8
09=9
0A=S
0B=C
0C=O
0D=R
0E=E
0F=L
10=V
11=H
12=I
13=G
14=T
15=A
FF= 

High Score Names

00=-
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
1B=0
1C=1
1D=2
1E=3
1F=4
20=5
21=6
22=7
23=8
24=9
25=,
26=/
27=(
28=)
29="
2A=.
2B=

ROM Offsets

2449 - Success
2D77 - High Score Names
2EA6 - Copyright Screen
34EF - Title Screen
371E - Game Type
3C0F - Level Select
3FC5 - Game Screen
44AE - High Score


Europe

Europe

Tetris - NES - Europe.png

This version uses the same text tables as the USA release, however the text is all at a slight different offset.

ROM Offsets

2455 - Success
2D91 - High Score Names
2EC0 - Copyright Screen
3509 - Title Screen
3738 - Game Type
3C29 - Level Select
3FDF - Game Screen
44C8 - High Score