Skip to content

Commit

Permalink
Added Mortal Kombat II for Arcade
Browse files Browse the repository at this point in the history
  • Loading branch information
MatPoliquin committed Aug 11, 2023
1 parent 24584a7 commit 96cd09b
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 0 deletions.
Binary file not shown.
16 changes: 16 additions & 0 deletions retro/data/stable/MortalKombatII-Arcade/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"info": {
"p1_health": {
"address": 48288,
"type": ">u2"
},
"p2_health": {
"address": 48264,
"type": ">u2"
},
"round": {
"address": 50062,
"type": ">i2"
}
}
}
Binary file not shown.
3 changes: 3 additions & 0 deletions retro/data/stable/MortalKombatII-Arcade/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"default_state": "LiuKangVsScorpion"
}
1 change: 1 addition & 0 deletions retro/data/stable/MortalKombatII-Arcade/rom.sha
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2d2081d4a54cca56addffc0ddb7321735a72b522
1 change: 1 addition & 0 deletions retro/data/stable/MortalKombatII-Arcade/rom.zip
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mk2.zip
33 changes: 33 additions & 0 deletions retro/data/stable/MortalKombatII-Arcade/scenario.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"crop": [
0,
0,
0,
0
],
"done": {
"variables": {
"p1_health": {
"op": "equal"
},
"p2_health": {
"op": "equal"
},
"round": {
"measurement": "delta",
"op": "equal",
"reference": 1
}
}
},
"reward": {
"variables": {
"p1_health": {
"penalty": 1.0
},
"p2_health": {
"penalty": -1.0
}
}
}
}

0 comments on commit 96cd09b

Please sign in to comment.