Data Structures | |
struct | ISpyNotification |
Enumerations | |
enum | { I_SPY_DELAY = 0 , I_SPY_APPEAR = 1 , I_SPY_OVERSHOOT = 2 , I_SPY_ANIMATE = 3 } |
Functions | |
INCLUDE_IMG ("ispy_icon.png", ispy_icon_img) | |
INCLUDE_PAL ("ispy_icon.pal", ispy_icon_1_pal) | |
INCLUDE_PAL ("ispy_icon.2.pal", ispy_icon_2_pal) | |
INCLUDE_PAL ("ispy_icon.3.pal", ispy_icon_3_pal) | |
void | ispy_notification_update (void) |
void | appendGfx_ispy_icon (void) |
void | ispy_notification_setup (void) |
Variables | |
BSS ISpyNotification | ISpyData |
ISpyNotification * | ISpyPtr = &ISpyData |
struct ISpyNotification |
Data Fields | ||
---|---|---|
s32 | alpha | |
s32 | flashCount | |
Vec3f | pos | |
f32 | scale | |
s32 | state | |
s32 | time | |
char | unk_10[8] | |
char | unk_1C[4] |
void appendGfx_ispy_icon | ( | void | ) |
Referenced by render_ispy_icon().
INCLUDE_IMG | ( | "ispy_icon.png" | , |
ispy_icon_img | ) |
INCLUDE_PAL | ( | "ispy_icon.2.pal" | , |
ispy_icon_2_pal | ) |
INCLUDE_PAL | ( | "ispy_icon.3.pal" | , |
ispy_icon_3_pal | ) |
INCLUDE_PAL | ( | "ispy_icon.pal" | , |
ispy_icon_1_pal | ) |
void ispy_notification_setup | ( | void | ) |
Referenced by check_for_ispy().
void ispy_notification_update | ( | void | ) |
Referenced by ispy_notification_setup().
BSS ISpyNotification ISpyData |
ISpyNotification* ISpyPtr = &ISpyData |
Referenced by appendGfx_ispy_icon(), ispy_notification_setup(), and ispy_notification_update().