Skip to content

Commit

Permalink
cleanup: convert hex addresses to decimal in maps
Browse files Browse the repository at this point in the history
Use tools/normalize-map.py to consistently use decimal integers
instead of hex strings for start/end/offsets.
  • Loading branch information
tomlogic committed Dec 6, 2024
1 parent 310285b commit 7b61522
Show file tree
Hide file tree
Showing 36 changed files with 2,269 additions and 2,269 deletions.
286 changes: 143 additions & 143 deletions afm_113.nv.json

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions bcats_l5.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"game_state": {
"credits": {
"label": "Credits",
"start": "0x39",
"start": 57,
"length": 1,
"encoding": "bcd"
}
},
"last_game": [
{
"start": "0x200",
"start": 512,
"encoding": "bcd",
"length": 4
},
{
"start": "0x204",
"start": 516,
"encoding": "bcd",
"length": 4
},
{
"start": "0x208",
"start": 520,
"encoding": "bcd",
"length": 4
},
{
"start": "0x20c",
"start": 524,
"encoding": "bcd",
"length": 4
}
Expand All @@ -48,12 +48,12 @@
"label": "Baddest Cat 1",
"short_label": "1st",
"initials": {
"start": "0x71f",
"start": 1823,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x70f",
"start": 1807,
"encoding": "bcd",
"length": 4
}
Expand All @@ -62,12 +62,12 @@
"label": "Baddest Cat 2",
"short_label": "2nd",
"initials": {
"start": "0x722",
"start": 1826,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x713",
"start": 1811,
"encoding": "bcd",
"length": 4
}
Expand All @@ -76,12 +76,12 @@
"label": "Baddest Cat 3",
"short_label": "3rd",
"initials": {
"start": "0x725",
"start": 1829,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x717",
"start": 1815,
"encoding": "bcd",
"length": 4
}
Expand All @@ -90,12 +90,12 @@
"label": "Baddest Cat 4",
"short_label": "4th",
"initials": {
"start": "0x728",
"start": 1832,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x71b",
"start": 1819,
"encoding": "bcd",
"length": 4
}
Expand Down
26 changes: 13 additions & 13 deletions bguns_l8.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@
"game_state": {
"credits": {
"label": "Credits",
"start": "0x39",
"start": 57,
"length": 1,
"encoding": "bcd"
}
},
"last_game": [
{
"start": "0x200",
"start": 512,
"encoding": "bcd",
"length": 4
},
{
"start": "0x204",
"start": 516,
"encoding": "bcd",
"length": 4
},
{
"start": "0x208",
"start": 520,
"encoding": "bcd",
"length": 4
},
{
"start": "0x20c",
"start": 524,
"encoding": "bcd",
"length": 4
}
Expand All @@ -49,12 +49,12 @@
"label": "First Place",
"short_label": "1st",
"initials": {
"start": "0x73b",
"start": 1851,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x72b",
"start": 1835,
"encoding": "bcd",
"length": 4
}
Expand All @@ -63,12 +63,12 @@
"label": "Second Place",
"short_label": "2nd",
"initials": {
"start": "0x73e",
"start": 1854,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x72f",
"start": 1839,
"encoding": "bcd",
"length": 4
}
Expand All @@ -77,12 +77,12 @@
"label": "Third Place",
"short_label": "3rd",
"initials": {
"start": "0x741",
"start": 1857,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x733",
"start": 1843,
"encoding": "bcd",
"length": 4
}
Expand All @@ -91,12 +91,12 @@
"label": "Fourth Place",
"short_label": "4th",
"initials": {
"start": "0x744",
"start": 1860,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x737",
"start": 1847,
"encoding": "bcd",
"length": 4
}
Expand Down
26 changes: 13 additions & 13 deletions bk2k_l4.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"game_state": {
"credits": {
"label": "Credits",
"start": "0x39",
"start": 57,
"length": 1,
"encoding": "bcd"
}
},
"last_game": [
{
"start": "0x200",
"start": 512,
"encoding": "bcd",
"length": 4
},
{
"start": "0x204",
"start": 516,
"encoding": "bcd",
"length": 4
},
{
"start": "0x208",
"start": 520,
"encoding": "bcd",
"length": 4
},
{
"start": "0x20c",
"start": 524,
"encoding": "bcd",
"length": 4
}
Expand All @@ -48,12 +48,12 @@
"label": "Greatest Hero 1",
"short_label": "1st",
"initials": {
"start": "0x70b",
"start": 1803,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x6fb",
"start": 1787,
"encoding": "bcd",
"length": 4
}
Expand All @@ -62,12 +62,12 @@
"label": "Greatest Hero 2",
"short_label": "2nd",
"initials": {
"start": "0x70e",
"start": 1806,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x6ff",
"start": 1791,
"encoding": "bcd",
"length": 4
}
Expand All @@ -76,12 +76,12 @@
"label": "Greatest Hero 3",
"short_label": "3rd",
"initials": {
"start": "0x711",
"start": 1809,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x703",
"start": 1795,
"encoding": "bcd",
"length": 4
}
Expand All @@ -90,12 +90,12 @@
"label": "Greatest Hero 4",
"short_label": "4th",
"initials": {
"start": "0x714",
"start": 1812,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x707",
"start": 1799,
"encoding": "bcd",
"length": 4
}
Expand Down
26 changes: 13 additions & 13 deletions bnzai_l3.nv.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,29 +16,29 @@
"game_state": {
"credits": {
"label": "Credits",
"start": "0x39",
"start": 57,
"length": 1,
"encoding": "bcd"
}
},
"last_game": [
{
"start": "0x200",
"start": 512,
"encoding": "bcd",
"length": 4
},
{
"start": "0x204",
"start": 516,
"encoding": "bcd",
"length": 4
},
{
"start": "0x208",
"start": 520,
"encoding": "bcd",
"length": 4
},
{
"start": "0x20c",
"start": 524,
"encoding": "bcd",
"length": 4
}
Expand All @@ -48,12 +48,12 @@
"label": "First Place",
"short_label": "1st",
"initials": {
"start": "0x713",
"start": 1811,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x703",
"start": 1795,
"encoding": "bcd",
"length": 4
}
Expand All @@ -62,12 +62,12 @@
"label": "Second Place",
"short_label": "2nd",
"initials": {
"start": "0x716",
"start": 1814,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x707",
"start": 1799,
"encoding": "bcd",
"length": 4
}
Expand All @@ -76,12 +76,12 @@
"label": "Third Place",
"short_label": "3rd",
"initials": {
"start": "0x719",
"start": 1817,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x70b",
"start": 1803,
"encoding": "bcd",
"length": 4
}
Expand All @@ -90,12 +90,12 @@
"label": "Fourth Place",
"short_label": "4th",
"initials": {
"start": "0x71c",
"start": 1820,
"encoding": "ch",
"length": 3
},
"score": {
"start": "0x70f",
"start": 1807,
"encoding": "bcd",
"length": 4
}
Expand Down
Loading

0 comments on commit 7b61522

Please sign in to comment.