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
|
nuContPakJisToN64Formatvoid nuContPakJisToN64(u8* src, u8* dest, u32 len) Arguments
none What This Function Does It converts JIS code into N64 font code. The JIS code character string pointed to by src is converted into N64 font code and stored in the string pointed to by dest. The len argument is the length of the character string pointed to by src. The 2-byte katakana characters with voiced and semi-voiced consonant markers are converted into the corresponding 1-byte N64 font codes. See Also nuContPakN64ToJis
|