Macros | |
| #define | NAMESPACE speech_bubble |
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 |
| #define NAMESPACE speech_bubble |
Referenced by render_conversation_prompt().
| INCLUDE_IMG | ( | "speech_bubble.png" | , |
| speech_bubble_img | ) |
| INCLUDE_PAL | ( | "speech_bubble.pal" | , |
| speech_bubble_pal | ) |
Referenced by check_for_conversation_prompt().
Referenced by interact_speech_setup().
| BSS SpeechBubbleData SpeechBubble |
| SpeechBubbleData* SpeechBubblePtr = &SpeechBubble |
Referenced by appendGfx_speech_bubble(), interact_speech_setup(), and interact_speech_update().