Go to the source code of this file.
Functions | |
| void | pause_spirits_draw_contents (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
| void | pause_spirits_draw_title (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
| void | pause_spirits_init (MenuPanel *panel) |
| void | pause_spirits_handle_input (MenuPanel *panel) |
| void | pause_spirits_update (MenuPanel *panel) |
| void | pause_spirits_cleanup (MenuPanel *panel) |
Variables | |
| Gfx | PauseGfxSpiritsBg [] |
| s8 | pause_spirits_bg_png [] |
| Vp | gPauseSpiritsViewport |
| s32 | gPauseSpiritsSpriteAnims [][4] |
| s8 | gPauseSpiritsGridData [] |
| Vec2i | gPauseSpiritsPositions [] |
| s32 | gPauseSpiritsDrawOrder [] = { 6, 0, 1, 5, 2, 4, 3 } |
| Vec2i | gPauseSpiritsCursorPositions [] |
| MenuWindowBP | gPauseSpiritsWindowsBPs [] |
| MenuPanel | gPausePanelSpirits |
| void pause_spirits_draw_contents | ( | MenuPanel * | menu, |
| s32 | baseX, | ||
| s32 | baseY, | ||
| s32 | width, | ||
| s32 | height, | ||
| s32 | opacity, | ||
| s32 | darkening ) |
Definition at line 146 of file pause_spirits.c.
| void pause_spirits_draw_title | ( | MenuPanel * | menu, |
| s32 | baseX, | ||
| s32 | baseY, | ||
| s32 | width, | ||
| s32 | height, | ||
| s32 | opacity, | ||
| s32 | darkening ) |
Definition at line 245 of file pause_spirits.c.
Definition at line 258 of file pause_spirits.c.
Definition at line 279 of file pause_spirits.c.
Definition at line 378 of file pause_spirits.c.
Definition at line 390 of file pause_spirits.c.
|
extern |
Definition at line 325 of file pause_gfx.c.
Referenced by pause_spirits_draw_contents().
|
extern |
Referenced by pause_spirits_draw_contents().
| Vp gPauseSpiritsViewport |
Definition at line 27 of file pause_spirits.c.
Referenced by pause_spirits_draw_contents().
| s32 gPauseSpiritsSpriteAnims[][4] |
Definition at line 33 of file pause_spirits.c.
Referenced by pause_spirits_init(), and pause_spirits_update().
| s8 gPauseSpiritsGridData[] |
Definition at line 77 of file pause_spirits.c.
| Vec2i gPauseSpiritsPositions[] |
Definition at line 81 of file pause_spirits.c.
Referenced by pause_spirits_draw_contents().
| s32 gPauseSpiritsDrawOrder[] = { 6, 0, 1, 5, 2, 4, 3 } |
Definition at line 90 of file pause_spirits.c.
Referenced by pause_spirits_draw_contents().
| Vec2i gPauseSpiritsCursorPositions[] |
Definition at line 91 of file pause_spirits.c.
Referenced by pause_spirits_draw_contents().
| MenuWindowBP gPauseSpiritsWindowsBPs[] |
Definition at line 100 of file pause_spirits.c.
Referenced by pause_spirits_init().
| MenuPanel gPausePanelSpirits |
Definition at line 130 of file pause_spirits.c.