Starting message enum

This commit is contained in:
roeming
2025-06-19 15:34:57 -04:00
parent 3548520687
commit 3dd3cffc3c
5 changed files with 32 additions and 12 deletions
+19
View File
@@ -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