add $qgread and $qgwrite commands

This commit is contained in:
Martin Michelsen
2024-01-31 18:02:25 -08:00
parent 4830f5a41e
commit b6817e278a
8 changed files with 71 additions and 21 deletions
+2 -2
View File
@@ -5881,10 +5881,10 @@ struct G_ChallengeModeGraveRecoveryItemRequest_BB_6xD1 {
le_uint32_t item_type = 0; // Should be < 6
} __packed__;
// 6xD2: Set quest global flag (BB)
// 6xD2: Set quest counter (BB)
// Writes 4 bytes to the 32-bit field specified by index.
struct G_SetQuestGlobalFlag_BB_6xD2 {
struct G_SetQuestCounter_BB_6xD2 {
G_ClientIDHeader header;
le_uint32_t index = 0; // There are 0x10 of them (0x00-0x0F)
le_uint32_t value = 0;