Go to the source code of this file.
Macros | |
#define | LOGO_1_Y 89 |
#define | LOGO_2_Y 59 |
#define | N64_FADE_IN_TIME 40 |
Enumerations | |
enum | LogoStates { LOGOS_STATE_N64_FADE_IN = 0x0 , LOGOS_STATE_N64_HOLD = 0x1 , LOGOS_STATE_N64_FADE_OUT = 0x2 , LOGOS_STATE_NINTENDO_FADE_IN = 0x3 , LOGOS_STATE_NINTENDO_HOLD = 0x4 , LOGOS_STATE_NINTENDO_FADE_OUT = 0x5 , LOGOS_STATE_IS_FADE_IN = 0x6 , LOGOS_STATE_IS_HOLD_1 = 0x7 , LOGOS_STATE_IS_HOLD_2 = 0x8 , LOGOS_STATE_IS_FADE_OUT = 0x9 , LOGOS_STATE_CURTAINS_APPEAR = 0xA , LOGOS_STATE_CLEANUP = 0xB } |
Functions | |
void | appendGfx_intro_logos (void) |
void | state_init_logos (void) |
void | state_step_logos (void) |
void | state_drawUI_logos (void) |
Variables | |
s32 | D_800778C0 [] = { 0, 0 } |
Gfx | D_800778C8 [] |
Gfx | D_80077908 [] |
BSS u8 * | gLogosImages |
BSS u8 * | gLogosImage3 |
BSS u8 * | gLogosImage1 |
BSS u8 * | gLogosImage2 |
#define LOGO_1_Y 89 |
Definition at line 17 of file state_logos.c.
Referenced by appendGfx_intro_logos().
#define LOGO_2_Y 59 |
Definition at line 18 of file state_logos.c.
Referenced by appendGfx_intro_logos().
#define N64_FADE_IN_TIME 40 |
Definition at line 19 of file state_logos.c.
Referenced by state_step_logos().
enum LogoStates |
Definition at line 22 of file state_logos.c.
void appendGfx_intro_logos | ( | void | ) |
Definition at line 259 of file state_logos.c.
Referenced by state_drawUI_logos().
void state_init_logos | ( | void | ) |
Definition at line 66 of file state_logos.c.
void state_step_logos | ( | void | ) |
Definition at line 135 of file state_logos.c.
void state_drawUI_logos | ( | void | ) |
Definition at line 255 of file state_logos.c.
s32 D_800778C0[] = { 0, 0 } |
Definition at line 37 of file state_logos.c.
Gfx D_800778C8[] |
Definition at line 39 of file state_logos.c.
Gfx D_80077908[] |
Definition at line 50 of file state_logos.c.
Referenced by appendGfx_intro_logos().
BSS u8* gLogosImages |
Definition at line 61 of file state_logos.c.
Referenced by state_init_logos(), and state_step_logos().
BSS u8* gLogosImage3 |
Definition at line 62 of file state_logos.c.
Referenced by appendGfx_intro_logos(), and state_init_logos().
BSS u8* gLogosImage1 |
Definition at line 63 of file state_logos.c.
Referenced by appendGfx_intro_logos(), and state_init_logos().
BSS u8* gLogosImage2 |
Definition at line 64 of file state_logos.c.
Referenced by appendGfx_intro_logos(), and state_init_logos().