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/Character Graphics Control Table

From Data Crystal
Jump to navigation Jump to search

This is a sub-page of EarthBound.

Character Graphics Control Table
Game EarthBound
Start Address 0x3F4B5
End Address 0x3F5C4
# of Entries 17
Entry Length 16(0x10)
Total Length 272 bytes (0x110)
Back to the ROM map

The Character Graphics Control Table stores which sprites are used by each playable character, including computer controlled ones, in various circumstances.

Format

Default Sprite

The number of the sprite to be used when a character is alive under normal circumstances.

Ghost Sprite

The number of the sprite to be used when a character has lost consciousness. While in the Lost Underworld, Tiny Ghost Sprite is used instead.

Ladder Sprite

The number of the sprite to be used when a character is climbing a ladder.

Rope Sprite

The number of the sprite to be used when a character is climbing a rope.

Tiny Sprite

The number of the sprite to be used for a character who is alive while in the Lost Underworld.

Tiny Ghost Sprite

The number of the sprite to be used while a character is unconscious in the Lost Underworld.

Robot Sprite

The number of the sprite to be used by a character after the party has been turned into robots.

Unknown

Two byes of unknown purpose. Always set to FF FF for all characters in the normal game.