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/Map Data/Tile Animation Properties Table

From Data Crystal
< EarthBound
Revision as of 04:53, 24 December 2023 by Esorth (talk | contribs) (Esorth moved page EarthBound:Map Data:Freakish Tile Animation Table to EarthBound:Map Data:Tile Animation Properties Table: More accurate name (and not sure what "freakish" was ever supposed to mean here))
Jump to navigation Jump to search

This is a sub-page of EarthBound/Map Data.

Freakish Tile Animation Table
Game EarthBound
Start Address 0x2F146B
End Address 0x2F153E
# of Entries 20
Entry Length 1 or 9 bytes (0x1 or 0x9)
Total Length 211 bytes (0xD3)
Back to the ROM map

The Freakish Map Animation table controls the animation of map tiles in EarthBound. Each entry represents one map graphics tileset (not map tileset).

Format

[ZZ] (AA BB CC DD EE FF GG HH)
  • ZZ: Number of AA-HH clusters to follow
  • AA: Frames of animation per cycle
  • BB: Time per frame (1/60 second format)
  • CC: ? - Vertical graphics offset (shift tile up C/2 pixels)
    Has an effect on the sequence used (horizontal rather than vertical?)
  • DD: ? - Increasing values delete an increasing amount of map tiles
  • EE: ? - Vertical graphics offset (shift tile up C/2 pixels - 0x20 = full tile)
  • FF: ? - Changes the tiles being used?
  • G?: Tile number in static tileset to start overwriting with animation effects
  • ?G: Vertical graphics offset (shift tile down G pixels)
  • HH: ? - Changes the tiles being used?

See Also

External Links