From 6ed48b14bb8c49cf12c9ff624c5f81a71a536c40 Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Tue, 5 Dec 2023 20:02:13 +0800 Subject: [PATCH] NHL94 env data.json: fix p1_x variable addr and type (#87) --- retro/data/stable/NHL941on1-Genesis/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retro/data/stable/NHL941on1-Genesis/data.json b/retro/data/stable/NHL941on1-Genesis/data.json index f2a03158..cf53476e 100644 --- a/retro/data/stable/NHL941on1-Genesis/data.json +++ b/retro/data/stable/NHL941on1-Genesis/data.json @@ -53,8 +53,8 @@ "type": ">u4" }, "p1_x": { - "address": 16756811, - "type": "|i1" + "address": 16756810, + "type": ">i2" }, "p1_y": { "address": 16760292,