From 1e98c320df2f61c6a44c67b33d1ff479be279d43 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Mon, 20 Sep 2021 02:49:58 +0900 Subject: [PATCH] m1n1.adt: Pretty sure the v_ things were wrong Signed-off-by: Hector Martin --- proxyclient/m1n1/adt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxyclient/m1n1/adt.py b/proxyclient/m1n1/adt.py index 9333c2fb..49466f87 100644 --- a/proxyclient/m1n1/adt.py +++ b/proxyclient/m1n1/adt.py @@ -57,8 +57,8 @@ PMGRPWRGateRegs = GreedyRange(Struct( PMGRDevices = GreedyRange(Struct( "unk0" / Int8ul, - "v_idx" / Int8ul, - "v_set" / Int8ul, + "unk1_0" / Int8ul, + "unk1_1" / Int8ul, Const(0, Int8ul), "parents" / Array(2, Int16ul), "unk" / Int16ul,