{
  "_notes": [
    "2025-11: initial map created by Tom Collins, mnfb_c27 w/o mode_champions."
  ],
  "_fileformat": 0.8,
  "_metadata": {
    "version": 3,
    "copyright": [
      "Copyright (C) 2025 by Tom Collins <tom@scorbit.io>"
    ],
    "license": "GNU Lesser General Public License v3.0",
    "platform": "dataeast",
    "roms": [
      "poto_a32",
      "poto_a31",
      "poto_a29"
    ]
  },
  "game_state": {
    "scores": [
      {
        "label": "Player 1",
        "start": "0x580",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      },
      {
        "label": "Player 2",
        "start": "0x5A0",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      },
      {
        "label": "Player 3",
        "start": "0x5C0",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      },
      {
        "label": "Player 4",
        "start": "0x5E0",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      }
    ],
    "credits": {
      "label": "Credits",
      "start": "0xCD",
      "encoding": "bcd"
    },
    "max_credits": {
      "label": "Maximum Credits",
      "start": "0x1F97",
      "encoding": "bcd"
    },
    "free_play": {
      "label": "Free Play",
      "start": "0x1F8D",
      "encoding": "bool"
    },
    "current_player": {
      "label": "Current Player",
      "start": "0x649",
      "encoding": "int"
    },
    "player_count": {
      "label": "Player Count",
      "start": "0x64A",
      "mask": "0x7F",
      "encoding": "int"
    },
    "current_ball": {
      "label": "Current Ball",
      "start": "0xED",
      "encoding": "int"
    },
    "ball_count": {
      "label": "Ball Count",
      "start": "0x1F94",
      "encoding": "int"
    },
    "game_over": {
      "_notes": "bit 0x80 of player_count == 0x80, or curr_ball == 0?",
      "label": "Game Over",
      "start": "0x64A",
      "mask": "0x80",
      "encoding": "bool"
    }
  },
  "high_scores": [
    {
      "label": "1st Place",
      "short_label": "1st",
      "initials": {
        "start": "0x6A4",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "start": "0x6A0",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      }
    },
    {
      "label": "2nd Place",
      "short_label": "2nd",
      "initials": {
        "start": "0x6AB",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "start": "0x6A7",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      }
    },
    {
      "label": "3rd Place",
      "short_label": "3rd",
      "initials": {
        "start": "0x6B2",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "start": "0x6AE",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      }
    },
    {
      "label": "4th Place",
      "short_label": "4th",
      "initials": {
        "start": "0x6B9",
        "encoding": "ch",
        "length": 3
      },
      "score": {
        "start": "0x6B5",
        "encoding": "bcd",
        "length": 4,
        "scale": 10
      }
    }
  ]
}
