al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
nosLoadFontFormatvoid nosLoadFont(u16 *font_buf); What This Tool Does It expands font data in memory. Specifically, it expands, compresses, and stores character font data in RAM and enables the application to be used. This expansion is performed in the order of the N64 font codes. The starting address of the expanded buffer is pointed to by the font_buf argument. The required buffer sizes are:
The N64 font code, which is the order in which the character font is arranged, is shown in the N64 Programming Manual.
|