Skip to content

Commit 46cb740

Browse files
grgr-dkrkISSOtm
authored andcommitted
fix(tile_data): Fixed an error in the tile number range in the table
1 parent 57727dc commit 46cb740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tile_Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There are three "blocks" of 128 tiles each:
4040
<td>128&ndash;255</td>
4141
<td>
4242
128&ndash;255 <br />
43-
(or -127&ndash;0)
43+
(or -128&ndash;-1)
4444
</td>
4545
</tr>
4646
<tr>

0 commit comments

Comments
 (0)