If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
EarthBound/Primary Font Table
Jump to navigation
Jump to search
This is a sub-page of EarthBound.
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 |