Macros | |
#define | MAP_TITLE_X 56 |
#define | MAP_TITLE_WIDTH 180 |
Functions | |
void | pause_map_draw_contents (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
void | pause_map_draw_title (MenuPanel *menu, s32 baseX, s32 baseY, s32 width, s32 height, s32 opacity, s32 darkening) |
void | pause_map_init (MenuPanel *tab) |
void | pause_map_handle_input (MenuPanel *tab) |
void | pause_map_update (MenuPanel *tab) |
void | pause_map_cleanup (MenuPanel *tab) |
void | pause_map_calc_path_points (PauseMapSpace *space) |
void | pause_map_draw_border_arrows (s32 imageIndex, s32 x, s32 y) |
Variables | |
Gfx | PauseGfxWorldMap [] |
Gfx | PauseGfxPathPoints [] |
Gfx | PauseGfxArrows [] |
u8 | pause_world_map_png [] |
HudScript * | PauseMapHudScripts [] = { &HES_MapWalk0 } |
s32 | D_8024FA34 = -1 |
s32 | PauseMapArrowWobble [] = { 0, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 0 } |
MenuWindowBP | PauseMapWindowBPs [] |
MenuPanel | gPausePanelMap |
#define MAP_TITLE_WIDTH 180 |
#define MAP_TITLE_X 56 |
void pause_map_calc_path_points | ( | PauseMapSpace * | space | ) |
void pause_map_cleanup | ( | MenuPanel * | tab | ) |
void pause_map_draw_border_arrows | ( | s32 | imageIndex, |
s32 | x, | ||
s32 | y ) |
Referenced by pause_map_draw_contents().
void pause_map_draw_contents | ( | MenuPanel * | menu, |
s32 | baseX, | ||
s32 | baseY, | ||
s32 | width, | ||
s32 | height, | ||
s32 | opacity, | ||
s32 | darkening ) |
void pause_map_draw_title | ( | MenuPanel * | menu, |
s32 | baseX, | ||
s32 | baseY, | ||
s32 | width, | ||
s32 | height, | ||
s32 | opacity, | ||
s32 | darkening ) |
void pause_map_handle_input | ( | MenuPanel * | tab | ) |
void pause_map_init | ( | MenuPanel * | tab | ) |
void pause_map_update | ( | MenuPanel * | tab | ) |
s32 D_8024FA34 = -1 |
MenuPanel gPausePanelMap |
|
extern |
Referenced by pause_map_draw_contents().
|
extern |
Referenced by pause_map_draw_contents().
|
extern |
Referenced by pause_map_draw_contents().
|
extern |
Referenced by pause_map_draw_contents().
s32 PauseMapArrowWobble[] = { 0, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 0 } |
Referenced by pause_map_draw_contents().
HudScript* PauseMapHudScripts[] = { &HES_MapWalk0 } |
Referenced by pause_map_init().
MenuWindowBP PauseMapWindowBPs[] |
Referenced by pause_map_init().