From 12f8e44cb48f62318e3f29567cbeeb767fa91d72 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sun, 25 Jun 2023 17:30:43 -0700 Subject: [PATCH] update 6xD0 command note --- src/CommandFormats.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 3ea094eb..ba3c40a4 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -5386,10 +5386,12 @@ struct G_RestartBattle_BB_6xCF { } __packed__; // 6xD0: Battle mode level up (BB; handled by server) +// Requests the client to be leveled up by num_levels levels. The server should +// respond with a 6x30 command. struct G_BattleModeLevelUp_BB_6xD0 { G_ClientIDHeader header; - le_uint32_t unknown_a1; + le_uint32_t num_levels; } __packed__; // 6xD1: Challenge mode grave (BB; handled by server)