Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Landstalker: The Treasures of King Nole/ROM map: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
== ROM Map ==
== ROM Map ==


These are some offsets that I have found. These offsets are for the English EUR version of the game.
These are some useful offsets that I have found. These offsets are for the English EUR version of the game.


{| border="1"
{| border="1"
Line 12: Line 12:
|-
|-
| <code>0x02B27A</code> || <code>0x00D0F2</code> || Huffman-compressed string data
| <code>0x02B27A</code> || <code>0x00D0F2</code> || Huffman-compressed string data
|-
| <code>0x038368</code> || <code>0x000294</code> || String table pointers
|-
| <code>0x039ED8</code> || <code>0x00068C</code> || Compressed Title Screen Graphics Block 1
|-
| <code>0x03A564</code> || <code>0x00174A</code> || Compressed Title Screen Graphics Block 2
|-
| <code>0x03BCAE</code> || <code>0x0020E4</code> || Compressed Title Screen Graphics Block 3
|-
| <code>0x03DD92</code> || <code>0x00006C</code> || Compressed Title Screen Graphics Block 1 Tile Map
|-
| <code>0x03DDFE</code> || <code>0x000054</code> || Compressed Title Screen Graphics Block 2 Tile Map
|-
| <code>0x03DE52</code> || <code>0x000078</code> || Compressed Title Screen Graphics Block 3 Tile Map
|-
| <code>0x03DECA</code> || <code>0x000040</code> || Title Screen Palettes
|}
|}
=== Sprite Tables ===
=== Test 2 ===

Revision as of 21:39, 26 June 2014

ROM Map

These are some useful offsets that I have found. These offsets are for the English EUR version of the game.

Offset Length Description
0x01B090 0x007DF0 Sprite Tables
0x02A884 0x000982 Variable-width font
0x02B27A 0x00D0F2 Huffman-compressed string data
0x038368 0x000294 String table pointers
0x039ED8 0x00068C Compressed Title Screen Graphics Block 1
0x03A564 0x00174A Compressed Title Screen Graphics Block 2
0x03BCAE 0x0020E4 Compressed Title Screen Graphics Block 3
0x03DD92 0x00006C Compressed Title Screen Graphics Block 1 Tile Map
0x03DDFE 0x000054 Compressed Title Screen Graphics Block 2 Tile Map
0x03DE52 0x000078 Compressed Title Screen Graphics Block 3 Tile Map
0x03DECA 0x000040 Title Screen Palettes