Go to the source code of this file.
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 |
Enumerator | |
---|---|
PULSE_STONE_APPEAR | |
PULSE_STONE_OVERSHOOT | |
PULSE_STONE_HOLD |
Definition at line 14 of file pulse_stone.c.
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 | ) |
Definition at line 154 of file pulse_stone.c.
Referenced by pulse_stone_notification_setup().
s32 should_cancel_pulse_stone | ( | void | ) |
Definition at line 31 of file pulse_stone.c.
Referenced by should_continue_pulse_stone().
s32 should_continue_pulse_stone | ( | void | ) |
Definition at line 49 of file pulse_stone.c.
Referenced by pulse_stone_notification_update().
Definition at line 71 of file pulse_stone.c.
Referenced by check_for_pulse_stone().
Definition at line 82 of file pulse_stone.c.
Referenced by render_pulse_stone_icon().
BSS PulseStoneData PulseStoneNotification |
Definition at line 26 of file pulse_stone.c.
PulseStoneData* PulseStonePtr = &PulseStoneNotification |
Definition at line 27 of file pulse_stone.c.
Referenced by appendGfx_pulse_stone_icon(), pulse_stone_notification_setup(), and pulse_stone_notification_update().