Go to the source code of this file.
Enumerations | |
| enum | { SPEECH_BUBBLE_APPEAR = 0 , SPEECH_BUBBLE_HOLD = 1 , SPEECH_BUBBLE_IDLE = 2 , SPEECH_BUBBLE_VANISH = 3 } |
Functions | |
| INCLUDE_IMG ("speech_bubble.png", speech_bubble_img) | |
| INCLUDE_PAL ("speech_bubble.pal", speech_bubble_pal) | |
| void | interact_speech_update (void) |
| void | interact_speech_setup (void) |
| void | appendGfx_speech_bubble (void) |
Variables | |
| BSS SpeechBubbleData | SpeechBubble |
| SpeechBubbleData * | SpeechBubblePtr = &SpeechBubble |
| Enumerator | |
|---|---|
| SPEECH_BUBBLE_APPEAR | |
| SPEECH_BUBBLE_HOLD | |
| SPEECH_BUBBLE_IDLE | |
| SPEECH_BUBBLE_VANISH | |
Definition at line 6 of file speech_bubble.c.
| INCLUDE_IMG | ( | "speech_bubble.png" | , |
| speech_bubble_img | ) |
| INCLUDE_PAL | ( | "speech_bubble.pal" | , |
| speech_bubble_pal | ) |
Definition at line 80 of file speech_bubble.c.
Referenced by interact_speech_setup().
Definition at line 25 of file speech_bubble.c.
Referenced by check_for_conversation_prompt().
Definition at line 48 of file speech_bubble.c.
Referenced by render_conversation_prompt().
| BSS SpeechBubbleData SpeechBubble |
Definition at line 18 of file speech_bubble.c.
| SpeechBubbleData* SpeechBubblePtr = &SpeechBubble |
Definition at line 19 of file speech_bubble.c.
Referenced by appendGfx_speech_bubble(), interact_speech_setup(), and interact_speech_update().