Data Structures | |
struct | PulseStoneData |
Enumerations | |
enum | { PULSE_STONE_APPEAR = 0 , PULSE_STONE_OVERSHOOT = 1 , PULSE_STONE_HOLD = 2 } |
Functions | |
INCLUDE_IMG ("pulse_stone_icon.png", pulse_stone_icon_img) | |
INCLUDE_PAL ("pulse_stone_icon.pal", pulse_stone_icon_1_pal) | |
INCLUDE_PAL ("pulse_stone_icon.flash.pal", pulse_stone_icon_2_pal) | |
void | pulse_stone_notification_update (void) |
s32 | should_cancel_pulse_stone (void) |
s32 | should_continue_pulse_stone (void) |
void | pulse_stone_notification_setup (void) |
void | appendGfx_pulse_stone_icon (void) |
Variables | |
BSS PulseStoneData | PulseStoneNotification |
PulseStoneData * | PulseStonePtr = &PulseStoneNotification |
struct PulseStoneData |
Referenced by render_pulse_stone_icon().
INCLUDE_IMG | ( | "pulse_stone_icon.png" | , |
pulse_stone_icon_img | ) |
INCLUDE_PAL | ( | "pulse_stone_icon.flash.pal" | , |
pulse_stone_icon_2_pal | ) |
INCLUDE_PAL | ( | "pulse_stone_icon.pal" | , |
pulse_stone_icon_1_pal | ) |
Referenced by check_for_pulse_stone().
Referenced by pulse_stone_notification_setup().
Referenced by should_continue_pulse_stone().
Referenced by pulse_stone_notification_update().
BSS PulseStoneData PulseStoneNotification |
PulseStoneData* PulseStonePtr = &PulseStoneNotification |