If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
EarthBound/Map Data/Tileset Tile Arrangement Collision Pointer Tables: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Bunch of documentation) |
||
Line 10: | Line 10: | ||
|totallength=24846 bytes (<tt>0x610e</tt>) | |totallength=24846 bytes (<tt>0x610e</tt>) | ||
}} | }} | ||
Series of pointer tables for each tileset that map from tile arrangement index to a collision entry in [[EarthBound:Map_Data:Tile_Arrangement_Collision_Data|Tile Arrangement Collision Data]]. The start of each tileset's table is found using the [[EarthBound:Map_Data:Collision_Tileset_Pointer_Table|Collision Tileset Pointer Table]]. | |||
==Format== | |||
Each 2-byte entry contains an absolute pointer to an entry in [[EarthBound:Map_Data:Tile_Arrangement_Collision_Data|Tile Arrangement Collision Data]] (bank <tt>$D8</tt>). Different entries (including those from different tilesets) can contain the same pointer value to allow data reuse. | |||
==Tilesets== | |||
{| border=1 cellspacing=0 cellpadding=3 | |||
! Tileset index !! Tileset name !! Table start !! Num pointers | |||
|- | |||
| <tt>00</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#LostUnderworld|Lost Underworld]] || <tt>0x189150</tt> || 832 | |||
|- | |||
| <tt>01</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Onett|Onett]] || <tt>0x1897D0</tt> || 845 | |||
|- | |||
| <tt>02</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Twoson|Twoson]] || <tt>0x189E6A</tt> || 827 | |||
|- | |||
| <tt>03</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Threed|Threed]] || <tt>0x18A4E0</tt> || 524 | |||
|- | |||
| <tt>04</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Fourside|Fourside]] || <tt>0x18A8F8</tt> || 935 | |||
|- | |||
| <tt>05</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Magicant|Magicant]] || <tt>0x18B046</tt> || 287 | |||
|- | |||
| <tt>06</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Outdoors|Outdoors]] || <tt>0x18B284</tt> || 875 | |||
|- | |||
| <tt>07</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Summers|Summers]] || <tt>0x18</tt> | |||
|- | |||
| <tt>08</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#DustyDunes|Dusty Dunes Desert]] || <tt>0x18</tt> | |||
|- | |||
| <tt>09</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Dalaam|Dalaam]] || <tt>0x18</tt> | |||
|- | |||
| <tt>10</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Indoors1|Indoors 1]] || <tt>0x18</tt> | |||
|- | |||
| <tt>11</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Indoors2|Indoors 2]] || <tt>0x18</tt> | |||
|- | |||
| <tt>12</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Stores1|Stores 1]] || <tt>0x18</tt> | |||
|- | |||
| <tt>13</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Caves1|Caves 1]] || <tt>0x18</tt> | |||
|- | |||
| <tt>14</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Indoors3|Indoors 3]] || <tt>0x18</tt> | |||
|- | |||
| <tt>15</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Stores2|Stores 2]] || <tt>0x18</tt> | |||
|- | |||
| <tt>16</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Indoors4|Indoors 4]] || <tt>0x18</tt> | |||
|- | |||
| <tt>17</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Winters|Winters]] || <tt>0x18</tt> | |||
|- | |||
| <tt>18</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Scaraba|Scaraba]] || <tt>0x18</tt> | |||
|- | |||
| <tt>19</tt> || [[EarthBound:Map_Data:Global_Tileset/Palette_Table#Caves2|Caves 2]] || <tt>0x18</tt> | |||
|} | |||
{{stub}} | {{stub}} |
Revision as of 21:54, 19 December 2023
This is a sub-page of EarthBound/Map Data.
Map Data: Tileset Tile Arrangement Collision Pointer Tables | |
Game | EarthBound |
Start Address | 0x189150 |
End Address | 0x18F25D |
# of Entries | 12423 |
Entry Length | 2 bytes |
Total Length | 24846 bytes (0x610e) |
Back to the ROM map |
Series of pointer tables for each tileset that map from tile arrangement index to a collision entry in Tile Arrangement Collision Data. The start of each tileset's table is found using the Collision Tileset Pointer Table.
Format
Each 2-byte entry contains an absolute pointer to an entry in Tile Arrangement Collision Data (bank $D8). Different entries (including those from different tilesets) can contain the same pointer value to allow data reuse.
Tilesets
Tileset index | Tileset name | Table start | Num pointers |
---|---|---|---|
00 | Lost Underworld | 0x189150 | 832 |
01 | Onett | 0x1897D0 | 845 |
02 | Twoson | 0x189E6A | 827 |
03 | Threed | 0x18A4E0 | 524 |
04 | Fourside | 0x18A8F8 | 935 |
05 | Magicant | 0x18B046 | 287 |
06 | Outdoors | 0x18B284 | 875 |
07 | Summers | 0x18 | |
08 | Dusty Dunes Desert | 0x18 | |
09 | Dalaam | 0x18 | |
10 | Indoors 1 | 0x18 | |
11 | Indoors 2 | 0x18 | |
12 | Stores 1 | 0x18 | |
13 | Caves 1 | 0x18 | |
14 | Indoors 3 | 0x18 | |
15 | Stores 2 | 0x18 | |
16 | Indoors 4 | 0x18 | |
17 | Winters | 0x18 | |
18 | Scaraba | 0x18 | |
19 | Caves 2 | 0x18 |
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |