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 |
void state_drawUI_intro | ( | void | ) |
void state_init_intro | ( | void | ) |
Referenced by state_step_intro().
void state_step_intro | ( | void | ) |
BSS s32 D_800A0964 |
Referenced by state_init_intro(), and state_step_intro().
BSS s32 IntroEnableDrawFrameDelay |
Referenced by state_step_intro().
BSS s16 IntroFadeColorB |
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFadeColorG |
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFadeColorR |
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroFrontFadeAlpha |
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroOverlayAlpha |
Referenced by state_init_intro(), and state_step_intro().
BSS s16 IntroOverlayDelta |
Referenced by state_init_intro(), and state_step_intro().
BSS s32 IntroOverlayType |
Referenced by state_init_intro(), and state_step_intro().