papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
Narrator.inc.c File Reference

Data Structures

struct  IntroMessage
 

Macros

#define INTRO_MSG_BLANK   -1
 

Enumerations

enum  {
  INTRO_MSG_STATE_APPEAR = 0 , INTRO_MSG_STATE_SHOWING = 1 , INTRO_MSG_STATE_VANISH = 2 , INTRO_MSG_STATE_DONE = 3 ,
  INTRO_MSG_STATE_BLANK = 4
}
 

Functions

void N UpdateIntroMessages (IntroMessage **introMessageLists)
 

Data Structure Documentation

◆ IntroMessage

struct IntroMessage
Data Fields
s32 duration
s32 messageID

Macro Definition Documentation

◆ INTRO_MSG_BLANK

#define INTRO_MSG_BLANK   -1

Referenced by UpdateIntroMessages().

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
INTRO_MSG_STATE_APPEAR 
INTRO_MSG_STATE_SHOWING 
INTRO_MSG_STATE_VANISH 
INTRO_MSG_STATE_DONE 
INTRO_MSG_STATE_BLANK 

Function Documentation

◆ UpdateIntroMessages()

void N UpdateIntroMessages ( IntroMessage ** introMessageLists)