Go to the source code of this file.
Data Structures | |
struct | InspectIconData |
Enumerations | |
enum | { INSPECT_ICON_APPEAR = 0 , INSPECT_ICON_HOLD = 1 , INSPECT_ICON_IDLE = 2 , INSPECT_ICON_VANISH = 3 } |
Functions | |
INCLUDE_IMG ("inspect_icon.png", inspect_icon_img) | |
INCLUDE_PAL ("inspect_icon.pal", inspect_icon_pal) | |
void | interact_inspect_update (void) |
void | interact_inspect_dismiss (void) |
void | interact_inspect_setup (void) |
void | appendGfx_interact_prompt (void) |
s32 | should_continue_inspect (void) |
void | update_inspect_icon_pos (void) |
Variables | |
s32 | D_8010C950 |
BSS InspectIconData | InspectIcon |
InspectIconData * | InspectIconPtr = &InspectIcon |
struct InspectIconData |
Enumerator | |
---|---|
INSPECT_ICON_APPEAR | |
INSPECT_ICON_HOLD | |
INSPECT_ICON_IDLE | |
INSPECT_ICON_VANISH |
Definition at line 23 of file inspect_icon.c.
INCLUDE_IMG | ( | "inspect_icon.png" | , |
inspect_icon_img | ) |
INCLUDE_PAL | ( | "inspect_icon.pal" | , |
inspect_icon_pal | ) |
Definition at line 197 of file inspect_icon.c.
Referenced by interact_inspect_setup().
Definition at line 268 of file inspect_icon.c.
Referenced by interact_inspect_update().
Definition at line 43 of file inspect_icon.c.
Referenced by check_for_interactables().
Definition at line 63 of file inspect_icon.c.
Referenced by render_interact_prompt().
s32 should_continue_inspect | ( | void | ) |
Definition at line 97 of file inspect_icon.c.
Referenced by interact_inspect_update().
Definition at line 162 of file inspect_icon.c.
Referenced by interact_inspect_dismiss(), and interact_inspect_update().
|
extern |
Definition at line 36 of file 77480.c.
Referenced by func_800E06C0(), and interact_inspect_setup().
BSS InspectIconData InspectIcon |
Definition at line 35 of file inspect_icon.c.
InspectIconData* InspectIconPtr = &InspectIcon |
Definition at line 36 of file inspect_icon.c.
Referenced by appendGfx_interact_prompt(), interact_inspect_setup(), interact_inspect_update(), and update_inspect_icon_pos().