Go to the source code of this file.
Enumerations | |
enum | IntroStates { INTRO_INIT = 0x00000000 , INTRO_DISABLE_DRAW_FRAME = 0x00000001 , INTRO_LOAD_MAP = 0x00000002 , INTRO_AWAIT_MAIN = 0x00000003 , INTRO_FADE_IN = 0x00000004 , INTRO_ENABLE_DRAW_FRAME = 0x00000015 } |
Functions | |
void | state_init_intro (void) |
void | state_step_intro (void) |
void | state_drawUI_intro (void) |
Variables | |
BSS s32 | IntroEnableDrawFrameDelay |
BSS s16 | IntroOverlayAlpha |
BSS s16 | IntroFrontFadeAlpha |
BSS s16 | IntroOverlayDelta |
BSS s16 | IntroFadeColorR |
BSS s16 | IntroFadeColorG |
BSS s16 | IntroFadeColorB |
BSS s32 | IntroOverlayType |
BSS s32 | D_800A0964 |
enum IntroStates |
Enumerator | |
---|---|
INTRO_INIT | |
INTRO_DISABLE_DRAW_FRAME | |
INTRO_LOAD_MAP | |
INTRO_AWAIT_MAIN | |
INTRO_FADE_IN | |
INTRO_ENABLE_DRAW_FRAME |
Definition at line 7 of file state_intro.c.
void state_init_intro | ( | void | ) |
Definition at line 26 of file state_intro.c.
Referenced by state_step_intro().
void state_step_intro | ( | void | ) |
Definition at line 92 of file state_intro.c.
void state_drawUI_intro | ( | void | ) |
Definition at line 257 of file state_intro.c.
BSS s32 IntroEnableDrawFrameDelay |
Definition at line 16 of file state_intro.c.
Referenced by state_step_intro().
BSS s16 IntroOverlayAlpha |
Definition at line 17 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFrontFadeAlpha |
Definition at line 18 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroOverlayDelta |
Definition at line 19 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFadeColorR |
Definition at line 20 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFadeColorG |
Definition at line 21 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFadeColorB |
Definition at line 22 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s32 IntroOverlayType |
Definition at line 23 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
BSS s32 D_800A0964 |
Definition at line 24 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().