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/Primary Font Table

From Data Crystal
< EarthBound
Revision as of 05:54, 26 August 2009 by Mr. Accident (talk | contribs) (New page: {{Infobox table|name=Primary Font Table |game=EarthBound |loc=ROM |start=$C3F054 (0x03F254) |end=$C3F08F (0x03F28F) |numentries=5 |entrylength=12 (0xC) |totallength=60 bytes (0x3C) }} The...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Primary Font Table
Game EarthBound
Start Address $C3F054 (0x03F254)
End Address $C3F08F (0x03F28F)
# of Entries 5
Entry Length 12 (0xC)
Total Length 60 bytes (0x3C)
Back to the ROM map

The Primary Font Table contains a listing of addresses of data pertaining to EarthBound's main fonts. Each entry consists of 12 bytes, as follows:


Offset Size Description
00 4 Pointer to font width table
04 4 Pointer to font character graphics data
08 2 Number of bytes of graphics data for each character
0A 2 Unknown