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 | ) |
Referenced by load_engine_data(), and state_step_startup().
Referenced by gfx_draw_frame().
| void set_curtain_draw_callback | ( | UNK_FUN_PTR(callback) | ) |
Referenced by state_step_logos(), and state_step_title_screen().
Referenced by state_init_intro(), state_step_intro(), and state_step_logos().
Referenced by state_step_logos(), and state_step_title_screen().
Referenced by btl_state_update_normal_start(), state_init_intro(), state_step_exit_file_select(), and state_step_logos().
| BSS UNK_FUN_PTR | ( | gCurtainDrawCallback | ) |
Referenced by step_game_loop().
| Gfx D_800746E0[] |
| Gfx D_80075730[] |
| Gfx D_800758A0[] |
Referenced by render_curtains().
Referenced by initialize_curtains(), render_curtains(), and set_curtain_fade().
Referenced by initialize_curtains(), render_curtains(), set_curtain_fade(), and set_curtain_fade_goal().
Referenced by initialize_curtains(), render_curtains(), and set_curtain_scale().
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[] |