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/Gas Station Screen Graphics Data: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "{{Infobox_map_entry|name=Gas Station Screen Graphics Data |game=EarthBound |loc=ROM |start=<tt>0x2157D3</tt> |end=<tt>0x21ACDE</tt> |totallength=21772 bytes (<tt>0x550c</tt>) }} Compressed raw graphics data for the game intro gas station screen. ==Subentries== {| border=1 cellspacing=0 cellpadding=3 ! Address !! End Address !! Description !! Compressed length !! Decompressed length |- | <tt>0x2157d3</tt> || <tt>0x215d32</tt> || Tilemap Data || 1376 bytes (<tt>0x0560</t...")
 
(→‎Subentries: Identify decompressed lengths)
Line 13: Line 13:
! Address !! End Address !! Description !! Compressed length !! Decompressed length
! Address !! End Address !! Description !! Compressed length !! Decompressed length
|-
|-
| <tt>0x2157d3</tt> || <tt>0x215d32</tt> || Tilemap Data || 1376 bytes (<tt>0x0560</tt>) || bytes (<tt></tt>)
| <tt>0x2157d3</tt> || <tt>0x215d32</tt> || Tilemap Data || 1376 bytes (<tt>0x0560</tt>) || 2048 bytes (<tt>0x0800</tt>)
|-
|-
| <tt>0x215d33</tt> || <tt>0x21abb6</tt> || Tile Character Data || 20100 bytes (<tt>0x4e84</tt>) || bytes (<tt></tt>)
| <tt>0x215d33</tt> || <tt>0x21abb6</tt> || Tile Character Data || 20100 bytes (<tt>0x4e84</tt>) || 49153 bytes (<tt>0xc001</tt>)
|-
|-
| <tt>0x21abb7</tt> || <tt>0x21ac5c</tt> || Palettes 1 || 166 bytes (<tt>0x00a6</tt>) || bytes (<tt></tt>)
| <tt>0x21abb7</tt> || <tt>0x21ac5c</tt> || Palettes 1 || 166 bytes (<tt>0x00a6</tt>) || 512 bytes (<tt>0x0200</tt>)
|-
|-
| <tt>0x21ac5d</tt> || <tt>0x21acde</tt> || Palettes 2 || 130 bytes (<tt>0x0082</tt>) || bytes (<tt></tt>)
| <tt>0x21ac5d</tt> || <tt>0x21acde</tt> || Palettes 2 || 130 bytes (<tt>0x0082</tt>) || 512 bytes (<tt>0x0200</tt>)
|}
|}



Revision as of 15:22, 3 June 2024

Gas Station Screen Graphics Data
Game EarthBound
Start Address 0x2157D3
End Address 0x21ACDE
Total Length 21772 bytes (0x550c)
Back to the ROM map

Compressed raw graphics data for the game intro gas station screen.

Subentries

Address End Address Description Compressed length Decompressed length
0x2157d3 0x215d32 Tilemap Data 1376 bytes (0x0560) 2048 bytes (0x0800)
0x215d33 0x21abb6 Tile Character Data 20100 bytes (0x4e84) 49153 bytes (0xc001)
0x21abb7 0x21ac5c Palettes 1 166 bytes (0x00a6) 512 bytes (0x0200)
0x21ac5d 0x21acde Palettes 2 130 bytes (0x0082) 512 bytes (0x0200)

Format

Contains 4 individually compressed subentries for tilemap data, tile character data, and 2 separate entries for palettes. See Compression Format. For the 2 palettes entries, Palettes 1 is the initial palettes used on load of the screen, and Palettes 2 is an alternate set of palettes used during the flashing animation.

Decompressed Format

So very stubbly.
This page is rather stubbly and could use some expansion.
Are you a bad enough dude to rescue this article?