#include <nitro/ctrdg.h>
BOOL IsAgbCartridge( void );
This function returns a BOOLEAN value to indicate if an AGB Game Pak is present.
However, this function will always return a value of FALSE after detecting the initial removal of a Game Pak. (This behavior is not limited to the AGB Game Pak.)
None.
Returns a value of TRUE if there is an AGB Game Pak. Otherwise, it returns a value of FALSE. This function will always return a value of FALSE after detecting the initial removal of a Game Pak.
CTRDG_Init, CTRDG_IsExisting, CTRDG_IsOptionCartridge
09/17/2004 Initial version