Function
nuContPakFileFindJis(Macro)
Syntax:
void nuContPakFileFindJis(NUContPakFile *file, u8* noteName, u8* extName)
Arguments:
*file Controller Pak structure *noteName Note name (JIS) Terminal NULL (Converted to N64 font code 16 bytes) *extName Extension (JIS) Terminal NULL (Converted to N64 font code 1 byte)
Return Value:
None
Explanation:
Searches for game note
This works the same as the nuContPakFileFind function, except that the game note name and extension can be specified with JIS code. The conversion from JIS code to N64 font code is performed internally. At this time, the katakana daku-ten and handaku-ten characters are converted to the corresponding 1 byte N64 font codes. For details, see the explanation for the nuContPakFileFind function.
Reference: nuContPakOpen, nuContPakFileOpen, nuContPakFileOpenJis,
nuContPakFileFind