Skip to content

Commit

Permalink
NHL94 env: fix bogus some bogus ram addresses in data.json (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin authored Dec 7, 2023
1 parent 6d38f37 commit 91bd9ec
Showing 1 changed file with 5 additions and 17 deletions.
22 changes: 5 additions & 17 deletions retro/data/stable/NHL941on1-Genesis/data.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"info": {
"fullstar_x": {
"address": 16760244,
"address": 16760700,
"type": ">i2"
},
"fullstar_y": {
"address": 16760264,
"address": 16760702,
"type": ">i2"
},
"g1_x": {
Expand Down Expand Up @@ -57,7 +57,7 @@
"type": ">i2"
},
"p1_y": {
"address": 16760292,
"address": 16756830,
"type": ">i2"
},
"p2_attackzone": {
Expand Down Expand Up @@ -97,11 +97,11 @@
"type": ">u4"
},
"p2_x": {
"address": 16757606,
"address": 16757578,
"type": ">i2"
},
"p2_y": {
"address": 16758870,
"address": 16757598,
"type": ">i2"
},
"period": {
Expand All @@ -124,18 +124,6 @@
"address": 16758634,
"type": ">i2"
},
"rp1_y": {
"address": 16756830,
"type": ">i2"
},
"rp2_x": {
"address": 16757578,
"type": ">i2"
},
"rp2_y": {
"address": 16757598,
"type": ">i2"
},
"rpuck_x": {
"address": 16758602,
"type": ">i2"
Expand Down

0 comments on commit 91bd9ec

Please sign in to comment.