mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-07 12:03:27 -04:00
Starting message enum
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "m_play_h.h"
|
||||
#include "m_lib.h"
|
||||
#include "m_scene.h"
|
||||
#include "m_msg_enum.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
#ifndef M_MSG_ENUM_H
|
||||
#define M_MSG_ENUM_H
|
||||
|
||||
#define MSG_SHOP_OPEN 1997
|
||||
#define MSG_SHOP_CLOSED_NORMAL 1998
|
||||
|
||||
#define MSG_SHOP_SPECIAL_PREEVENT 2002
|
||||
|
||||
#define MSG_REUSED_SOLD_OUT 2005
|
||||
#define MSG_RAFFLE_TIME_ANNOUNCE 2006
|
||||
#define MSG_RAFFLE_ENDED 2007
|
||||
|
||||
#define MSG_SHOP_RENEW 2008
|
||||
#define MSG_SHOP_CLOSED_ENDEVENT 2009
|
||||
|
||||
#define MSG_HEM_INTRO 11344
|
||||
#define MSG_HEM_GOLD_AXE1 11345
|
||||
|
||||
#endif // !M_MSG_ENUM_H
|
||||
Reference in New Issue
Block a user