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: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(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 (Add header/footer stuff)
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]]

Revision as of 01:33, 1 June 2023

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