Macros | |
#define | UI_NO_CONTROLLER_SIZE (ui_no_controller_png_width * ui_no_controller_png_height) |
Functions | |
INCLUDE_IMG ("theater/walls.png", theater_walls_png) | |
INCLUDE_IMG ("theater/curtains.png", theater_curtains_png) | |
INCLUDE_IMG ("theater/floor.png", theater_floor_png) | |
INCLUDE_PAL ("theater/floor.pal", theater_floor_pal) | |
INCLUDE_IMG ("ui/no_controller.png", ui_no_controller_png) | |
BSS | UNK_FUN_PTR (gCurtainDrawCallback) |
void | initialize_curtains (void) |
void | update_curtains (void) |
void | render_curtains (void) |
void | set_curtain_scale_goal (f32 scale) |
void | set_curtain_scale (f32 scale) |
void | set_curtain_draw_callback (UNK_FUN_PTR(callback)) |
void | set_curtain_fade_goal (f32 fade) |
void | set_curtain_fade (f32 fade) |
Variables | |
Gfx | D_800746E0 [] |
Gfx | D_80075730 [] |
Gfx | D_800758A0 [] |
Gfx | TheaterWallShadowsGfx [] |
Gfx | TheaterCurtainGfx [] |
Gfx | TheaterInsetShadowsGfx [] |
Gfx | TheaterFloorGfx [] |
Gfx | TheaterRightWallGfx [] |
Gfx | TheaterLeftWallGfx [] |
Gfx | TheaterGfx [] |
Vp | TheaterViewport |
Gfx | TheaterInitGfx [] |
Gfx | NoControllerSetupTexGfx [] |
Gfx | NoControllerGfx [] |
BSS f32 | gCurtainScale |
BSS f32 | gCurtainScaleGoal |
BSS f32 | gCurtainFade |
BSS f32 | gCurtainFadeGoal |
BSS Mtx | D_8009BAA8 [2] |
#define UI_NO_CONTROLLER_SIZE (ui_no_controller_png_width * ui_no_controller_png_height) |
Referenced by render_curtains().
INCLUDE_IMG | ( | "theater/curtains.png" | , |
theater_curtains_png | ) |
INCLUDE_IMG | ( | "theater/floor.png" | , |
theater_floor_png | ) |
INCLUDE_IMG | ( | "theater/walls.png" | , |
theater_walls_png | ) |
INCLUDE_IMG | ( | "ui/no_controller.png" | , |
ui_no_controller_png | ) |
INCLUDE_PAL | ( | "theater/floor.pal" | , |
theater_floor_pal | ) |
void initialize_curtains | ( | void | ) |
Referenced by load_engine_data(), and state_step_startup().
void render_curtains | ( | void | ) |
Referenced by gfx_draw_frame().
void set_curtain_draw_callback | ( | UNK_FUN_PTR(callback) | ) |
void set_curtain_fade | ( | f32 | fade | ) |
Referenced by state_step_logos(), and state_step_title_screen().
void set_curtain_fade_goal | ( | f32 | fade | ) |
Referenced by state_init_intro(), state_step_intro(), and state_step_logos().
void set_curtain_scale | ( | f32 | scale | ) |
Referenced by state_step_logos(), and state_step_title_screen().
void set_curtain_scale_goal | ( | f32 | scale | ) |
Referenced by btl_state_update_normal_start(), state_init_intro(), state_step_exit_file_select(), and state_step_logos().
BSS UNK_FUN_PTR | ( | gCurtainDrawCallback | ) |
void update_curtains | ( | void | ) |
Referenced by step_game_loop().
Gfx D_800746E0[] |
Gfx D_80075730[] |
Gfx D_800758A0[] |
BSS Mtx D_8009BAA8[2] |
Referenced by render_curtains().
BSS f32 gCurtainFade |
Referenced by initialize_curtains(), render_curtains(), and set_curtain_fade().
BSS f32 gCurtainFadeGoal |
Referenced by initialize_curtains(), render_curtains(), set_curtain_fade(), and set_curtain_fade_goal().
BSS f32 gCurtainScale |
Referenced by initialize_curtains(), render_curtains(), and set_curtain_scale().
BSS f32 gCurtainScaleGoal |
Referenced by initialize_curtains(), render_curtains(), set_curtain_scale(), and set_curtain_scale_goal().
Gfx NoControllerGfx[] |
Referenced by render_curtains().
Gfx NoControllerSetupTexGfx[] |
Referenced by render_curtains().
Gfx TheaterCurtainGfx[] |
Gfx TheaterFloorGfx[] |
Gfx TheaterGfx[] |
Referenced by render_curtains().
Gfx TheaterInitGfx[] |
Referenced by render_curtains().
Gfx TheaterInsetShadowsGfx[] |
Gfx TheaterLeftWallGfx[] |
Gfx TheaterRightWallGfx[] |
Vp TheaterViewport |
Gfx TheaterWallShadowsGfx[] |