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/Formatting For Cast Sequence Text: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page with "{{infobox table|name=Formatting for Cast Sequence Text |game=EarthBound |loc=ROM |start=0x2130FA |end=0x213189 |numentries=48 (0x30) |entrylength=3 bytes (0x3) |totallength=14...")
 
No edit summary
Line 12: Line 12:
  [AA AA BB]
  [AA AA BB]


''[AA AA]'' - The starting point of the entry in big endian format, with 30 corresponding to 2130FA.
''[AA AA]'' - Offset, in 8x16 tiles, of the entry in big endian format, with 30 corresponding to the tile at 2130FA.


''[BB]'' - The number of 8x16 pixel blocks in the entry
''[BB]'' - The number of 8x16 pixel blocks in the entry


[[Category:EarthBound|Formatting For Cast Sequence Text]]
[[Category:EarthBound|Formatting For Cast Sequence Text]]

Revision as of 03:41, 23 March 2014

Formatting for Cast Sequence Text
Game EarthBound
Start Address 0x2130FA
End Address 0x213189
# of Entries 48 (0x30)
Entry Length 3 bytes (0x3)
Total Length 144 bytes (0x90)
Back to the ROM map

The PSI Names List holds the sizes and locations for each entry in the ending cast roll of EarthBound. This does not include entries that change based on player character names, such as "Paula's Dad."

Format

[AA AA BB]

[AA AA] - Offset, in 8x16 tiles, of the entry in big endian format, with 30 corresponding to the tile at 2130FA.

[BB] - The number of 8x16 pixel blocks in the entry