summaryrefslogtreecommitdiff
path: root/include/pso/TProtocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pso/TProtocol.h')
-rw-r--r--include/pso/TProtocol.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/pso/TProtocol.h b/include/pso/TProtocol.h
index 98976b7..ca80ffe 100644
--- a/include/pso/TProtocol.h
+++ b/include/pso/TProtocol.h
@@ -266,6 +266,20 @@ public:
void send_text_list();
// 0x61
void send_chara_data_v2(TPlyCharData &char_data, TPlyChallenge &challenge, TPlyChoiceSearchConfig &choice_search_config, TBlockedSenders &blocked_senders, TPlyText<512> &auto_reply, char *info_board);
+ // 0x98
+ void send_update_chara_data_v2(TPlyCharData &char_data, TPlyChallenge &challenge, TPlyChoiceSearchConfig &choice_search_config, TBlockedSenders &blocked_senders, TPlyText<512> &auto_reply, char *info_board);
+ // 0x60
+ void send_pso_data(game_command &packet, u32 size);
+ // 0x62
+ void send_pso_data2(u32 flags, game_command &packet, u32 size);
+ // 0x6D
+ void send_pso_data_long2(char flags, long_game_command &packet, size_t size);
+ // 0x84
+ void send_room_change(int idx);
+ // 0x40
+ void send_find_user(TPlyGuildCardTag &tag, u32 gc_num);
+ // 0xC1
+ void send_create_game(char *name, char *password, u8 difficulty, u8 battle_mode, u8 challenge_mode, u8 episode);
};
#endif