Functions | |
void | startup_set_fade_screen_alpha (s16 alpha) |
void | startup_set_fade_screen_color (s16 color) |
b32 | startup_fade_screen_in (s16 subtractAlpha) |
b32 | startup_fade_screen_out (s16 addAlpha) |
void | startup_fade_screen_update (void) |
b32 startup_fade_screen_in | ( | s16 | subtractAlpha | ) |
Referenced by state_step_logos(), and state_step_title_screen().
b32 startup_fade_screen_out | ( | s16 | addAlpha | ) |
Referenced by state_step_intro(), state_step_logos(), and state_step_title_screen().
void startup_fade_screen_update | ( | void | ) |
void startup_set_fade_screen_alpha | ( | s16 | alpha | ) |
Referenced by btl_update(), state_init_intro(), state_init_logos(), state_step_demo(), and state_step_logos().
void startup_set_fade_screen_color | ( | s16 | color | ) |
Referenced by btl_update(), state_init_intro(), state_init_logos(), state_step_demo(), state_step_logos(), and state_step_title_screen().