mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-22 22:24:16 -04:00
29 lines
678 B
C
29 lines
678 B
C
#ifndef M_MSG_DATA_H
|
|
#define M_MSG_DATA_H
|
|
|
|
#include "types.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define MSG_CARPETPEDDLER_START 0x048A
|
|
#define MSG_TOTAKEKE_START 0x1B93
|
|
#define MSG_SANTA_WISH_FTR 0x2B54
|
|
#define MSG_SANTA_WISH_WALL 0x2B55
|
|
#define MSG_SANTA_WISH_CARPET 0x2B56
|
|
#define MSG_SANTA_WISH_CLOTH 0x2B57
|
|
#define MSG_SONCHO_EVENTS 0x3280
|
|
#define MSG_SONCHO_EVENTS_COUNT 10
|
|
#define MSG_HARVEST_FESTIVAL 0x3391
|
|
#define MSG_SONCHO_LIGHTHOUSE_1 0x33f4
|
|
#define MSG_SONCHO_LIGHTHOUSE_2 0x340b
|
|
|
|
#define MSG_MAX 0x3F91 /* Maximum message id */
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|