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
|
nuContPakN64ToJisFormatvoid nuContPakN64ToJis(u8* src, u8* dest, u32 len) Arguments
none What This Function Does It converts N64 font code into JIS code. The N64 font code character string pointed to by src is converted into JIS code and stored in the location pointed to by dest. The len argument specifies the length of the character string pointed to by src. Katakana characters with voiced and semi-voiced consonant markers are 1 byte in N64 font code but must be converted into 2 bytes in JIS code (katakana + marker), so the character length of the string pointed to by dest is longer than the character string pointed to by src. See Also nuContPakJisToN64
|