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.

EarthBound/Decompressed Tile Arrangement Data: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "{{subpage|game=EarthBound:RAM map}} {{Infobox table|name=Decompressed Tile Arrangement Data |game=EarthBound |loc=RAM |start=<tt>0x018000</tt> |end=<tt>0x01F9FF</tt> |numentries=At most 976 |entrylength=32 bytes (<tt>0x20</tt>) |totallength=31232 bytes (0x7a00) }} Data buffer containing decompressed Tile Arrangement Data for the current map tileset. Has capacity for up to 976 arrangement entries, but in an unmodi...")
 
(Correct table end/size)
Line 5: Line 5:
|loc=RAM
|loc=RAM
|start=<tt>0x018000</tt>
|start=<tt>0x018000</tt>
|end=<tt>0x01F9FF</tt>
|end=<tt>0x01F7FF</tt>
|numentries=At most 976
|numentries=At most 960
|entrylength=32 bytes (<tt>0x20</tt>)
|entrylength=32 bytes (<tt>0x20</tt>)
|totallength=31232 bytes (0x7a00)
|totallength=30720 bytes (0x7800)
}}
}}


Data buffer containing decompressed [[EarthBound:Map_Data:Compressed_Tile_Arrangement_Data|Tile Arrangement Data]] for the current map tileset. Has capacity for up to 976 arrangement entries, but in an unmodified EarthBound ROM, the map tileset with the most entries is [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Fourside|Fourside]] with 935.
Data buffer containing decompressed [[EarthBound:Map_Data:Compressed_Tile_Arrangement_Data|Tile Arrangement Data]] for the current map tileset. Has capacity for up to 960 arrangement entries, but in an unmodified EarthBound ROM, the map tileset with the most entries is [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Fourside|Fourside]] with 935.


==Format==
==Format==

Revision as of 14:53, 7 November 2023

This is a sub-page of EarthBound.

Decompressed Tile Arrangement Data
Game EarthBound
Start Address 0x018000
End Address 0x01F7FF
# of Entries At most 960
Entry Length 32 bytes (0x20)
Total Length 30720 bytes (0x7800)
Back to the RAM map

Data buffer containing decompressed Tile Arrangement Data for the current map tileset. Has capacity for up to 960 arrangement entries, but in an unmodified EarthBound ROM, the map tileset with the most entries is Fourside with 935.

Format

See Compressed Tile Arrangement Data.