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: Difference between revisions
Jump to navigation
Jump to search
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...) |
m (Xkeeper moved page EarthBound:Primary Font Table to EarthBound/Primary Font Table: normalize subpages and titles) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{subpage|game=EarthBound:ROM map}} | |||
{{Infobox table|name=Primary Font Table | {{Infobox table|name=Primary Font Table | ||
|game=EarthBound | |game=EarthBound | ||
Line 25: | Line 27: | ||
{{clear}} | {{clear}} | ||
[[Category:EarthBound|Primary Font Table]] |
Latest revision as of 02:41, 24 January 2024
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 |