Skip to content

Commit

Permalink
NHL941on1 env: Added player velocities in data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Dec 12, 2023
1 parent 44f25b9 commit 0c31c9e
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions retro/data/stable/NHL941on1-Genesis/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
},
Expand Down

0 comments on commit 0c31c9e

Please sign in to comment.