#include <nitro/ctrdg.h>
u32 CTRDG_GetAgbGameCode( void );
Returns AGB Game Pak's game code (initial code).
Returns FALSE when there is no Game Pak.
None.
Returns game code (initial code) when there is an AGB Game Pak. Otherwise returns FALSE.
Also, always returns FALSE after the Game Pak has been removed once.
CTRDG_Init, CTRDG_GetAgbMakerCode, CTRDG_IsAgbCartridge
10/04/2004 Initial version