From f7c847bcf0c29aa7227482f6e90a0e23673c4bca Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 8 May 2024 21:04:10 -0700 Subject: [PATCH] fix comment --- src/CommandFormats.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandFormats.hh b/src/CommandFormats.hh index 90df6435..010357c5 100644 --- a/src/CommandFormats.hh +++ b/src/CommandFormats.hh @@ -3881,7 +3881,7 @@ struct G_SwitchStateChanged_6x05 { // Note: header.object_id is 0xFFFF for room clear when all enemies defeated G_ObjectIDHeader header; // TODO: Some of these might be big-endian on GC; it only byteswaps - // unknown_a3. Are the others actually uint16, or are they uint8[2]? + // switch_flag_num. Are the others actually uint16, or are they uint8[2]? le_uint16_t unknown_a1 = 0; le_uint16_t unknown_a2 = 0; le_uint16_t switch_flag_num = 0;