Go to the source code of this file.
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] |
| 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 | ) |
Definition at line 212 of file curtains.c.
Referenced by load_engine_data(), and state_step_startup().
Definition at line 223 of file curtains.c.
Referenced by gfx_draw_frame().
Definition at line 285 of file curtains.c.
Referenced by btl_state_update_normal_start(), state_init_intro(), state_step_exit_file_select(), and state_step_logos().
Definition at line 289 of file curtains.c.
Referenced by state_step_logos(), state_step_startup(), and state_step_title_screen().
| void set_curtain_draw_callback | ( | UNK_FUN_PTR(callback) | ) |
Definition at line 294 of file curtains.c.
Definition at line 298 of file curtains.c.
Referenced by state_init_intro(), state_step_intro(), and state_step_logos().
Definition at line 302 of file curtains.c.
Referenced by state_step_logos(), state_step_startup(), and state_step_title_screen().
| Gfx D_800746E0[] |
| Gfx D_80075730[] |
Definition at line 23 of file curtains.c.
| Gfx D_800758A0[] |
Definition at line 34 of file curtains.c.
| Gfx TheaterWallShadowsGfx[] |
Definition at line 51 of file curtains.c.
| Gfx TheaterCurtainGfx[] |
Definition at line 62 of file curtains.c.
| Gfx TheaterInsetShadowsGfx[] |
Definition at line 81 of file curtains.c.
| Gfx TheaterFloorGfx[] |
Definition at line 93 of file curtains.c.
| Gfx TheaterRightWallGfx[] |
Definition at line 115 of file curtains.c.
| Gfx TheaterLeftWallGfx[] |
Definition at line 127 of file curtains.c.
| Gfx TheaterGfx[] |
Definition at line 139 of file curtains.c.
Referenced by render_curtains().
| Vp TheaterViewport |
Definition at line 149 of file curtains.c.
| Gfx TheaterInitGfx[] |
Definition at line 156 of file curtains.c.
Referenced by render_curtains().
| Gfx NoControllerSetupTexGfx[] |
Definition at line 178 of file curtains.c.
Referenced by render_curtains().
| Gfx NoControllerGfx[] |
Definition at line 199 of file curtains.c.
Referenced by render_curtains().
Definition at line 205 of file curtains.c.
Referenced by initialize_curtains(), render_curtains(), and set_curtain_scale().
Definition at line 206 of file curtains.c.
Referenced by initialize_curtains(), render_curtains(), set_curtain_scale(), and set_curtain_scale_goal().
Definition at line 207 of file curtains.c.
Referenced by initialize_curtains(), render_curtains(), and set_curtain_fade().
Definition at line 208 of file curtains.c.
Referenced by initialize_curtains(), render_curtains(), set_curtain_fade(), and set_curtain_fade_goal().
Definition at line 210 of file curtains.c.
Referenced by render_curtains().