Fonctions | |
void | PA_InitBgTransEx (u8 screen, u8 bg) |
Initialise le systeme BgTrans sur le fond 0. | |
void | PA_InitBgTrans (u8 screen) |
Initialise le systeme BgTrans sur le fond 0. | |
void | PA_BgTransUpDown (u8 screen, u16 type, u8 vflip, s16 state) |
Effet de transition en Haut/Bas. | |
void | PA_BgTransLeftRight (u8 screen, u16 type, u8 hflip, s16 state) |
Effet de transition en Gauche/Droite. | |
void | PA_BgTransDiag (u8 screen, u16 type, u8 hflip, u8 vflip, s16 state) |
Effet de transition en diagonale. | |
void | PA_BgTransCenter (u8 screen, u16 type, u8 invert, s16 state) |
Effet de transition depuis le centre. |
void PA_BgTransCenter | ( | u8 | screen, | |
u16 | type, | |||
u8 | invert, | |||
s16 | state | |||
) |
Effet de transition depuis le centre.
screen | Choix de l'écran (0 ou 1) | |
type | Type de transition... (0-4). Utiliser TRANS_ROUND, TRANS_DIAMOND , TRANS_CROSS, TRANS_LINES, ou TRANS_STAR | |
invert | Inverser dedans/dehors | |
state | Etat, de 0 à TRANS_LENGTH. 0 pour visible, TRANS_LENGTH pour invisible... |
void PA_BgTransDiag | ( | u8 | screen, | |
u16 | type, | |||
u8 | hflip, | |||
u8 | vflip, | |||
s16 | state | |||
) |
Effet de transition en diagonale.
screen | Choix de l'écran (0 ou 1) | |
type | Type de transition... (0-4). Utiliser TRANS_ROUND, TRANS_DIAMOND , TRANS_CROSS, TRANS_LINES, ou TRANS_STAR | |
hflip | Flip horizontal... | |
vflip | Flip vertical... | |
state | Etat, de 0 à TRANS_LENGTH. 0 pour visible, TRANS_LENGTH pour invisible... |
void PA_BgTransLeftRight | ( | u8 | screen, | |
u16 | type, | |||
u8 | hflip, | |||
s16 | state | |||
) |
Effet de transition en Gauche/Droite.
screen | Choix de l'écran (0 ou 1) | |
type | Type de transition... (0-4). Utiliser TRANS_ROUND, TRANS_DIAMOND , TRANS_CROSS, TRANS_LINES, ou TRANS_STAR | |
hflip | Flip horizontal... | |
state | Etat, de 0 à TRANS_LENGTH. 0 pour visible, TRANS_LENGTH pour invisible... |
void PA_BgTransUpDown | ( | u8 | screen, | |
u16 | type, | |||
u8 | vflip, | |||
s16 | state | |||
) |
Effet de transition en Haut/Bas.
screen | Choix de l'écran (0 ou 1) | |
type | Type de transition... (0-4). Utiliser TRANS_ROUND, TRANS_DIAMOND , TRANS_CROSS, TRANS_LINES, ou TRANS_STAR | |
vflip | Flip vertical... | |
state | Etat, de 0 à TRANS_LENGTH. 0 pour visible, TRANS_LENGTH pour invisible... |
inline void PA_InitBgTrans | ( | u8 | screen | ) | [inline] |
Initialise le systeme BgTrans sur le fond 0.
screen | Choix de l'écran (0 ou 1) |
void PA_InitBgTransEx | ( | u8 | screen, | |
u8 | bg | |||
) |
Initialise le systeme BgTrans sur le fond 0.
screen | Choix de l'écran (0 ou 1) | |
bg | Fond (0-3) |