From 145737bbbb4992485e284a2d468d8a20dc100798 Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Tue, 12 Dec 2023 16:36:22 +0800 Subject: [PATCH] NHL941on1 env: Added player velocities in data.json (#96) --- retro/data/stable/NHL941on1-Genesis/data.json | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/retro/data/stable/NHL941on1-Genesis/data.json b/retro/data/stable/NHL941on1-Genesis/data.json index 38a29a47..d5943f01 100644 --- a/retro/data/stable/NHL941on1-Genesis/data.json +++ b/retro/data/stable/NHL941on1-Genesis/data.json @@ -52,6 +52,14 @@ "address": 16762572, "type": ">u4" }, + "p1_vel_x": { + "address": 16756850, + "type": "|i1" + }, + "p1_vel_y": { + "address": 16756852, + "type": "|i1" + }, "p1_x": { "address": 16756810, "type": ">i2" @@ -96,6 +104,14 @@ "address": 16763440, "type": ">u4" }, + "p2_vel_x": { + "address": 16757618, + "type": "|i1" + }, + "p2_vel_y": { + "address": 16757620, + "type": "|i1" + }, "p2_x": { "address": 16757578, "type": ">i2" @@ -117,18 +133,10 @@ "type": "|i1" }, "puck_x": { - "address": 16758630, - "type": ">i2" - }, - "puck_y": { - "address": 16758634, - "type": ">i2" - }, - "rpuck_x": { "address": 16758602, "type": ">i2" }, - "rpuck_y": { + "puck_y": { "address": 16758622, "type": ">i2" },