diff options
Diffstat (limited to 'src/net/tmwa/protocol.h')
-rw-r--r-- | src/net/tmwa/protocol.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/net/tmwa/protocol.h b/src/net/tmwa/protocol.h index ea3d430e..e50948c5 100644 --- a/src/net/tmwa/protocol.h +++ b/src/net/tmwa/protocol.h @@ -60,6 +60,23 @@ enum SPRITE_VECTOREND }; +enum NpcCommand +{ + NPC_REQUEST_LANG = 0, + NPC_CAMERA_ACTOR = 1, + NPC_CAMERA_POS = 2, + NPC_CAMERA_RESTORE = 3, + NPC_CAMERA_RELATIVE = 4, + NPC_CLOSE_DIALOG = 5, + NPC_SHOW_AVATAR = 6, + NPC_SET_AVATAR_DIRECTION = 7, + NPC_SET_AVATAR_ACTION = 8, + NPC_CLEAR_DIALOG = 9, + NPC_REQUEST_ITEM = 10, + NPC_REQUEST_ITEM_INDEX = 11, + NPC_REQUEST_ITEMS = 12, +}; + static const int INVENTORY_OFFSET = 2; static const int STORAGE_OFFSET = 1; |