EarthBound:Map Data:Global Tileset/Palette Table
Jump to navigation
Jump to search
This is a sub-page for EarthBound:ROM map.
Global Tileset/Palette Table | |
Game | EarthBound |
Start Address | 0x17AA00 |
End Address | 0x17B3FF |
# of Entries | 2560 |
Entry Length | 1 byte (0x1) |
Total Length | 2560 bytes (0xA00) |
Back to the ROM map |
Global tileset data. Each byte represents a tileset/palette entry for a sector of 8x4 tiles, starting at the top-left corner of the map.
TTTT TPPP
The first five bits of each entry is the tileset, and the last three is the palette, so you have 32 global tilesets, and 8 palettes.
Note that the "global map" is 32 sectors wide by 80 sectors tall (8192 x 10240 px!).