From 67eebe1a515b5d7fd09a1ae957bea08c1d3d981e Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Wed, 10 Jan 2024 16:37:14 +0800 Subject: [PATCH] NHL942on2 env: Update data.json Added second player positon for oponent + merge ram addr fixes from nhl94 1on1 env --- retro/data/stable/NHL942on2-Genesis/data.json | 34 ++++++++++++++----- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/retro/data/stable/NHL942on2-Genesis/data.json b/retro/data/stable/NHL942on2-Genesis/data.json index a8f811dc..0d27fb42 100644 --- a/retro/data/stable/NHL942on2-Genesis/data.json +++ b/retro/data/stable/NHL942on2-Genesis/data.json @@ -60,6 +60,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" @@ -68,6 +76,14 @@ "address": 16756830, "type": ">i2" }, + "p2_2_x": { + "address": 16757706, + "type": ">i2" + }, + "p2_2_y": { + "address": 16757726, + "type": ">i2" + }, "p2_attackzone": { "address": 16763450, "type": ">u4" @@ -104,6 +120,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" @@ -125,18 +149,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" },