Skip to content

Commit

Permalink
Added extra vars to NHL94env1on1 data.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Dec 3, 2023
1 parent a820287 commit 7529320
Showing 1 changed file with 34 additions and 14 deletions.
48 changes: 34 additions & 14 deletions retro/data/stable/NHL941on1-Genesis/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@
"address": 16762588,
"type": ">u2"
},
"p2_fullstar_x": {
"address": 16760244,
"type": ">i2"
},
"p2_fullstar_y": {
"address": 16760702,
"type": ">i2"
},
"p1_onetimer": {
"address": 16763432,
"type": ">u4"
Expand Down Expand Up @@ -80,6 +72,14 @@
"address": 16763454,
"type": ">u2"
},
"p2_fullstar_x": {
"address": 16760244,
"type": ">i2"
},
"p2_fullstar_y": {
"address": 16760702,
"type": ">i2"
},
"p2_onetimer": {
"address": 16764300,
"type": ">u4"
Expand Down Expand Up @@ -108,6 +108,14 @@
"address": 16761958,
"type": ">u2"
},
"puck_vel_x": {
"address": 16758642,
"type": "|i1"
},
"puck_vel_y": {
"address": 16758644,
"type": "|i1"
},
"puck_x": {
"address": 16758630,
"type": ">i2"
Expand All @@ -116,13 +124,25 @@
"address": 16758634,
"type": ">i2"
},
"puck_vel_x": {
"address": 16758642,
"type": "|i1"
"rp1_y": {
"address": 16756830,
"type": ">i2"
},
"puck_vel_y": {
"address": 16758644,
"type": "|i1"
"rp2_x": {
"address": 16757578,
"type": ">i2"
},
"rp2_y": {
"address": 16757598,
"type": ">i2"
},
"rpuck_x": {
"address": 16758602,
"type": ">i2"
},
"rpuck_y": {
"address": 16758622,
"type": ">i2"
},
"time": {
"address": 16761958,
Expand Down

0 comments on commit 7529320

Please sign in to comment.