Data Structures | |
struct | InspectIconData |
Macros | |
#define | NAMESPACE inspect_icon |
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) |
MATCHING_BSS (0x30) | |
Variables | |
BSS InspectIconData | InspectIcon |
InspectIconData * | InspectIconPtr = &InspectIcon |
struct InspectIconData |
#define NAMESPACE inspect_icon |
Referenced by render_interact_prompt().
INCLUDE_IMG | ( | "inspect_icon.png" | , |
inspect_icon_img | ) |
INCLUDE_PAL | ( | "inspect_icon.pal" | , |
inspect_icon_pal | ) |
Referenced by interact_inspect_update().
Referenced by check_for_interactables().
Referenced by interact_inspect_setup().
MATCHING_BSS | ( | 0x30 | ) |
Referenced by interact_inspect_update().
Referenced by interact_inspect_dismiss(), and interact_inspect_update().
BSS InspectIconData InspectIcon |
InspectIconData* InspectIconPtr = &InspectIcon |