Skip to content

Commit

Permalink
NHL942on2 env: Update data.json
Browse files Browse the repository at this point in the history
Added second player positon for oponent + merge ram addr fixes from nhl94 1on1 env
  • Loading branch information
MatPoliquin authored Jan 10, 2024
1 parent c3aaa02 commit 67eebe1
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions retro/data/stable/NHL942on2-Genesis/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand All @@ -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"
},
Expand Down

0 comments on commit 67eebe1

Please sign in to comment.