#include <nitro/snd.h>
s16 SND_GetPlayerGlobalVariable( int varNo );
This function gets the value of the sequence global variable.
The sequence global variable's initial value is -1. The variable is initialized when the system is initialized.
This function is carried out asynchronously with respect to ARM7 command functions. To achieve synchronization, you must use a function such as SND_IsFinishedCommandTag to confirm that ARM7 commands have finished processing.
2004/07/20 Initial version.
CONFIDENTIAL