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
|
nuContPakCodeSetFormatvoid nuContPakCodeSet(u8* companyCode, u8* gameCode) Arguments
none What This Function Does It sets the company code and game code by registering them in the Controller Manager. The company and game codes are found among the attributes in the Controller Pak's game note. Once they are registered, the company code and game code can be used to gain access to the game note. The company code is specified with 2-byte ASCII code and the game code with 4-byte ASCII code.
|