Print P for "has PocketStation content".

This commit is contained in:
King_DuckZ 2020-03-20 18:26:44 +01:00
parent 747209f744
commit 62b4b8b307

View file

@ -24,6 +24,8 @@ void print_blocks (const std::string& mc_path) {
if (blk.block_count() > 1) {
std::cout << " (x" << blk.block_count() << ')';
}
if (blk.has_pocket_station_content())
std::cout << " P";
std::cout << " [" << to_char(blk.country_code()) << ']';
std::cout << ' ' << blk.product_code();
std::cout << '\n';