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
|
nuContPakFileReSizeJisFormatvoid nuContPakFileReSizeJis(NUContPakFile *file, u8* noteName, u8* extName, s32 size) Arguments
none What This Function Does It changes the size of the Controller Pak game note. This function has the same job as the nuContPakFileReSize function except that it can specify game note names and extensions with JIS code. The JIS code is converted to N64 font code internally. At this time, the katakana characters with voiced and semi-voiced consonant markers are converted into the corresponding 1-byte N64 font codes. For details please refer to the nuContPakFileReSize function. See Also nuContPakOpen nuContPakCodeSet nuContPakFileReSize nuContPakJisToN64 nuContPakN64ToJis
|