diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index f4d99630..a3669412 100644 --- a/src/defines.h +++ b/src/defines.h @@ -152,6 +152,7 @@ enum { PGMSG_ATTACK = 0x0290, // W being id GPMSG_BEING_ATTACK = 0x0291, // W being id, B direction, B attacktype PGMSG_USE_SPECIAL = 0x0292, // B specialID + GPMSG_SPECIAL_STATUS = 0x0293, // { B specialID, L current, L max, L recharge } PGMSG_SAY = 0x02A0, // S text GPMSG_SAY = 0x02A1, // W being id, S text GPMSG_NPC_CHOICE = 0x02B0, // W being id, { S text }* |