mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-08 12:16:19 -04:00
Starting message enum
This commit is contained in:
@@ -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