Function


nuContPakCodeSet

Syntax:
void nuContPakCodeSet(u8* companyCode, u8* gameCode)
Arguments:
*companyCode	Company code
*gameCode	Game code
Return Value:
None
Explanation:

Stores the company code and the game code

Registers in the Controller Manager the company code and game code, which are among the attributes when the Controller Pak game note is accessed. After that, game note access is performed using the stored company code and game code.

The company code is specified with 2 bytes of ASCII code and the game code with 4 bytes.